diff --git a/reverseproxy/caddy/Caddyfile b/reverseproxy/caddy/Caddyfile index 8d8ea46..fdcfc09 100644 --- a/reverseproxy/caddy/Caddyfile +++ b/reverseproxy/caddy/Caddyfile @@ -349,45 +349,49 @@ authentik.akanealw.com { @dockersyncthing host dockerserver-syncthing.akanealw.com handle @dockersyncthing { handle @allowed { - reverse_proxy 192.168.1.30:8384 { + reverse_proxy https://192.168.1.30:8384 { transport http { tls_insecure_skip_verify } } - respond "ip range not allowed" } + respond "ip range not allowed" } @gamingpcsyncthing host gamingpc-syncthing.akanealw.com handle @gamingpcsyncthing { handle @allowed { - reverse_proxy 192.168.1.11:8384 { + reverse_proxy https://192.168.1.11:8384 { transport http { tls_insecure_skip_verify } } - respond "ip range not allowed" } + respond "ip range not allowed" } @laptoppcsyncthing host laptoppc-syncthing.akanealw.com handle @laptoppcsyncthing { handle @allowed { - reverse_proxy 192.168.1.12:8384 { + reverse_proxy https://192.168.1.12:8384 { transport http { tls_insecure_skip_verify } } - respond "ip range not allowed" } + respond "ip range not allowed" } @webmin host webmin.akanealw.com handle @webmin { handle @allowed { - reverse_proxy 192.168.1.51:10000 - } + reverse_proxy https://192.168.1.51:10000 { + transport http { + tls_insecure_skip_verify + } + } respond "ip range not allowed" + } } @wireguardui host wireguardui.akanealw.com