Hey all, I have a question that might have been asked before but I can't find an answer on this slack channel or the Github so I hope somebody can help me. I...
10 months ago
So there is no way to have locally stored files show on the UI? The aim was to keep all data locally as opposed to the cloud as it is sensitive data. I guess the only way is to achieve this is to serve the files via a files server then?
I have found a solution using this GitHub issue: None
The way I solved it is to self host the file server and adjust the docker compose file (docker-compose-win10.yml for windows). Here you can adjust the folder the file server is hosting. By mapping my network drive to a lettered drive and using that path in for the fileserver I can locally host the files