diff --git a/caddy/Caddyfile b/caddy/Caddyfile index fcd103a..5c7206b 100644 --- a/caddy/Caddyfile +++ b/caddy/Caddyfile @@ -18,8 +18,12 @@ reverse_proxy omv.local:8300 } @wiki host wiki.quodatum.duckdns.org - handle @git { - reverse_proxy omv.local:8300 + handle @wiki { + reverse_proxy odroid-n2.local:8088 + } + @code host wiki.quodatum.duckdns.org + handle @code { + reverse_proxy odroid-n2.local:8444 } # Fallback for otherwise unhandled domains handle { @@ -42,3 +46,9 @@ abort } } +# local domain +odroid.local { + encode zstd gzip + root . + file_server browse +}