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 imagepodman 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 or https://ip_address:8080podman build --tag localsend-web --file Containerfile
Content type
Image
Digest
sha256:bb83d7a3d…
Size
18.3 MB
Last updated
about 1 year ago
docker pull queeup/localsend-web