Site engine v6 — dynamic Flask app with search, analytics, RSS, sitemap

This commit is contained in:
drjones
2026-08-04 00:38:02 -07:00
commit 8daf2bf842
3 changed files with 1403 additions and 0 deletions

10
start.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
# Per-vertical site launcher — installed on each CT
# Usage: /opt/publisher/start.sh
# Expects PUBLISHER_VERTICAL env var to be set
export PUBLISHER_VERTICAL="${PUBLISHER_VERTICAL:-guides}"
export PUBLISHER_SECRET="auto-publish-2026"
cd /opt/publisher
exec python3 app.py --port 5000 --host 0.0.0.0