From 28dee49f19bbc7c39213945235aae0eb1add98f9 Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Sat, 29 Jul 2023 15:09:14 +0530 Subject: [PATCH] update kbin caddy --- privfrontends/templates/core/apps.Caddyfile | 12 ++++-------- privfrontends/templates/core/internal.Caddyfile | 5 ----- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/privfrontends/templates/core/apps.Caddyfile b/privfrontends/templates/core/apps.Caddyfile index bf60a1c..e572247 100644 --- a/privfrontends/templates/core/apps.Caddyfile +++ b/privfrontends/templates/core/apps.Caddyfile @@ -265,14 +265,10 @@ auth.p.projectsegfau.lt { } # kbin kbin.projectsegfau.lt, kb.psf.lt { - reverse_proxy kbin.projectsegfau.lt:443 { - transport http { - tls_insecure_skip_verify - } - header_up X-Real-IP {remote_host} - } - #reverse_proxy 192.168.5.2:8643 - import def + reverse_proxy 192.168.5.2:80 { + header_up X-Real-IP {remote_host} + } + import def } gothub.dev.projectsegfau.lt gh.dev.psf.lt { reverse_proxy 192.168.5.2:1025 diff --git a/privfrontends/templates/core/internal.Caddyfile b/privfrontends/templates/core/internal.Caddyfile index 3aed03c..378ca57 100644 --- a/privfrontends/templates/core/internal.Caddyfile +++ b/privfrontends/templates/core/internal.Caddyfile @@ -78,11 +78,6 @@ c.midou.dev { import def } -rss.midou.dev { - reverse_proxy 192.168.5.6:3002 - import def - } - # Headscale (tailscale control server) hs.projectsegfau.lt { reverse_proxy /web* https://192.168.5.5:9443 {