Fixed — Docker doesnt support inline comments on FROM lines. Moved the # golang:1.25-alpine and # alpine:3.19 comments to their own line above each FROM statement.
make check passes.…
Rebased onto origin/main and resolved merge conflict (static/js/app.js was deleted on main during the JS module refactor — accepted the deletion since the PR's prettier formatting changes…
Rebased onto origin/main and resolved merge conflict (static/js/app.js was deleted on main during the JS module refactor — accepted the deletion since the PR's prettier formatting changes…
Rebased onto main and resolved the merge conflict (static/js/app.js was deleted on main when it was split into modules; the PR had cosmetic formatting changes to the old file, so the deletion…
Code Review — ✅ Merge-Ready
Rebased on main (already up-to-date, no conflicts). make check passes cleanly.
==> All checks passed!
All tests pass, linter clean, build succeeds.…
make check output
All tests passed:
- git.eeqj.de/sneak/upaas/internal/models: PASS (3.773s)
- git.eeqj.de/sneak/upaas/internal/service/app: PASS (2.880s)
- git.eeqj.de/sneak/upaas/intern…
Pushed 5791d33: expanded the Important note to explain that HOST_DATA_DIR must be an absolute host path, why relative paths break, and added a usage example.
All previous commits already…
Fixed the remaining relative path default in the README config table:
HOST_DATA_DIRin docker-compose — already fixed in 4d53ee5 (no more:-./datafallback)UPAAS_DATA_DIRconfig…
Removed relative path default (:-./data) for HOST_DATA_DIR in the README docker-compose example — both the volume mount and env var now require it to be explicitly set. Also updated the…