mirror of
git://f0xx.org/ac/ac-deploy
synced 2026-07-29 04:19:00 +03:00
cluster0: lab seeds, Gitea mirrors, compose mail, verify tooling
Freeze lab-seeds backend for COMPOSE_SKIP_MONOLITH; fix Gitea mirror scripts for 1.25 API; add secrets.lab.env template, verify-mail-lab, LAB_PUBLIC_ORIGIN, and credentials pointers for mirror token recovery. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -43,9 +43,19 @@ APP_HUB_PATH=/app/androidcast_project
|
||||
COMPOSE_BACKEND=/var/www/ac/composed/backend
|
||||
AC_PLATFORM_ROOT=/var/www/ac/platform
|
||||
COMPOSE_RUNTIME=1
|
||||
COMPOSE_SKIP_MONOLITH=1
|
||||
POSTGRES_SEMI_ENABLE=1
|
||||
|
||||
# Set after DNS + FE redirect, then run verify_global_setup.sh
|
||||
# Gitea browse UI on cast01 (primary); mirrors added later
|
||||
GITEA_ENABLE=1
|
||||
GITEA_HTTP_PORT=3000
|
||||
GITEA_DB_TYPE=sqlite3
|
||||
GITEA_PUBLIC_HOST=acl0.f0xx.org
|
||||
GITEA_ROOT_URL=https://acl0.f0xx.org/app/androidcast_project/git/
|
||||
GITEA_ORG=ac
|
||||
|
||||
# Global verify: lab FE vhost (set after ac-fe.conf on monstro); prod unchanged below
|
||||
LAB_PUBLIC_ORIGIN=https://acl0.f0xx.org
|
||||
PUBLIC_ORIGIN=https://apps.f0xx.org
|
||||
SHORT_LINKS_PUBLIC_BASE=https://s.f0xx.org
|
||||
FE_PROXY_TARGET=cast01.intra.raptor.org:80
|
||||
|
||||
Reference in New Issue
Block a user