LocalSend Web App
A web app integrating WebRTC and WebSockets to share files with other LocalSend peers (browsers, or native versions).
latest
: latest localsend web app on top of caddy image
podman pull docker.io/queeup/localsend-web
# OR
podman pull ghcr.io/queeup-containers/localsend-web
podman run \
--detach \
--name localsend-web \
--publish 8080:443 \
--rm \
--volume caddy-data:/data `# Caddy stores TLS certificates` \
localsend-web
Now you can open self-hosted localsend-web
on your browser
https://localhost:8080
orhttps://ip_address:8080
podman build --tag localsend-web --file Containerfile