Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Also allow proxying subfolder path's #27

Open
ckocyigit opened this issue Oct 18, 2021 · 1 comment · May be fixed by #43
Open

Also allow proxying subfolder path's #27

ckocyigit opened this issue Oct 18, 2021 · 1 comment · May be fixed by #43
Labels
enhancement New feature or request

Comments

@ckocyigit
Copy link

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:

  • domain: tool.D.TDL/dozzle/ // also tried tool.D.TDL/dozzle
    containerName: Dozzle
    proxyHost: Dozzle
    proxyPort: 8080
    timeoutSeconds: 600

Is it not possible to proxy subfolders?

@ItsEcholot
Copy link
Owner

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.

@ItsEcholot ItsEcholot added enhancement New feature or request and removed triage labels Dec 30, 2022
@everythingguy everythingguy linked a pull request Apr 21, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants