drop toml dependency
This commit is contained in:
parent
30fb726342
commit
4227e5e7f0
8 changed files with 40 additions and 32 deletions
|
|
@ -1,9 +1,11 @@
|
|||
[raincloud]
|
||||
|
||||
# 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$s9bLebSgS9O4CPDR$xQF4/bWQqv5rqaq3Or2oTpXBW4TZdjFtBeH9CwZiw72" # movie_night!
|
||||
hashed_password = $5$s9bLebSgS9O4CPDR$xQF4/bWQqv5rqaq3Or2oTpXBW4TZdjFtBeH9CwZiw72
|
||||
|
||||
# Set this to 'true' to allow file downloads from this directory
|
||||
download = true
|
||||
|
|
@ -1,9 +1,11 @@
|
|||
[raincloud]
|
||||
|
||||
# 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 = ""
|
||||
#hashed_password =
|
||||
|
||||
# Set this to 'true' to allow file downloads from this directory
|
||||
download = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue