this post was submitted on 17 Jun 2023
56 points (96.7% liked)

Selfhosted

39251 readers
361 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Heard about his on the self hosted podcast and just installed it and it works great. Dont use the given compose file just make your own with the linuxserver image. Here's mine and it works over tailscale and through my reverse proxy.

version: "3"
services:
  snapdrop:
    image: "linuxserver/snapdrop"
    
    volumes:
      - /nasdata/docker/volumes/snapdrop/:/data
    
    ports:
      - "8090:80"
      - "4430:443"
  
top 24 comments
sorted by: hot top controversial new old
[–] raphael@lemmy.mira.pm 15 points 1 year ago (2 children)

I actually like PairDrop better, as it allows also linking devices that fail to find themselves on the network (for example if you run it behind a reverse proxy). It is obviously pretty similar though.

https://pairdrop.net/

https://github.com/schlagmichdoch/PairDrop

[–] death916@lemmy.death916.xyz 3 points 1 year ago

Just looked at that and might have to try that. had a couple issues with devcvices finding eachother at first, but a reboot of thee container fixed it. Might be handy for sending my gf something when out and about.

I just heard about this on the podcast and wanted to try it but pairdrop may be better. Thanks

[–] MisterB@feddit.uk 1 points 1 year ago (1 children)

How would one securely host this via reverse proxy so bots don't bring it down?

[–] raphael@lemmy.mira.pm 0 points 1 year ago

I put things behind traefik and authelia if they don't have their own authentication. But anthing that the reverse proxy can offer would work I guess (like BasicAuth middleware on traefik)

[–] Shortcake@kbin.social 8 points 1 year ago

You should check out pairdrop too.
Same underlying software with some great enhancements for security
Here is their Github

[–] 00@kbin.social 4 points 1 year ago (1 children)

This seems similar to KDE Connect? Am i missing something?

[–] curioushom@lemmy.one 6 points 1 year ago (1 children)

It's quite a different use case, it's meant to facilitate wireless transfer between any device through a browser tab without having to have any local software installed first. So think more like sharing full resolution photo to a friend's device who is connected to the same wifi as you by just both of you opening the same url, snapdrop.net or pairdrop.net (fork with more features) or your own selfhosted url.

[–] 00@kbin.social 1 points 1 year ago (1 children)

Ah, thank you! That makes sense.

The browser has to support WebRTC though.

[–] Wiredfire@kayb.ee 4 points 1 year ago (1 children)

I’ve always found snapdrop very very inconsistent. When it works is amazing, but it often as not doesn’t see other devices.

LocalSend, on the other hand, is excellent. It’s an app so needs to be installed but it available for about every platform desktop and mobile and is my go-to now.

[–] planish@sh.itjust.works 2 points 1 year ago (1 children)

Another recommendation for Localsend. But it's cool that Snapdrop manages to do almost the same thing and does it in the browser. I can definitely see where it would be useful.

What's the point of self-hosting Snapdrop though? Does it need a discovery server in there for WebRTC? Or does this just end up serving the same static files but now from a local server?

[–] asjmcguire@kbin.social 1 points 1 year ago

The main reason to self host snapdrop is that a good 60% of the time, when I really need it to work - it's down.

[–] jakoma02@czech-lemmy.eu 2 points 1 year ago

Also see pairdrop, it is a snapdrop fork that allows connecting devices on different networks using a numeric code and has other improvements.

[–] float@feddit.de 2 points 1 year ago (1 children)

I tried it a few times but was so slow (even in a local network), I ended up cancelling the transfer every single time. I prefer Syncthing which does require some basic setup though.

[–] deepdive@lemmy.world 1 points 1 year ago

Syncthing is an amazing tool ! I'm always in aw how good it is and how good it works on all my devices ! It's a fantastic piece of open source software.

[–] lupec@lemmy.lpcha.im 2 points 1 year ago

Hah, just heard about it on the same place as well. I'm floored I'd never heard of it before, such a neat implementation. Planning on giving it a go sometime soon.

[–] Olly1240@feddit.it 2 points 1 year ago

I woul recommend LANDrop, apart from some fiddling with my unusual firewall, it has apps for whatever phone os, sharing menu integration on mobile, works flawlessly locally

[–] binwiederhier@discuss.ntfy.sh 2 points 1 year ago

Awesome. Thanks for sharing.

[–] grehund@lemmy.world 1 points 1 year ago

Snapdrop is great. I don't need it often, but when I do, it's so simple and easy to use.

[–] zer0@discuss.tchncs.de 1 points 1 year ago
[–] slug@lemmy.world 1 points 1 year ago

this is cool, i'd love something similar that replicates the Firefox send-to feature which i often use to leave a tab waiting for me on another device.

[–] Avalanched@kbin.social 1 points 1 year ago

I didn't know I needed this, I'm going to set this up right away Thanks for sharing!

[–] dan@upvote.au 1 points 1 year ago (1 children)

What is the self-hosted podcast you mentioned?

[–] death916@lemmy.death916.xyz 2 points 1 year ago

https://selfhosted.show/ literally the self hosted podcast it's pretty good imo.