1.3.0 Release gitea

This commit is contained in:
2026-03-15 06:17:01 +09:00
parent 90277b2d4e
commit 8311fcf53e
12 changed files with 294 additions and 2 deletions

View File

@@ -34,3 +34,9 @@ vault.app.ilnmors.internal {
header_up Host {http.request.header.X-Forwarded-Host}
}
}
gitea.app.ilnmors.internal {
import private_tls
reverse_proxy host.containers.internal:3000 {
header_up Host {http.request.header.X-Forwarded-Host}
}
}