Radicale icon indicating copy to clipboard operation
Radicale copied to clipboard

Radicale + Nginx Proxy Manager = Nope

Open F1zzyD opened this issue 7 months ago • 1 comments

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

  1. Set NPM to forward "https://test.domain.com" to "http://localhost:5232"
  2. Set NPM to forward "https://test.domain.com" to for example "http://localhost:5232/user/32095-239048-234908023"
  3. Set NPM to use "Custom locations" and put "/user/230945-234590-324589" in the location area
  4. Added many variations of code to the Advanced area of NPM
  5. 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.

F1zzyD avatar Jul 15 '24 23:07 F1zzyD