rustic_server 0.4.4

rustic server - a REST server built in rust to use with rustic and restic.
Documentation
[server]
listen = "127.0.0.1:8000"

[storage]
data-dir = "./test_data/test_repos/"
quota = 0

[auth]
disable-auth = false
htpasswd-file = "/test_data/test_repo/.htpasswd"

[acl]
disable-acl = true
acl-path = "/test_data/test_repo/acl.toml"
append-only = false

[tls]
disable-tls = false
tls-cert = "/test_data/test_repo/cert.pem"
tls-key = "/test_data/test_repo/key.pem"

[log]
log-level = "info"
log-file = "/test_data/test_repo/rustic.log"