-
Notifications
You must be signed in to change notification settings - Fork 1
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
multi-user: provide example #1
base: main
Are you sure you want to change the base?
Conversation
Nice! This works well for me. The only comment I have is that it seems to run at |
Indeed but I though those path will be managed outside of the container in a gateway or something. Why do you need to have a specific path within that docker image? Also does that need to be a runtime or build time option for within docker handling? |
@SergeyYakubov could correct me if I'm wrong, but because we're integrating these apps as tools into Galaxy (workflow management platform we're using) these apps get assigned paths dynamically. Like a user could potentially click and launch the tool (or multiple), and then Galaxy will start the app, assign it a path (partially using |
I get the dynamic part which means it is really at runtime and not build time. |
Ah, I get what you're saying.Yeah, it's probably not an issue, as I believe we actually can just do this via Galaxy. I'm fine with merging this if @SergeyYakubov also approves. |
I'm currently working on enabling that base path in our docker image. So worst case scenario, you will have that available if need be. |
It depends on the app and how it is implemented. Galaxy can redirect calvera.ornl.gov/app/xxx/ to somehost/xxx. But if the app is unaware of /app and wants to route to /yyy instead of /app/yyy, we'll have a problem. Which might not be the case with Trame, I'm not sure here. |
The app is aware internally and, therefore, can adjust any URL call if need be. |
So, I tried integrating your branch with this repository's |
Ok I'll start a new branch from dev |
No description provided.