dufs
dufs copied to clipboard
Unsure on the syntax for yaml file for auth
Having trouble getting the syntax right for yaml config for basic auth using a sha-512 password. I only want the user to download files and nothing else
Any assistance would be appreciated. Example below
serve-path: '.\FilesToShare'
bind: 0.0.0.0
port: 8000
log-file: .\dufs.log
tls-cert: .\cert.cer
tls-key: .\cert.key
auth:
- admin:2f757d7d9c0782ed09a730c92574c7637b98255135fe09e4c86dac2832d38acc75ac5f23f694353d434e83158f34b01e54fbd8379042acc6f321edc3e61b3e25@/:rw
auth-method: Basic