new release is tagged
This commit is contained in:
parent
25aae11576
commit
33a8c4a1bb
719 changed files with 106587 additions and 0 deletions
21
v0.3/debian/cryptobox-server.default
Normal file
21
v0.3/debian/cryptobox-server.default
Normal file
|
@ -0,0 +1,21 @@
|
|||
# boot configuration file for the CryptoBox
|
||||
#
|
||||
# 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
|
||||
# for now please use a port above 1024
|
||||
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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue