A lightweight, self-hosted QR code generator with a clean web interface.
This project is built and maintained in my free time.
If it helps you or saves you some time, you can support my work on
Thank you for your support!
docker run --rm -p 8088:8000 floibach/qr-web:latest
services:
qr-web:
image: floibach/qr-web:latest
ports:
- "8088:8000"
restart: unless-stopped
then open:
http://localhost:8088
Content type
Image
Digest
sha256:d67fb87ce…
Size
62.9 MB
Last updated
9 months ago
docker pull floibach/qr-web