Filestash - Web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze
-
this looks super useful!

-
any updates on filestash? seems like it would be a great light weight alternative to nextcloud.
-
@girish I was thinking potentially to use syncthing with volumes, and then use filestash for web access, sharing etc.
Nextcloud is great, but its a bit of a slow giant that's resource intensive. It tries to do a lot of things and doesn't do the core function of syncing files very efficiently.
-
Looks relatively easy to package from their Dockerfile
https://github.com/mickael-kerjean/filestash/blob/master/docker/Dockerfile -
After trying to use NextCloud (To slow and too much) and xBackbone (s3 is broken) This seems to be perfect for us - simple s3 front-end. I am going to try the docker, but this would be awesome for Cloudron

@stevespaw You might like https://pydio.com/en/download as well though that's not entirely open source
-
C ctrl referenced this topic on
-
I've put up a Github for a Filestash Cloudron app incase you guys wanna check it out:
https://github.com/stalecontext/filestash-cloudron-appLet me know if there are any quirks. I didn't get mine fully set up yet
-
I've put up a Github for a Filestash Cloudron app incase you guys wanna check it out:
https://github.com/stalecontext/filestash-cloudron-appLet me know if there are any quirks. I didn't get mine fully set up yet
I took a quick look.
An installation test revealed one problem.
Thestart.shfile in the repo does not have the execute permission bit set leading to the following error when installing the app:App installation error: Installation failed: (HTTP code 400) unexpected - failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: exec: "/app/pkg/start.sh": permission deniedI have created a PR that you can merge to fix this issue:
https://github.com/stalecontext/filestash-cloudron-app/pull/1