Some checks failed
Deploy / deploy (push) Has been cancelled
Add cloudflare-ddns container for automatic DNS updates, update game server connection strings to use play.consultoria-as.com, and document port forwarding and external access setup. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
27 lines
698 B
Plaintext
27 lines
698 B
Plaintext
# Database
|
|
DATABASE_NAME=afterlife
|
|
DATABASE_USERNAME=afterlife
|
|
DATABASE_PASSWORD=change_me_in_production
|
|
|
|
# Strapi
|
|
APP_KEYS=key1,key2,key3,key4
|
|
API_TOKEN_SALT=change_me
|
|
ADMIN_JWT_SECRET=change_me
|
|
TRANSFER_TOKEN_SALT=change_me
|
|
JWT_SECRET=change_me
|
|
STRAPI_API_TOKEN=your_api_token_after_first_boot
|
|
|
|
# MinIO
|
|
MINIO_ROOT_USER=afterlife
|
|
MINIO_ROOT_PASSWORD=change_me_in_production
|
|
|
|
# Public URL (for frontend image/media URLs)
|
|
PUBLIC_STRAPI_URL=http://yourdomain.com
|
|
|
|
# Public hostname for game servers (DDNS)
|
|
PUBLIC_HOST=play.yourdomain.com
|
|
|
|
# Cloudflare API Token (create at https://dash.cloudflare.com/profile/api-tokens)
|
|
# Permissions needed: Zone > DNS > Edit
|
|
CF_API_TOKEN=your_cloudflare_api_token
|