diff --git a/caddy/Caddyfile b/caddy/Caddyfile index 23b806e..1c77ec0 100644 --- a/caddy/Caddyfile +++ b/caddy/Caddyfile @@ -37,8 +37,9 @@ } } -import unprotected jellyfin host:8097 import unprotected authentik host:19000 +import unprotected jellyfin host:8097 +import unprotected seafile host:8082 import unprotected grafana host:3333 import unprotected pgadmin host:5050 import unprotected homarr host:17575 diff --git a/caddy/sites/seafile.caddy b/caddy/sites/seafile.caddy deleted file mode 100644 index 2eba2f0..0000000 --- a/caddy/sites/seafile.caddy +++ /dev/null @@ -1,6 +0,0 @@ -seafile.rik.veenboer.xyz { - log { - output file /var/log/seafile.log - } - reverse_proxy host:8082 -}