update comments

This commit is contained in:
Denis Lehmann 2022-04-26 02:13:39 +02:00
parent 12c9118f3c
commit 252d17ad76
2 changed files with 10 additions and 6 deletions

View file

@ -1,7 +1,9 @@
# Create a password hash with 'mkpasswd -m sha-256' or 'mkpasswd -m sha512' and paste it here.
# If the following line is uncommented and a hash is set, the directory is password protected.
# Insert a password hash to enable password protection for this directory
# Use one of the following commands to create a hash:
# mkpasswd -m sha-256
# mkpasswd -m sha-512
#
hashed_password = "$5$2r6msAhSPoVxqgf0$577MP.BfMNrugghuYr6Zxjv.CN36Rqkgbxn88Bpe5z3" # movie_evening!
hashed_password = "$5$s9bLebSgS9O4CPDR$xQF4/bWQqv5rqaq3Or2oTpXBW4TZdjFtBeH9CwZiw72" # movie_night!
# Set this to 'true' to allow file downloads from this directory
download = true

View file

@ -1,7 +1,9 @@
# Create a password hash with 'mkpasswd -m sha-256' or 'mkpasswd -m sha512' and paste it here.
# If the following line is uncommented and a hash is set, the directory is password protected.
# Insert a password hash to enable password protection for this directory
# Use one of the following commands to create a hash:
# mkpasswd -m sha-256
# mkpasswd -m sha-512
#
# hased_password = ""
#hashed_password = ""
# Set this to 'true' to allow file downloads from this directory
download = false