Claude: ToDo

This commit is contained in:
chk
2026-06-08 15:04:08 +02:00
parent 9f840ca5e3
commit 6e98226ae1
6 changed files with 189 additions and 15 deletions

View File

@@ -15,4 +15,6 @@ Zentralisierte Konfiguration statt verstreuter Hardcodierung. Konfiguration soll
- HTTPS-Zertifikatpfade und Passphrase
- [ ] `startRobot.js`, `TelnetSenderGRBL`, `InfoServer.js` und weitere Module mit dem Config-Modul arbeiten lassen
- [ ] Optional: `config/default.json` oder `.env` als Konfigurationsbasis bereitstellen
- [ ] Fehlende oder ungültige Konfiguration frühzeitig mit klarer Fehlermeldung melden
- [ ] Fehlende oder ungültige Konfiguration frühzeitig mit klarer Fehlermeldung melden
- [ ] HTTPS-Passphrase aus Umgebungsvariable lesen statt hardcoded `'abcd'` in `startRobot.js`
- [ ] `logs/`-Verzeichnis beim Start automatisch anlegen (aktuell crash wenn nicht vorhanden — siehe `doc/ToDo_8_Bugs.md` Bug 4)