From 876acfa763e0efc67feeb877c75d289284c38bcb Mon Sep 17 00:00:00 2001 From: root Date: Mon, 29 Sep 2025 08:15:31 +0000 Subject: [PATCH] Update --- README.md | 46 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 39 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5befeae..988ae4e 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,46 @@ Ziel: --- -## 🚀 Features (0.1 Roadmap) +## 🚀 Features & Roadmap + +
+ ✅ v0.1.0 – Initial Release + +- Projektstruktur mit Frontend & Backend +- Lokales Startskript (`scripts/start-dev.sh`) +- Frontend zeigt Stacks an (über Backend) +- API-Verbindung zu Portainer +- Stack Redeploy +- Bereitstellung eines Docker Images über GHCR + +
+ +
+ 🟡 v0.2.0 – In Entwicklung + +### Backend +- [ ] Logging der Redeploy-Aktionen in SQLite speichern +- [ ] API-Endpunkte für Log-Abfragen + +### Frontend +- [ ] Anzeige der Logs (inkl. Statusfarben) +- [ ] UI-Komponenten für Log-Details + +### Features +- [ ] Selektive Auswahl: einzelne Stacks oder Services neu deployen + +
+ +
+ 🔮 Geplante Features (v0.3+) + +- Notifications (z. B. via Webhooks oder Mail) +- Authentifizierung & Benutzerverwaltung +- Monitoring (Status, CPU/RAM) +- Verbesserte UI/UX + +
-- [x] Projektstruktur mit Frontend & Backend -- [x] Lokales Startskript (`scripts/start-dev.sh`) -- [x] Frontend zeigt Stacks an (über Backend) -- [x] API-Verbindung zu Portainer -- [x] Stack Redeploy -- [x] Docker Image im ghcr zur Verfügung stellen ---