Centralize demo config in .env and add bootstrap-stack.sh

Expand .env.example with ports, AI, Usenet, WireGuard, demo logins, and
bootstrap flags. One script creates dirs, downloads the model, starts
compose, heals gluetun, and configures SABnzbd from the same file.
This commit is contained in:
tim 2026-07-22 13:06:08 -07:00
parent 56ddb349b4
commit 3bf1726a99
7 changed files with 410 additions and 76 deletions

View file

@ -192,6 +192,11 @@ ufw_lan_tcp_ports:
wireguard_endpoint_host: las-183-wg.whiskergalaxy.com
wireguard_endpoint_port: "443"
# Tech demo shared credentials (local UIs)
demo_user: tim
demo_pass: asdfasdf
openai_api_key: sk-local-bonsai
# Forgejo (self-hosted Git)
forgejo_domain: "192.168.8.123"
forgejo_http_port: 3002