WebDAV/SMB Integration for Next Version [For Large Files] #28
Replies: 4 comments 3 replies
-
|
Hi, Relik works with normal file paths so if you can mount the folder on the host where the docker containers are running (and map them into the container as a volume) you can use any filesystem you want. We currently use NFS (Filestore on GCP) in some projects. But Relik is not filesystem type dependend. Let me know if you were thinking of a different use case. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I came across this thread and I am still a bit unsure of how this would work. I often receive multiple large images from my clients exceeding 100GB, such as If I understand your instructions correctly: When I mount either the entire SMB share or a specific image as a volume inside the containers, how does OpenRelik recognize these files and make them available for starting a workflow through the GUI? Thank you in advance for your help—please let me know if I missed anything. |
Beta Was this translation helpful? Give feedback.
-
|
You would need to do 2 things:
This way you do not need to upload those files. @berggren This use case has popped up before. (where files are available on a different filesystem and there is no need to upload them). We have the concepts of |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I’ve recently had some time to look into this idea and started experimenting with what you referred to as the “local file system” importer or as I’d describe it, a remote file link. While testing, I noticed a few challenges when storing files that don’t reside on the OpenRelik shared file system. As to my understanding the GCP importer downloads the files to the shared file system and therefore doesn't face the same problems. One example is the The function generates a file path that would normally point to a file stored on OpenRelik's shared file system. This path always follows the pattern There were also questions around how the importer should be triggered, since the GCP importer uses a Pub/Sub model that might not be necessary in this case. A small subpage or even a button in the main interface would suffice. I’ve documented quite a bit more on these findings and even put together a small proof of concept showing how “remote file link” support could be added to the OpenRelik server with only minimal changes. If there’s interest, I’d be happy to collaborate on moving this feature forward. Would you prefer continuing the discussion here, on Discord, or in a dedicated PR? Thank you in advance for your help and let me know if you have any further questions. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We work with large images, usually north of 20GB. Uploading these images might take days. As a solution, what if OpenRelik was configured to access a WebDAV or SMB share?
Beta Was this translation helpful? Give feedback.
All reactions