Admiral Patrick

I’m surprisingly level-headed for being a walking knot of anxiety.

Ask me anything.

I also develop Tesseract UI for Lemmy/Sublinks

  • 63 Posts
  • 1.35K Comments
Joined 1 year ago
cake
Cake day: June 6th, 2023

help-circle










  • Snapdrop or PairDrop

    Those send over WebRTC through the browser, and there’s also apps that can tie into the Share menu. You can also self-host it if you want. The data doesn’t go through the server, it’s peer-to-peer, and only devices on your local network can see each other.

    If you long press (mobile) or right-click (desktop) you can send text strings which is great for sending URLs and such between devices.

    I could be wrong, but I don’t think old school Bluetooth OBEX is even part of AOSP anymore.

    I patched Snapdrop to tie into Authelia (uses the display name passed from Authelia instead of a random name) and removed the local network requirement which lets me send files to anyone authorized to use my instance even if they’re not on the local network. The Authelia requirement is relaxed on my local network, so if someone is on my wifi, they can just connect and send (it uses the random usernames if there’s no auth header).