I would like to share Filemat, a web-based file manager that I built because I wanted something with a simple setup and file permissions that work across the filesystem (as opposed to permissions only for a folder managed by the app).
It's self-hosted and open-source (currently in beta).
Depends on how you'd want to control the access, you could make an account for each email and configure access per account/role, or share the files publicly and set a password (you can set a different password per user).
For more config-based control, there's currently nothing like filtering emails with regex or similar.
>I wanted something with a simple setup and file permissions that work across the filesystem (as opposed to permissions only for a folder managed by the app).
Sorry I don't understand this. What filesystem are you using?
Sorry, I didn't explain that properly. I meant app-level permissions rather than actual filesystem permissions.
There are some file managers that offer permissions, but only for their own internal data folder, so they don't work for files elsewhere on the filesystem.
As for filesystem support, it currently only runs on Linux, although I want to remove this limitation in the future.
Thanks, I guess a more conventional way to call it would be something along the lines of self-hosted cloud storage.
I'd say it's about halfway between Google Drive and Windows Explorer.
That's one of the use-cases I had in mind when making this. The permissions are right in the sidebar, so that it's easy to set which people can (or can't) see or edit a given file.