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

This commit is contained in:
drjones
2026-08-04 00:38:01 -07:00
commit 61e2bc7586
3 changed files with 1403 additions and 0 deletions

14
README.md Normal file
View File

@@ -0,0 +1,14 @@
# ai — Auto Publisher Site
Live at `ai.thetempleofdoom.com` — part of the autonomous publishing network.
## Tech Stack
- Python Flask on port 5000
- nginx reverse proxy on port 80
- SQLite database with FTS5 search
- Cloudflare tunnel for public access
## Deploy
```bash
cd /opt/publisher && systemctl restart publisher
```