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

Possible to run behind reverse proxy under subpath? #26

Open
danwinkler opened this issue Mar 25, 2024 · 1 comment
Open

Possible to run behind reverse proxy under subpath? #26

danwinkler opened this issue Mar 25, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@danwinkler
Copy link

Hi,

Thanks for making wanderer!

I'm running wanderer on a k8s cluster behind a reverse proxy (Ingress NGINX Controller). I'd like to host wanderer at <my-hostname>/wanderer. I tried setting the ORIGIN envvar to include the /wanderer subpath, but it seems the app always wants to fetch assets from /_app, which causes things to break. Is there a way to make this work?

Thank you!

@Flomp
Copy link
Owner

Flomp commented Mar 25, 2024

Currently this is not possible. It shouldn't be too difficult though. You would probably need to implement a simple routing middleware in sveltekit. That said, I currently won't put it super high on my priority list. I will add it to the roadmap though.

@Flomp Flomp added the enhancement New feature or request label Mar 25, 2024
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
Status: Backlog
Development

No branches or pull requests

2 participants