Fixed Git integration

This commit is contained in:
2026-06-09 15:57:59 +03:00
parent 19d8e50505
commit 2c86a634bb
3 changed files with 31 additions and 5 deletions
+3 -2
View File
@@ -30,8 +30,9 @@ GITEA_TOKEN=your_gitea_api_token
GITEA_PUBLIC_URL=https://git.grigowashere.ru
GITEA_WEBHOOK_SECRET=generate_a_random_secret
# Gitea webhook URL (configure in repo settings; use BACKEND_PORT from host):
# http://127.0.0.1:8202/api/v1/webhooks/gitea
# Gitea webhook URL (repo Settings → Webhooks):
# https://assistant.your-domain/api/v1/webhooks/gitea ← nginx → 127.0.0.1:BACKEND_PORT
# http://172.17.0.1:8202/api/v1/webhooks/gitea ← если Gitea в Docker (не 127.0.0.1!)
REPOS_DIR=/data/repos