Fixed Git integration
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user