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

[Feature Request] Allow updating the base URL for reverse proxies #189

Open
origintopleft opened this issue Apr 15, 2024 · 0 comments
Open

Comments

@origintopleft
Copy link

origintopleft commented Apr 15, 2024

slack-export-viewer is containerized with a very bare bones Dockerfile, mentioned primarily for completeness:

FROM python:3.11
RUN pip install slack-export-viewer
ENTRYPOINT [ "python3", "/usr/local/bin/slack-export-viewer" ]

I'm trying to run several slack-export-viewers on the same host, and I'm trying to put them all on NGINX reverse proxy at URLs like /workspace1, /workspace2... but because the export viewer itself assumes it will always be serving from /, I just get a lot of unstyled links and HTTP 404 errors in the browser tools.

(This particular deployment is going only to myself and two other people, so we can fall back to port numbers for now, but I'd like to submit a feature request anyway since I didn't see anything to 👍 vote already.)

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

No branches or pull requests

2 participants