cryptonas/debian/cryptobox-server.default

21 lines
549 B
Plaintext
Raw Normal View History

# boot configuration file for the CryptoBox
#
2006-11-24 12:03:20 +01:00
# the default state of the cryptobox is disabled
# set to "0" to enable the startup of the cryptobox - otherwise "1"
NO_START=1
# the user that should execute the cryptobox
RUNAS=cryptobox
# listening port
PORT=8080
# some more server options (rarely necessary)
#SERVER_OPTS="--host localhost --datadir=/usr/share/cryptobox-server/html"
# if the CryptoBox keeps complaining about a non-encrypted connection, then
# you can override this warning by uncommenting the following line:
#export HTTPS=1