CI / changes (push) Successful in 11s
CI / commitlint (push) Has been skipped
CI / openapi (push) Successful in 26s
CI / web (push) Successful in 43s
CI / go (push) Failing after 32s
CI / bird2 (push) Has been skipped
CI / release (push) Has been skipped
- Added support for additional example environment files in .gitignore. - Improved the validation script for remote speaker compose by checking for the existence of the compose file and allowing for optional merging of example environment files, enhancing local and documentation parity.
12 lines
457 B
Bash
12 lines
457 B
Bash
# TLS для Traefik (profile production). Скопируйте в .env.remote-speaker-tls
|
|
|
|
# FQDN agent API (DNS only в Cloudflare → IP этой VPS)
|
|
AGENT_DOMAIN=bgp-dc2.example.com
|
|
|
|
# Let's Encrypt + Cloudflare DNS challenge (как evobgp-edge на CP)
|
|
LETSENCRYPT_EMAIL=[email protected]
|
|
CF_DNS_API_TOKEN=
|
|
|
|
# IP основного сервера (Panel) — единственный источник wake-up / health
|
|
PANEL_IP_WHITELIST=203.0.113.1/32
|