From e73919bc59bdf6dc2dede2d05689cb835e21c11c Mon Sep 17 00:00:00 2001 From: A Date: Wed, 16 Apr 2025 10:09:53 -0700 Subject: [PATCH] Peertube fixes --- conf/caddy/Caddyfile.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/caddy/Caddyfile.tmpl b/conf/caddy/Caddyfile.tmpl index 6747351..9b0c92c 100644 --- a/conf/caddy/Caddyfile.tmpl +++ b/conf/caddy/Caddyfile.tmpl @@ -27,7 +27,7 @@ } chat.{$DWEB_DOMAIN}, http://chat.{$DWEB_ONION} { - reverse_proxy http://element:8001 + reverse_proxy http://element:80 header Onion-Location http://chat.{$DWEB_ONION} } @@ -46,7 +46,7 @@ peertube.{$DWEB_DOMAIN}:1935, https://peertube.{$DWEB_DOMAIN}:1935 { } peertube.{$DWEB_DOMAIN}, https://peertube.{$DWEB_DOMAIN} { - reverse_proxy http://peertube-back:9010 + reverse_proxy http://peertube-back:9000 } social.{$DWEB_DOMAIN}, http://social.{$DWEB_ONION} {