OIDC and KML support release
To configure your OIDC provider, set the following environment variables:
OIDC_CLIENT_ID=client_id_example
OIDC_CLIENT_SECRET=client_secret_example
OIDC_ISSUER=https://authentik.yourdomain.com/application/o/dawarich/
OIDC_REDIRECT_URI=https://your-dawarich-url.com/users/auth/openid_connect/callback
Added
- Support for KML file uploads. #350
- Added a commented line in the
docker-compose.ymlfile to use an alternative PostGIS image for ARM architecture.
Fixed
- The map settings panel is now scrollable
Changed
- Internal redis settings updated to implement support for connecting to Redis via unix socket. #1706
- Implemented authentication via GitHub and Google for Dawarich Cloud.
- Implemented OpenID Connect authentication for self-hosted Dawarich instances. #66
What's Changed
Full Changelog: 0.35.1...0.36.0-rc.1