mirror of
https://github.com/Jackzmc/storage.git
synced 2025-05-06 21:23:21 +00:00
very rough SSO code
This commit is contained in:
parent
ed5cbfa848
commit
60813de8cb
9 changed files with 546 additions and 15 deletions
|
@ -1,6 +1,11 @@
|
|||
[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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue