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-webpodman run \
--detach \
--name localsend-web \
--publish 8080:443 \
--rm \
--volume caddy-data:/data `# Caddy stores TLS certificates` \
localsend-webNow you can open self-hosted localsend-web on your browser
https://localhost:8080orhttps://ip_address:8080
podman build --tag localsend-web --file Containerfile