ItsEcholot / ContainerNursery

Puts Docker Containers to sleep and wakes them back up when they're needed
MIT License
94 stars 6 forks source link

Also allow proxying subfolder path's #27

Open ckocyigit opened 2 years ago

ckocyigit commented 2 years ago

Hello,

Ive recently found ContainerNursery for myself and find it awesome to spare some resources on my Unraid Server. And it works really well with Traefik and Unraid. However I currently use some subfolder/subdirectory routes like tool.D.TDL/dozzle/ which I would like to also manage by ContainerNursery.

But I get: Error: Proxy configuration is missing for tool.D.TDL

with this config:

Is it not possible to proxy subfolders?

ItsEcholot commented 2 years ago

It is currently not possible to proxy based on subfolders to different containers. This domain key only takes (as the name suggests) domains. It gets matched against the Host Header of the HTTP Request.