Possibility of bypassing webui auth? #1753
-
|
Hello, I have this setup (all on archlinux bare metal) currently:
In my radicale config, I have set up Here is my nginx config The snippets from Authelia can all be found (here)[https://www.authelia.com/integration/proxies/nginx/]. When I try to access As it seems to break the DAV connection, even when I let authelia bypass the username, it just might not be viable... |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
The WebUI (built-in for collection management and the potentially bundled InfCloud) are Javascript based clients running in browser and using towards Radicale the DAV connection. There is no server side implementation of these WebUIs. -> if you want to suppress Login screen you have to adjust the Javascript served to the browser to handle this somehow, no clue whether this would work but give a try. Most code the browser is executing is defined here BTW: also no clue whether DAV clients like "DAVx5" will be able to use your SSO setup. |
Beta Was this translation helpful? Give feedback.
-
|
@artav4 did you end up finding a solution? Wanting to do similar: Radicale behind Traefik reverse-proxy and Authelia SSO. |
Beta Was this translation helpful? Give feedback.
Hey! Unfortunately no, as Kozea said (#1753 (comment)), the webui is part of Radicale and it cannot be disabled just by modifying the config file, so I decided to give up on this.