• Joined on 2025-07-13
michael commented on issue DAW/furt#96 2025-09-05 19:30:28 +02:00
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

**…

michael closed issue DAW/furt#96 2025-09-05 19:29:35 +02:00
Refactor main.lua: Extract health routes and reduce to <200 lines
michael pushed to main at DAW/furt 2025-09-05 19:29:35 +02:00
ddbb232de2 Merge branch 'refactor/extract-health-routes-and-server-core'
dccf3e462a chore: merkwerk auto-update
d271b846ad refactor: extract health routes and HTTP server core from main.lua
Compare 3 commits »
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
dccf3e462a chore: merkwerk auto-update
d271b846ad refactor: extract health routes and HTTP server core from main.lua
Compare 2 commits »
michael closed issue DAW/furt#109 2025-09-05 18:23:15 +02:00
SSL/TLS Dependency Check Missing in start.sh
michael pushed to main at DAW/furt 2025-09-05 18:23:15 +02:00
1162dceef8 Merge branch 'fix/ssl-dependency-check'
ed7d069953 chore: merkwerk auto-update
d4fa6e34e2 fix(deps): add comprehensive SSL dependency check and unify error messages
Compare 3 commits »
michael closed issue DAW/furt#108 2025-09-05 17:47:39 +02:00
JSON Library Multi-Platform Compatibility (cjson vs dkjson)
michael pushed to main at DAW/furt 2025-09-05 17:47:39 +02:00
bf41726613 Merge branch 'fix/json-library-compatibility'
0592381e5d chore: merkwerk auto-update
78e8dedf8e fix(json): add multi-platform JSON library compatibility
Compare 3 commits »
michael closed issue DAW/furt#103 2025-09-05 17:24:35 +02:00
Config path inconsistency between helper scripts
michael pushed to main at DAW/furt 2025-09-05 17:24:35 +02:00
785283950f Merge branch 'fix/config-path-consistency'
56b5c43e98 chore: merkwerk auto-update
c15b01a0a6 fix(config): unify config path detection across all scripts
Compare 3 commits »
michael closed issue DAW/furt#104 2025-09-05 17:06:40 +02:00
Linux systemd template needs Type=forking for BSD-compatible start.sh
michael pushed to main at DAW/furt 2025-09-05 17:06:40 +02:00
b068a24ed5 Merge branch 'fix/systemd-type-forking'
7b15a2cfc4 chore: merkwerk auto-update
442b465f16 fix(systemd): use Type=forking for background start.sh compatibility
Compare 3 commits »
michael created branch fix/systemd-type-forking in DAW/furt 2025-09-05 17:05:49 +02:00
michael pushed to fix/systemd-type-forking at DAW/furt 2025-09-05 17:05:49 +02:00
7b15a2cfc4 chore: merkwerk auto-update
442b465f16 fix(systemd): use Type=forking for background start.sh compatibility
Compare 2 commits »
michael commented on issue DAW/furt#102 2025-09-05 16:13:07 +02:00
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…

michael commented on issue DAW/furt#102 2025-09-05 15:37:00 +02:00
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…
michael opened issue DAW/furt#109 2025-09-05 15:31:41 +02:00
SSL/TLS Dependency Check Missing in start.sh
michael opened issue DAW/furt#108 2025-09-05 15:31:01 +02:00
JSON Library Multi-Platform Compatibility (cjson vs dkjson)
michael opened issue DAW/furt#107 2025-09-05 14:08:10 +02:00
Add 'Tested on' sections to all installation documentation