This is an old revision of the document!
FileStash
FileStash is a nice web-based file manager that can be used with multiple different storage backend, from Google Drive to S3 buckets, SFTP and also local storage.
Installation
FileStash is provided only as a container, which makes it difficult to run as multiple instances for multiple users.
As usual you need a dedicated user for proper security:
useradd -d /data/daemons/filestash -m filestash su - filestash curl -O https://downloads.filestash.app/latest/docker-compose.yml
Now properly edit the compose file:
And then the usual:
su - filestash
podman compose pull