mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
- Radicale 1 needs to have /radicale/.well-known/*dav to the URLs where as Radicale 2 needs to have /radicale to be the URLs. Hence have two separate apache configuration files. - Use expr= when setting X-REMOTE-USER header to set the authenticated user name properly. Without this all users are using a single user '(null)' data. Reviewed-by: James Valleroy <jvalleroy@mailbox.org>