I make use of sharedrop.io to quickly share files between phones and computers on my LAN. Does anyone know of a self-hosted alternative, preferably containerised with Docker?

  • @[email protected]
    link
    fedilink
    English
    114 minutes ago

    I saw sharrr the other day which apparently can be self hosted and uses cryptography / expiracy / single download / multi part downloads to make it hard to find a compete file if an attacker even has host access, it also encrypts the file prior to uploading to the server and only you on the client side have the encryption.

    That said, this is all according to the architecture of the service, not sure about security in practice.

  • @eodur
    link
    English
    138 minutes ago

    An easy option is VaultWarden. Pretty painless to host AND it’ll store your passwords. There are probably better dedicated tools, but it’s functionality is pretty solid.

  • Fredrik
    link
    English
    23 hours ago

    Is LocalSend a viable option, even though it is not containerized?

    Share files to nearby devices. Free, open-source, cross-platform.

  • Lantern
    link
    English
    45 hours ago

    I use Tailscale (Taildrop & Taildrive) to send files between my devices no matter where I am. It’s a very simple install (maybe 10 minutes total), and just works.

  • @Lrobie
    link
    English
    107 hours ago

    I use Pairdrop. It can be deployed using docker.

  • @lordnikon
    link
    English
    67 hours ago

    Nextcloud has file sharing i just use KDE Connect though.

    • @[email protected]
      link
      fedilink
      English
      27 hours ago

      I also just use KDE connect on windows to exchange needed files or clipboard. Devices need to be on same LAN or VPN during exchange. Pausing PC media during calls is a nice bonus.

      For syncing photo gallery and Obsidian I use Syncthing.

  • haverholm
    link
    fedilink
    27 hours ago

    Sharedrop is self hostable.

    Other, serverless solutions are

    • Warpinator
    • Localsend
    • Croc
    • Syncthing (for the organised background syncer in your life)
  • A
    link
    fedilink
    07 hours ago

    @[email protected] Sharedrop is open source and looks easily selfhosteable, I don’t understand why you can run it on your own?

    • @[email protected]OP
      link
      fedilink
      English
      27 hours ago

      You don’t understand because I didn’t state why 😅 I have enough time and energy to set up and manage containerised applications. 20 years ago I might have had the drive to set up a local dev version, manage the dependencies and set up local init scripts, but not anymore.