aports/community/xandikos/xandikos.confd
Hugo Osvaldo Barrera 5b426f8ed6 community/xandikos: move from testing
This package has been in testing for nearly four years.
2025-03-17 06:57:23 +00:00

25 lines
268 B
Bash

# Xandikos options
#
# Directory where xandikos should store data
#
ROOT_DIR="/var/lib/xandikos"
#
# Default listening address
#
LISTEN_ADDRESS="127.0.0.1"
#
# Default listening port
#
LISTEN_PORT="8080"
#
# The name of the principal user.
#
USER_PRINCIPAL=""