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
This commit is contained in:
Krystie
2026-04-21 01:53:34 -07:00
commit 50bd396c2b
11 changed files with 819 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# 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