docker-compose with traefik #1368
Unanswered
mybuntu-git2
asked this question in
Q&A general
Replies: 1 comment
-
Pardon my spareness, just in a rush but figured I'll quickly post it before I forget for others who might come across this. Here is my docker entry compose, I am using userfile so make sure you mount it in the traefik section, eg
The key to making traefik work was using the headerField to set X-Remote-User, then you need to set auth to type = "http_x_remote_user" in radicale config.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi all,
I have a low memory device running radicale, https, auth none.
on iOS 16 and macOS Monterey , it keeps asking for passwords from time to time due to a known bug.
I understand I need a reverse proxy to workaround the bug.
my understanding is traefik is more lightweight than nginx and can be used.
however, I am totally illiterate about reverse proxies and really cannot start learning that right now.
is there a kind soul with a docker-compose file to share with a working traefik and radicale setup?
Beta Was this translation helpful? Give feedback.
All reactions