Work on config and settings UI

This commit is contained in:
Jackzie 2025-04-20 12:41:38 -05:00
parent d1cf5d3038
commit 4693a6c599
9 changed files with 1000 additions and 33 deletions

16
config.sample.toml Normal file
View file

@ -0,0 +1,16 @@
[general]
listen_ip = "0.0.0.0"
listen_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: