diff --git a/On host/Caddy.md b/On host/Caddy.md index 050d191..5d8a861 100644 --- a/On host/Caddy.md +++ b/On host/Caddy.md @@ -93,7 +93,7 @@ books.delmar.bzh { } cloud.delmar.bzh { - encode gzip zstd + encode gzip zstd reverse_proxy sandy:35771 { header_up Host {upstream_hostport} } @@ -109,6 +109,11 @@ cloud.delmar.bzh { } } +stun.delmar.bzh { + encode gzip zstd + reverse_proxy sandy:44397 +} + webmin.delmar.bzh { reverse_proxy bob:10000 { transport http { @@ -132,7 +137,7 @@ draw.delmar.bzh { } git.delmar.bzh { - reverse_proxy carlo:3001 + reverse_proxy sheldon:3000 encode gzip zstd } @@ -151,6 +156,11 @@ it.delmar.bzh { encode gzip zstd } +cs.delmar.bzh { + reverse_proxy sheldon:49505 + encode gzip zstd +} + jellyfin.delmar.bzh { reverse_proxy gary:8096 encode gzip zstd @@ -200,16 +210,6 @@ penpot.delmar.bzh { encode gzip zstd } -portainer.delmar.bzh { - reverse_proxy bob:9000 - encode gzip zstd -} - -mobilizon.delmar.bzh { - reverse_proxy carlo:4000 - encode gzip zstd -} - send.delmar.bzh { reverse_proxy krabs:3000 encode gzip zstd @@ -237,14 +237,21 @@ www.delmar.bzh { } octoprint.delmar.bzh { - handle_path /webcam/* { - reverse_proxy localhost:54964 - } reverse_proxy bernie:54963 { header_up X-Forwarded-Proto {scheme} } encode gzip zstd } + +stream.delmar.bzh { + reverse_proxy bernie:8080 + encode gzip zstd +} + +squirrel.delmar.bzh { + reverse_proxy bob:8000 + encode gzip zstd +} ``` ```bash @@ -259,4 +266,4 @@ sudo systemctl restart caddy