LocalSend Web App¶
LocalSend is a free and open-source cross-platform app that allows you to securely share files and messages with nearby devices over your local network without the need for an internet connection.
I use this as a self-hosted web app to transer files between my Chromebook, or other system that uses a browser.
Note
The current version of the web app is not compatible with the mobile app nor LocalSend Go
Installation¶
Default Port: 8080
Clone the repo.
Make sure to install pnpm.
Get dependencies
Start the development server
Deployment¶
Generates the static website in the dist directory.
Caddy¶
Caddy needs to be installed to run the LXC as a webserver.
Config¶
WIP