Files
clan-core/clanServices/localsend
2025-06-05 17:19:45 +02:00
..
2025-06-05 17:19:45 +02:00
2025-06-05 14:54:27 +02:00

LocalSend is a free, open-source alternative to AirDrop that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.

Example Usage

inventory.instances = {
  localsend = {
    module = {
      name = "localsend";
      input = "clan";
    };
    roles.default.machines.draper = { };
  };
}