1
0
mirror of git://f0xx.org/ac/ac-deploy synced 2026-08-12 18:12:19 +03:00

Gitea mailer sendmail template and php-fpm cluster tuning.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Anton Afanasyeu
2026-08-07 22:16:04 +02:00
parent 12545813ab
commit 2ac71f85eb
4 changed files with 35 additions and 2 deletions

View File

@@ -73,7 +73,9 @@ gitea_protect_payload() {
"push_whitelist_teams": ["$GITEA_PROTECT_PUSH_TEAM"],
"enable_force_push": false,
"enable_force_push_allowlist": false,
"block_admin_merge_override": true
"block_admin_merge_override": true,
"enable_status_check": true,
"status_check_contexts": ["androidcast/build"]
}
EOF
}