Hi,
Just realized that the web version of Tagspaces does not support local files.
Here is my use-case:
- Shared local storage
- Team working on files stored on this shared local storage
- I need to allow users to search for files stored on this shared local storage based on tags
What I want to achieve:
- Run a server with Tagspaces web
- Mount the shared local storage on this same server
- Add the mount point as local storage in Tagspaces
- Provide access to users to the web app which will allows them to browse files using tags
Do you think I can achieve that?
Thanks.