15 lines
331 B
Markdown
15 lines
331 B
Markdown
# 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
|
|
```
|