gitea host added

This commit is contained in:
Hadrian Burkhardt
2026-05-02 20:35:31 +00:00
parent f5d89cee2f
commit 1f7d5596fc
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -1,2 +1,3 @@
PUBLIC_HOST=menus.example.org
BASE_URL=https://menus.example.org
GITEA_HOST=gitea.example.org
+4
View File
@@ -1,3 +1,7 @@
{$PUBLIC_HOST} {
reverse_proxy app:3080
}
{$GITEA_HOST} {
reverse_proxy gitea-container.incus:3000
}