New Add-On: Cloudflared

@brenner-tobias thank you for making this addon it’s pretty great and the documentation is excellent. I had Cloudflare already set up, just dropping in the addon and turning it on took 15 seconds and everything was working right out of the box.

Quick question, do I need to do something special to get subfolders to work?

For example: server.example.com/plex

i have all of the subfolders set up in NPM addon and they used to all work before I enabled the addon. Now I get 404 Not Found for all the subfolder locations.

Here is my Cloudflared config:

additional_hosts:
  - hostname: router.example.com
    service: http://172.16.3.1:8000
  - hostname: server.example.com
    service: http://172.16.3.161
    disableChunkedEncoding: true
  - hostname: requests.example.com
    service: http://172.16.3.161:5055
    disableChunkedEncoding: true
external_hostname: hq.example.com
tunnel_name: homeassistant
tunnel_token: ""
nginx_proxy_manager: true
log_level: notice

…I was hoping that maybe if I already have NPM installed there is a way to pass the traffic to it so it can just handle the routing