mirror of
https://github.com/Jackzmc/storage.git
synced 2025-05-06 21:23:21 +00:00
Work on config and settings UI
This commit is contained in:
parent
d1cf5d3038
commit
4693a6c599
9 changed files with 1000 additions and 33 deletions
16
config.sample.toml
Normal file
16
config.sample.toml
Normal 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:
|
Loading…
Add table
Add a link
Reference in a new issue