-
Notifications
You must be signed in to change notification settings - Fork 0
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
Expose link to viewer next to each image in dataset image-list page #527
Comments
In the The dataset page has a new "View" button that opens a link (in a new tab) to the vizarr viewer: The viewer link can be configured using the |
Neat! That will be great to add to the Science Cluster deployment! How does the |
It's like all the other variables that we are setting in the env file or via For local testing we can use:
I'm not sure if I have understood the question correctly. If you are talking about the paths of the files on disk I suppose that, as suggested by @tcompa in the first comment of this issue, we can "mount the cluster share on the VM with the same absolute path". That has to be tested. Notice that, from an external point of view, the URL of fractal-web must have the same main domain of the URL of vizarr-viewer, otherwise cookies authentication will not work (more details on fractal-vizarr-viewer readme), so we added some proxy configuration (that is already in place). |
Ah, makes sense. We haven't set that up yet, but going that route makes sense. |
This is an experimental feature, not to be merged.
The button would link to our own vizarr/data service (e.g. on port 3000), and use the image URL (aka absolute path).
Notice that we would need to map cluster paths into VM paths, but at the testing level we can work around this need in a few ways (e.g. by mounting the cluster share on the VM with the same absolute path, or using symlinks, ...).
The text was updated successfully, but these errors were encountered: