docs: document webhook ALLOWED_HOST_LIST env var in Gitea section

This commit is contained in:
Hermes
2026-06-06 17:17:01 +00:00
parent 5d4b6bcd70
commit 971b2e7789

View File

@@ -1116,9 +1116,12 @@ services:
** Gitea — Git Hosting ** Gitea — Git Hosting
Gitea hosts the infrastructure repo and triggers the tangle-deploy pipeline. Gitea hosts the infrastructure repo and personal projects at
=git.gharbeia.net=. SSH on port 2222, web UI via Traefik Tunnel.
Requires =GITEA__webhook__ALLOWED_HOST_LIST=private= to allow webhook
delivery to the auto-deploy listener on the Docker bridge gateway.
The runner connects via the authless internal entrypoint (:8083) so it can The runner connects via the authless internal entrypoint (:8083) so it can
check out repos without SSO interference.
#+BEGIN_SRC yaml :tangle /docker/compose/services/gitea.yaml #+BEGIN_SRC yaml :tangle /docker/compose/services/gitea.yaml
services: services: