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.
686 B
686 B
Agent notes (arr-stack)
Git
- Remote:
origin→ssh://git@192.168.8.123:2222/tim/stack.git(Forgejotim/stack) - After any meaningful change set: commit and push to
mainwith a clear, complete-sentence message (what changed and why). - Never commit secrets:
.env,wireguard/wg0.conf,config/, GGUF models,ansible/.secrets/. - Prefer SSH push (
GIT_SSH_COMMANDwith~/.ssh/id_ed25519if needed). - Server checkout:
/opt/stackis the same repo (git pullon ser5). Ansible usesstack_deploy_method: git. - Prefer
.envfor config (see.env.example). Demo creds:DEMO_USER=timDEMO_PASS=asdfasdf. Fresh host:./scripts/bootstrap-stack.sh.