Add forgejo (with shared postgres), docs/ideas; fix ENOTDIR in local catalog listing

Co-Authored-By: Claude Code <noreply@anthropic.com>
This commit is contained in:
Ezequiel C. 2026-09-10 23:29:36 +02:00
parent 161464602e
commit d66db4e85e
7 changed files with 150 additions and 1 deletions

11
docs/ideas.md Normal file
View file

@ -0,0 +1,11 @@
# 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.