very rough SSO code

This commit is contained in:
Jackzie 2025-04-20 15:03:24 -05:00
parent ed5cbfa848
commit 60813de8cb
9 changed files with 546 additions and 15 deletions

View file

@ -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"