storage/config.sample.toml
2025-04-20 15:03:24 -05:00

21 lines
456 B
TOML

[general]
listen_ip = "0.0.0.0"
listen_port = 80
# if under reverse proxy
#public_url = "https://storage.example.com"
#public_port = 443
public_url = "http://localhost:8080"
public_port = 80
[backends.local]
path = "/var/tmp/test"
[auth]
enable_registration = true
openid_enabled = true
# Where the .well-known/openid-configuration exists
openid_issuer_url = "https://accounts.example.com"
openid_client_id = ""
openid_client_secret = ""
[smtp]
# TODO: