Snapdrop: self-hostable airdrop

I heard about this recently. if you are on the same wifi network, you can use this like Apple Airdrop to send files between devices.

i will try to set it up and see how it works.

edit

Creating network "snapdrop_default" with the default driver
ERROR: Failed to program FILTER chain: iptables failed: iptables --wait -I FORWARD -o br-21146aa7e88c -j DOCKER: iptables v1.8.7 (nf_tables): Chain 'DOCKER' does not exist
Try `iptables -h' or 'iptables --help' for more information.
 (exit status 2)

Ok looks like it’ll need some fiddling to work on Yunohost, specifically this.

    ports:
      - "8080:80"
      - "443:443"