Skip to content

v1.2.1

Choose a tag to compare

@Dissimilis Dissimilis released this 10 Jun 08:58
· 3 commits to main since this release

Fixes

  • JSON API: nested item links now resolve correctly (_links.self/download/hashes for items in subdirectories).
  • Service mode: a relative RootPath is now anchored to the executable directory under systemd, matching existing Windows service behavior, so it no longer depends on the unit file working directory.
  • UI: archive browser footer version formatting now matches the directory listing footer.

Changes

  • Health endpoints simplified: /health, /healthz and /readyz are lightweight liveness probes.
  • install-service.bat: port is read via JSON parsing (including appsettings.Local.json) instead of a fragile regex, and the Windows service is now configured to restart on failure, matching the systemd unit.
  • dirforge.service: documented how ProtectHome/ProtectSystem hardening interacts with RootPath placement.