diff --git a/akanealw-subdomains.caddy b/akanealw-subdomains.caddy index 882066c..39a9d2e 100644 --- a/akanealw-subdomains.caddy +++ b/akanealw-subdomains.caddy @@ -105,8 +105,22 @@ reverse_proxy 192.168.1.4:3005 } +# @filebrowser host filebrowser.akanealw.com +# handle @filebrowser { +# import auth +# reverse_proxy 192.168.1.30:8484 +# } + @filebrowser host filebrowser.akanealw.com + @bypass { + path /share/* + path /static/* + path /api/public/* + } handle @filebrowser { + handle @bypass { + reverse_proxy 192.168.1.30:8484 + } import auth reverse_proxy 192.168.1.30:8484 } @@ -422,14 +436,6 @@ respond "ip range not allowed" } - @gluetun host gluetun.akanealw.com - handle @gluetun { - handle @internal { - reverse_proxy 192.168.1.30:8777 - } - respond "ip range not allowed" - } - @peanut host peanut.akanealw.com handle @peanut { handle @internal {