Initial infrastructure: Caddy + Gitea + Uptime Kuma

This commit is contained in:
2026-06-05 02:30:56 +02:00
commit 3f01c8ad0f
2 changed files with 71 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
auto_https off
}
:80 {
handle_path /status/* {
reverse_proxy uptime-kuma:3001
}
handle {
reverse_proxy gitea:3000
}
}