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 non-empty basepath work #1263

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Make non-empty basepath work #1263

wants to merge 6 commits into from

Conversation

gandy92
Copy link

@gandy92 gandy92 commented Jan 8, 2022

Try to fix #1193

gandy92 and others added 6 commits January 1, 2022 13:41
- The JoexServer is not affected by this, it is only used internally
  and not exposed, so I would simply skip this

- Sadly, the javascript file has to be fixed as well that creates a
  websocket connection. Can be fixed by making it a template or passing
  the contextPath as argument

- Need to fix the cookie path (I didn't make sure to fix all)

- Another problem is obtaining the base url. Currently, if the config
  is  set to "localhost" we simply clobber the url together from the
  request and here we don't know the base path and simply set the empty
  path. I now fixed this also to be "/andy", but we need to get the
  configured basePath from the config

- Most changes in Elm was fixing the URL to preview images and files
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

Successfully merging this pull request may close these issues.

Docker + reverse proxy with subdirectory
2 participants