Radicale
Radicale copied to clipboard
Radicale + Nginx Proxy Manager = Nope
As of now, Radicale is unable to work well with Nginx Proxy Manager. I am trying to put out a calendar link through NPM and send it securely to Cloudflare, however NPM fails to resolve Radicale's address.
Here's what I want:
- Radicale runs on http://localhost:5232
- NPM forwards "https://test.domain.com" to Radicale's calendar
Here's what I've done
- Set NPM to forward "https://test.domain.com" to "http://localhost:5232"
- Set NPM to forward "https://test.domain.com" to for example "http://localhost:5232/user/32095-239048-234908023"
- Set NPM to use "Custom locations" and put "/user/230945-234590-324589" in the location area
- Added many variations of code to the Advanced area of NPM
- Config in Radicale has this:
type = htpasswd
htpasswd_filename = /config/users
htpasswd_encryption = md5
SSL = False
hosts = 0.0.0.0:5232
What I've made sure of:
- Radicale is up to date
- NPM is up to date
- Information is correct in the config, user, and compose.yml files
So far, nothing seems to work. NPM works with all of my other services but fails to operate with Radicale.