Move deprecated mail/mattermost host-agent units, firecuda outside-runner helpers, and legacy multi-host site-gen into meta/. Production stays host-agent + site-gen/console_to_html.py; install no longer ships mail/mm timers.
20 lines
722 B
Markdown
20 lines
722 B
Markdown
# site-gen — HTML converter + Caddy notes
|
|
|
|
**Required for host-agent:** `console_to_html.py` (log → sticky HTML).
|
|
|
|
| File | Role |
|
|
|------|------|
|
|
| `console_to_html.py` | Convert suite console log → public mon HTML |
|
|
| `caddy-monitoring-handles.snippet` | Caddy `handle` / bare redir notes |
|
|
| `ROOT-ON-KOOPA.md` | Publish staging → `/var/www` (paths from env) |
|
|
| `settings.conf.example` | Optional settings for **legacy** multi-host generator |
|
|
|
|
## Optional / moved
|
|
|
|
Legacy multi-host generate/deploy and firecuda launchd tooling live under
|
|
**`../meta/`** (see `meta/README.md`).
|
|
|
|
```bash
|
|
# normal publish is host-agent on the mon host, not these scripts
|
|
../host-agent/run-hacktivism-monitoring.sh # etc.
|
|
```
|