Earlier quoted context omitted.
It's definitely pretty nice, but the ergonomics of it for someone that's not that good with computers can be a little hard. I've gotten synced folders into bad states before that took a long time to fix. It's also kinda awkward having to send over a nominally private and very long ID string to set up the share in the first place.
Having the whitelist all peers on all peers is a chore. I stick with Resilio for this reason. For over a decade now it had been a 100% reliable fire and forget tool.
YouTransfer: Self-hosted file transfer and sharing solution
51–60 of 111 posts
Re: YouTransfer: Self-hosted file transfer and sharing solution
#52I recently started using SyncThing, it seems just perfect to share between two people. Maybe I'll put it on a server as well so we can sync without being online.
I use syncthing between three different systems and it’s great for keeping multiple systems in sync. One of them takes daily backups of the shares, so I have time-machine like backups too.
Re: YouTransfer: Self-hosted file transfer and sharing solution
#53I recently started using SyncThing, it seems just perfect to share between two people. Maybe I'll put it on a server as well so we can sync without being online.
One convenient feature if you run a third instance on a server is that you can "distrust" the server by encrypting the files you sync (this is done at share level), then only entering the decryption password on the trusted end devices. That way plaintext file content doesn't sit on the server. It's worth checking exactly what is encrypted as I don't think folder and file structure and names were encrypted.
Can you tell me what this feature is called?
Re: YouTransfer: Self-hosted file transfer and sharing solution
#54Earlier quoted context omitted.
Apache is still maintaned, so is nginx... just throw the file into a folder accessible by the webserver (within documentroot), and you're done :)
This is what I do. But these projects give you uploading, hash url generation and thumbnail previews as well, if you care about such things.
Re: YouTransfer: Self-hosted file transfer and sharing solution
#55Earlier quoted context omitted.
It's definitely pretty nice, but the ergonomics of it for someone that's not that good with computers can be a little hard. I've gotten synced folders into bad states before that took a long time to fix. It's also kinda awkward having to send over a nominally private and very long ID string to set up the share in the first place.
Having the whitelist all peers on all peers is a chore. I stick with Resilio for this reason. For over a decade now it had been a 100% reliable fire and forget tool.
You don't have to do that with Syncthing. See https://docs.syncthing.net/users/introducer.html
> The introducer feature lets a device automatically add new devices. When two devices connect they exchange a list of mutually shared folders and the devices connected to those shares. In the following example:
> Local device L sets remote device R as an introducer. They share the folder “Pictures.” Device R is also sharing the folder with A and B, but L only shares with R.
> Once L and R connect, L will add A and B automatically, as if R “introduced” A and B to L.
> Remote device R also shares “Videos” with device C, but not with our local L. Device C will not be added to L as it is not connected to any folders that L and R share.
Re: YouTransfer: Self-hosted file transfer and sharing solution
#56For one off for technical folks on both ends I like the magic-wormhole cli tool. https://github.com/magic-wormhole/magic-wormhole
Re: YouTransfer: Self-hosted file transfer and sharing solution
#57There seems to be a trend of people on HN sharing abandoned projects seeking a maintainer
Re: YouTransfer: Self-hosted file transfer and sharing solution
#58Earlier quoted context omitted.
I use syncthing between three different systems and it’s great for keeping multiple systems in sync. One of them takes daily backups of the shares, so I have time-machine like backups too.
sweet! this is the setup I am looking to do as well.
Re: YouTransfer: Self-hosted file transfer and sharing solution
#59For one off for technical folks on both ends I like the magic-wormhole cli tool. https://github.com/magic-wormhole/magic-wormhole
Not saying it is most efficient, but for non tech friends, that may be an option.