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

Make it possible to serve Barkeep from subpaths rather than just root #433

Open
thomasjenkins opened this issue Apr 18, 2013 · 2 comments
Open

Comments

@thomasjenkins
Copy link

Unless I've somehow totally missed it, Barkeep seems designed to only work if served from "/". Nginx proxy and rewrite rules can nearly get you there but the paths generated by Barkeep are not relative so all links and POST URLs do not work.

@philc
Copy link
Contributor

philc commented Apr 18, 2013

Yes, you're right, everyone to date has hosted Barkeep on its own domain or port, e.g. barkeep.mycompany.org. There is a way to make Rack's mounting point configurable, but various bits of code and tests which assume "/" would need to be updated.

@dkozel
Copy link

dkozel commented Mar 4, 2014

Hello, has there been progress on this? I have all my other code services running in subdirectories so it would be nice to be able to be consistent. Thanks!

Also my SSL cert only covers one specific subdomain, so it would be preferable to stay with that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants