this post was submitted on 17 Jun 2023
5 points (100.0% liked)

Self Hosted - Self-hosting your services.

11419 readers
1 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

Important

Beginning of January 1st 2024 this rule WILL be enforced. Posts that are not tagged will be warned and if not fixed within 24h then removed!

Cross-posting

If you see a rule-breaker please DM the mods!

founded 4 years ago
MODERATORS
 

cross-posted from: https://lemmy.death916.xyz/post/9829

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 4 comments
sorted by: hot top controversial new old
[–] Zoe8338@lemmy.ml 1 points 2 years ago

Please do add a tag to your post as stated on the sublemmy sidebar! Thank you. :)

[–] jakob@lemmy.schuerz.at 1 points 2 years ago

I use a fork of it. Pairdrop. There i can easily configure my own stun/turns-server. If i use turns over port 443, it's even possible, to use pairdrop from a device into a vpn to s device outside...

The dnapdrop-app for android also works with pairdrop.

[–] Shortcake@kbin.social 1 points 2 years ago (1 children)

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

[–] PrecisePangolin@lemmy.ml 1 points 2 years ago

Oh interesting, it’s a fork of Snapdrop too! Thanks for sharing!