From 735fcb6b76721820d2d1b35a70f0245eb04ccc93 Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Sat, 3 May 2025 18:55:14 +0800 Subject: [PATCH] gitea is proxied through UK now (thanks pubnix) --- privfrontends/templates/in/apps.Caddyfile | 27 ----------------------- 1 file changed, 27 deletions(-) diff --git a/privfrontends/templates/in/apps.Caddyfile b/privfrontends/templates/in/apps.Caddyfile index ccd3b5d..e85ae0c 100644 --- a/privfrontends/templates/in/apps.Caddyfile +++ b/privfrontends/templates/in/apps.Caddyfile @@ -36,33 +36,6 @@ chat.projectsegfau.lt el.psf.lt { import def } -# Gitea -git.projectsegfau.lt { - reverse_proxy :3444 - respond /metrics 403 - import def - request_body { - max_size 500MB - } - header { - Content-Security-Policy "default-src 'self'; connect-src 'self'; font-src 'self' data:; form-action 'self'; img-src 'self' https: data:; manifest-src 'self' data:; object-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; worker-src 'self'; frame-ancestors 'self'; frame-src 'self';" - } - import torloc git -} -git.psf.lt { - reverse_proxy :3444 { - header_up Host "git.projectsegfau.lt" - } - respond /metrics 403 - import def - request_body { - max_size 500MB - } - header { - Content-Security-Policy "default-src 'self'; connect-src 'self'; font-src 'self' data:; form-action 'self'; img-src 'self' https: data:; manifest-src 'self' data:; object-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; worker-src 'self'; frame-ancestors 'self'; frame-src 'self';" - } - import torloc git -} # HedgeDoc doc.projectsegfau.lt { reverse_proxy :2069 {