From 76fa9e2c93043aebe02e64794233890ac52eb523 Mon Sep 17 00:00:00 2001 From: "Enot (ded) Skelly" Date: Thu, 4 Jun 2026 09:41:56 -0700 Subject: [PATCH] update roadmap adds log levels and moves server management under auth --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a4ffc8d..1f19fad 100644 --- a/README.md +++ b/README.md @@ -421,8 +421,10 @@ For paginated responses use the generic page wrapper: ### Future - [ ] Redis caching for stats endpoints -- [ ] Admin authentication middleware -- [ ] Channel key persistence to DB - [ ] Caddy reverse proxy config for production -- [ ] Region management via API (currently config-file only) + +- [ ] Admin authentication middleware + - [ ] Server management via API (currently config-file only) +- [ ] Channel key persistence to DB - [ ] Observer owner tracking (schema exists, API excluded by design) +- [ ] Log levels, debug and info