Sign inSign up

queeup/localsend-web

By queeup

Updated about 1 year ago

Self-hosting LocalSend Web App

Image
1

10K+

queeup/localsend-web repository overview

LocalSend Web App

A web app integrating WebRTC and WebSockets to share files with other LocalSend peers (browsers, or native versions).

Tags

  • latest: latest localsend web app on top of caddy image

Pull

podman pull docker.io/queeup/localsend-web

# OR

podman pull ghcr.io/queeup-containers/localsend-web

Use

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:8080

Build

podman build --tag localsend-web --file Containerfile

Containerfile is here

Tag summary

Content type

Image

Digest

sha256:bb83d7a3d

Size

18.3 MB

Last updated

about 1 year ago

docker pull queeup/localsend-web