Web app to tag local files

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.

In order to achieve this you need a service which should expose your local files as S3 object storage. This can be done very easy with the S3Proxy. You can follow this tutorial to achieve this:

1 Like

Thanks a lot @ilian
That’s exactly what I was looking for.