v1.4.1
Bug Fixes
-
#68 - Native install: broken UI after git pull - Added
scripts/setup-assets.shfor native (non-Docker) installs. The script downloads all vendored JS libraries (Monaco, Dagre, QRCode, Phosphor icons, Inter and JetBrains Mono fonts) and recompiles Tailwind CSS - exactly the steps the Dockerfile runs at build time. The Linux install and update docs now include asudo bash scripts/setup-assets.shstep. Previously, native installs had a broken UI after updating because vendor assets and the compiled Tailwind stylesheet are excluded from the Git repository. -
#68 - acme.json permission denied error message - The Certs tab now returns a clear, actionable error message when
acme.jsonexists but is not readable due to file permissions (chmod o+r /path/to/acme.json), instead of a generic exception string.