Files
GitHop/.env.example
T
Hop 0d7e685b32 Enable public Actions with an isolated resource-limited runner
Hop-State: A_06FN89T43A6YAKVVRPJ85G8
Hop-Proposal: R_06FN89NC0WV0HY32HS771N8
Hop-Task: T_06FN82XHMVA9Y1SCV577AD8
Hop-Attempt: AT_06FN82XHMS7KSMMM343RTC8
2026-07-11 19:28:07 -07:00

26 lines
913 B
Bash

# Local development only. Replace every non-empty value outside localhost.
POSTGRES_PASSWORD=hopweb-local-postgres
HOP_ADMIN_TOKEN=hopweb-local-admin-token-change-me
HOP_GITEA_WEBHOOK_SECRET=hopweb-local-webhook-secret-change-me
# Create a Gitea access token after first login, then set it here to enable
# POST /api/v1/repositories/link.
GITEA_API_TOKEN=
# Optional deployment overrides. The defaults preserve localhost development.
GITEA_DOMAIN=localhost
GITEA_ROOT_URL=http://localhost:3000/
GITEA_SSH_DOMAIN=localhost
GITEA_HTTP_BIND=0.0.0.0
GITEA_HTTP_PORT=3000
GITEA_SSH_BIND=0.0.0.0
GITEA_SSH_PORT=2222
HOP_HTTP_BIND=0.0.0.0
HOP_HTTP_PORT=8080
GITEA_DISABLE_SSH=false
GITEA_DISABLE_REGISTRATION=false
GITEA_ACTIONS_ENABLED=true
# Generate this after Gitea starts with: docker compose exec -u git gitea gitea actions generate-runner-token
GITEA_RUNNER_REGISTRATION_TOKEN=
GITEA_RUNNER_NAME=cyphers-public