Highlights
- Fix Authentik defaults not applied when editing a proxy host (#232) —
EditHostDialognever passedauthentikDefaultsdown toAuthentikFields, so enabling Authentik Forward Auth on an existing host left Outpost Domain, Outpost Upstream and Auth Endpoint blank and the save failed on the required fields. New hosts were unaffected. - Fix the analytics world map rendering as empty ocean and the analytics page crashing on API errors —
maplibre-glv6 resolves its tile worker viaimport.meta.url, which Turbopack can't resolve, so the worker never started. The worker is now staged intopublic/maplibre/at build time. The analytics client also now checksresponse.okbefore parsing, instead of throwing and unmounting the page on a 5xx. - Add Infomaniak DNS provider for ACME DNS-01 challenges (#223).
- Document the OAuth self-registration setting in the README and
docker-compose.yml.
Changes
- 8cb09d0 Fix Authentik defaults not applied when editing a proxy host (#232)
- bad34ec Update .gitignore
- e77cbc3 Fix analytics world map and analytics page error handling
- 37e03e1 deps(deps): bump the production-dependencies group with 2 updates (#230)
- 31bc80e deps(deps-dev): bump the development-dependencies group with 3 updates (#229)
- 252f1ef ci(deps): bump actions/stale from 10 to 11 (#228)
- 99613e9 docs: expose OAuth self-registration setting
- d4680dc deps: bump dependencies, keep typescript on 5.9
- b1f6c63 deps(deps): bump the production-dependencies group with 21 updates (#225)
- dbb100e deps(deps-dev): bump the development-dependencies group with 5 updates (#224)
- 5bbeefe Delete docs directory
- 64eaaf1 Add Infomaniak DNS provider
Full Changelog: v1.9...v1.9.1