From 1f7d5596fc54dc001fe6dde7a68d812d2d3007bffe3e32d94008800e124c01e6 Mon Sep 17 00:00:00 2001 From: Hadrian Burkhardt Date: Sat, 2 May 2026 20:35:31 +0000 Subject: [PATCH] gitea host added --- .env.local.example | 1 + Caddyfile | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.env.local.example b/.env.local.example index 1ae21e0..cfd5cf1 100644 --- a/.env.local.example +++ b/.env.local.example @@ -1,2 +1,3 @@ PUBLIC_HOST=menus.example.org BASE_URL=https://menus.example.org +GITEA_HOST=gitea.example.org diff --git a/Caddyfile b/Caddyfile index aef5e0f..b8588ff 100644 --- a/Caddyfile +++ b/Caddyfile @@ -1,3 +1,7 @@ {$PUBLIC_HOST} { reverse_proxy app:3080 } + +{$GITEA_HOST} { + reverse_proxy gitea-container.incus:3000 +} \ No newline at end of file