chore: selfhost docker check (#1572)

This commit is contained in:
Nathan.fooo
2025-10-04 20:29:28 +08:00
committed by GitHub
parent 1eb810b11c
commit bf39161a51
3 changed files with 1524 additions and 6 deletions

4
.gitignore vendored
View File

@@ -17,8 +17,10 @@ flake.nix
flake.lock
.envrc
.direnv/
.claude
**/.DS_Store
**/.env.*
docker-compose.override.yml
docker-compose.override.yml
.serena

View File

@@ -140,11 +140,6 @@ ADMIN_FRONTEND_GOTRUE_URL=http://gotrue:9999
# URL that connects to the cloud docker container
ADMIN_FRONTEND_APPFLOWY_CLOUD_URL=http://appflowy_cloud:8000
# Base Url for the admin frontend. If you use the default Nginx conf provided here, this value should be /console.
# If you want to keep the previous behaviour where admin frontend is served at the root, don't set this env variable,
# or set it to empty string.
ADMIN_FRONTEND_PATH_PREFIX=/console
# =============================================================================
# 📧 EMAIL CONFIGURATION: SMTP settings (optional but recommended for production)
# =============================================================================

1521
script/diagnose_appflowy.sh Executable file
View File

File diff suppressed because it is too large Load Diff