Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Radicale doesn't include 'radicale_auth_matrix' python module #80

Closed
igogold opened this issue Jul 18, 2023 · 1 comment
Closed

Radicale doesn't include 'radicale_auth_matrix' python module #80

igogold opened this issue Jul 18, 2023 · 1 comment

Comments

@igogold
Copy link

igogold commented Jul 18, 2023

I've enabled Radicale and configure to auth via matrix like in defaults/main.yaml:

radicale_enabled: true

radicale_hostname: 'mash.mydomain.com'
radicale_path_prefix: '/radicale'

radicale_auth_type: 'radicale_auth_matrix'
radicale_auth_matrix_server: 'matrix.mydomain.com'

But got in the journal:

Jul 18 17:08:00 mash systemd[1]: Starting mash-radicale.service - radicale (mash-radicale)...
Jul 18 17:08:00 mash mash-radicale[71682]: 1d869aafed024ae341875f53545b2d602b9df3d9b8756c30e38f68ef4194f5a5
Jul 18 17:08:00 mash systemd[1]: Started mash-radicale.service - radicale (mash-radicale).
Jul 18 17:08:01 mash mash-radicale[71695]: [2023-07-18 12:08:01 +0000] [1] [CRITICAL] An exception occurred during server startup: Failed to load auth module 'radicale_auth_matrix': No module named 'radicale_auth_matrix'
Jul 18 17:08:01 mash systemd[1]: mash-radicale.service: Main process exited, code=exited, status=1/FAILURE
Jul 18 17:08:01 mash systemd[1]: mash-radicale.service: Failed with result 'exit-code'.
Jul 18 17:08:32 mash systemd[1]: mash-radicale.service: Scheduled restart job, restart counter is at 1.
Jul 18 17:08:32 mash systemd[1]: Stopped mash-radicale.service - radicale (mash-radicale).

How to add module 'radicale_auth_matrix' to Radicale docker image? I think an image already has it but it doesn't.

@etkecc
Copy link
Member

etkecc commented Sep 5, 2023

it's a custom module we've developed, and it's not included within the default docker image
you can use the https://gitlab.com/etke.cc/radicale docker image instead (registry.gitlab.com/etke.cc/radicale:3.1.8.3)

@etkecc etkecc closed this as completed Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants