Hello, i am looking for a self hosted application for sharing files like with wetransfer. I have tried the discontinued Firefox Send which has nice features like link expiry and works great in general but lacks authentication (only offers simple password protection). I also want the option to share with registered users. Is there anything similar out there? Thanks
You can selfhost Bitwarden/Vaultwarden (which I recommend, since it's rewritten in Rust and you get all the premium features for free) and use Bitwarden Send. This is probably more secure than most other options.
Though for the actual password selfhosting part of it, that is too much for my blood. Much higher chance that I would seriously fuck something up and lose access to hundreds of services than the remote bitwarden server gets compromised or becomes too shitty to use.
I was recently introduced to Croc which is great for point-to-point immediate shares. If you want something async, I wrote Korra some years ago. It might do the job for you.
Croc has worked nicely for me when I had to transfer very large files. I'll check out Korra next time if "async" means it will start transferring once the first file is hashed. That always annoyed me about Croc and I'd manually break my transfers into chunks because I didn't want to wait 10min before even one file was transferred.
Not really. It's async in the sense that you can send a file now, and the server will hold it in an encrypted state until your recipient comes to collect it.
I use Pingvin only thing it does not have is sharing with registered users but it seems that feature has been requested so might be added at some point.
No personal experience with it but this project seem to be interesting for your use case and have a docker so it's easy to test: https://github.com/filebrowser/filebrowser
Yeah, sftpgo.com seems to have a nice web frontend for users while also benefitting from all that sftp offers. Free open-source with paid support. https://github.com/drakkan/sftpgo
Seafile. I've used it for years, but I'm moving over to nextcloud as I could use other features it provides. They have paid options too, but unless you need LDAP or something more sophisticated for user management the community edition works just fine.