Refactor main.lua: Extract health routes and reduce to <200 lines
✅ Refactoring Complete
Files created:
- `src/routes/health.lua` (80 lines) - Health monitoring endpoints
- `src/http_server.lua` (256 lines) - HTTP server core functionality
**…
Refactor main.lua: Extract health routes and reduce to <200 lines
michael
created branch refactor/extract-health-routes-and-server-core in DAW/furt
2025-09-05 19:28:04 +02:00
michael
pushed to refactor/extract-health-routes-and-server-core at DAW/furt
2025-09-05 19:28:04 +02:00
SSL/TLS Dependency Check Missing in start.sh
JSON Library Multi-Platform Compatibility (cjson vs dkjson)
Config path inconsistency between helper scripts
Linux systemd template needs Type=forking for BSD-compatible start.sh
Update Installation.md for helper scripts system
Scope-Korrektur: FreeBSD entfernt aus Multi-Platform-Testing
Grund für Scope-Änderung
Nach Session-Analyse: FreeBSD ist nicht Teil der DAW-Plattform-Strategie.
**DAW-Blog…
Update Installation.md for helper scripts system
Multi-Platform Testing Update (3/4 Platforms Complete)
Successful Platform Tests
- OpenBSD (walter): Helper Scripts + rc.d functional
- Debian (johann): Helper Scripts + systemd…
SSL/TLS Dependency Check Missing in start.sh
JSON Library Multi-Platform Compatibility (cjson vs dkjson)
Add 'Tested on' sections to all installation documentation