Setup reverse proxy for radicale

Hmm.

I just tried this configuration:

cadmus.whitestrake.net/radicale/ {
  proxy / radicale:5232 {
    transparent
    header_upstream X-Script-Name /radicale
  }
}

And it’s working for me currently. This version did not work:

cadmus.whitestrake.net {
  redir /radicale /radicale/
  proxy /radicale/ radicale:5232 {
    transparent
    header_upstream X-Script-Name /radicale
  }
}

I will bring it back down in a little while, but for now you can check https://cadmus.whitestrake.net/radicale/ to see the app in action and see if it’s working as expected.