-
v3.0.0
Stablereleased this
2026-08-21 23:32:31 +00:00 | 8 commits to main since this release- Breaking Change:
deploy_rootis removed; configure the newstorage_root(absolute path) instead.storage_rootreplaces the default<base>/doms/<host>/<dir>placement entirely, so plain-HTTP operators (Caddy, nginx) can point the backend at any directory without living under/doms/<host>/. Hostsharing users can leavestorage_rootunset and keep zero-config behavior. - Breaking Change: The singlesite backend no longer accepts
apex_path: subs-ssl/www; onlyhtdocs-sslis valid. URL routing for thewww.prefix is now the operator's responsibility (Caddyfile on plain HTTP,.htaccesson Hostsharing). - Added:
apex_pathis optional whenstorage_rootis set. Operators usingstorage_rooton a plain HTTP server (Caddy, nginx) no longer need to invent a plausible value just to satisfy validation, sincetenantRootkeys onstorage_rootand ignoresapex_pathentirely. - Updated: Bumped dev-dependency
config-matetov2.0.1. The library now drops the legacy.conf-in-CWDshort-circuit and uses the XDG-spec<xdg>/<app>/<app>lookup; tests, example files, and docs were adapted to the new search order. - Fixed: e2e harness now uses the XDG-spec config path expected by
config-matev2.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Breaking Change: