repo/docs/ideas.md
Ezequiel C. d66db4e85e Add forgejo (with shared postgres), docs/ideas; fix ENOTDIR in local catalog listing
Co-Authored-By: Claude Code <noreply@anthropic.com>
2026-09-10 23:29:36 +02:00

11 lines
684 B
Markdown

# Ideas / backlog
## Analytics + server stats (analize.example.com)
- Public (or SSO-gated) web app that receives **web events** from my sites (page views, errors, custom events) and stores **server stats** from the homelab (per-service/module CPU, RAM, network, disk).
- Read side: dashboards — e.g. how much each service/module uses, event trends over time.
- Status: idea only. If built: one ingest API + a timeseries store (Postgres works fine at this scale), the same identity stack (Authelia SSO) in front, reverse-proxied by NPM. No code written yet.
## Autonomous AI agents (big idea)
- Ambitious project involving autonomous AI agents. Deferred — will revisit later.