feat: add /faq page and link from request form

This commit is contained in:
Troll (Hermes Agent) 2026-08-02 17:31:08 +00:00
parent 382b05d7f8
commit 023b4fade7
5 changed files with 168 additions and 1 deletions

View file

@ -31,9 +31,10 @@ Flask app that lets convention attendees request custom AI-generated theme songs
| `config.py` | Env vars. `ADMIN_PASSWORD` is plain text. |
| `models.py` | SQLite schema + CRUD. `player_token` is a secret URL-safe token. |
| `init_db.py` | Run once after deploy: `python init_db.py`. |
| `templates/admin/request.html` | Biggest template; prompt copy helpers and JS live here. |
| `templates/admin/request.html` | Biggest template; prompt copy helpers and JS live here. Customer email is editable here. |
| `templates/admin/dashboard.html` | Queue table + filters + auto-refresh + topbar Reset System button. |
| `templates/admin/settings.html` | SMTP config, MP3 metadata defaults, DB backup/restore, health check, reset. |
| `templates/faq.html` | Customer FAQ page. |
| `docker-compose.yml` | No `env_file`; variables come from Portainer. |
## Status meanings