Files
Krystie 50bd396c2b Initial commit: TRI bootstrap server
- Caddy HTTPS static file server config
- Tor hidden service (V3 onion) for anonymous access
- Bootstrap generation script (blk0001.dat + txleveldb + database)
- Dropbox upload script
- Systemd services (tor-bootstrap, caddy)
- Operator guide and verification script
2026-04-21 01:53:34 -07:00

15 lines
409 B
Bash

# Bootstrap Server Configuration
# Copy to .env and fill in your values
# Domain for the bootstrap server (clearnet)
BOOTSTRAP_DOMAIN=bootstrap.cryptographic-triangles.org
# Directory where bootstrap archives are stored (full path)
BOOTSTRAP_DIR=/var/www/triangles-bootstrap
# Tor hidden service port (internal, should match torrc)
TOR_HS_PORT=80
# Contact email for Let's Encrypt
EMAIL=admin@example.com