https://github.com/florianibach/qr-web
A simple QR Code generator with a docker file and a UI - possible to host on a Raspberry Pi
https://github.com/florianibach/qr-web
docker qr-code qrcode qrcode-generator raspberry-pi self-hosted selfhost selfhosted
Last synced: about 2 months ago
JSON representation
A simple QR Code generator with a docker file and a UI - possible to host on a Raspberry Pi
- Host: GitHub
- URL: https://github.com/florianibach/qr-web
- Owner: florianibach
- Created: 2025-12-15T19:27:25.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-12-27T00:08:46.000Z (6 months ago)
- Last Synced: 2025-12-28T15:20:34.653Z (6 months ago)
- Topics: docker, qr-code, qrcode, qrcode-generator, raspberry-pi, self-hosted, selfhost, selfhosted
- Language: HTML
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QR Code Generator (Web UI)
[](https://github.com/florianibach/qr-web)
[](https://hub.docker.com/r/floibach/qr-web)
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 [](https://buymeacoffee.com/floibach)
Thank you for your support!
## Features
- Generate QR codes from text or URLs
- Optional embedded logo/image (centered)
- Configurable size, border and error correction (ECC)
- Mobile-friendly UI
- Multi-architecture Docker image (amd64 & arm64)
- Works perfectly on Raspberry Pi
## Usage (Docker)
### docker run
```
docker run --rm -p 8088:8000 floibach/qr-web:latest
```
### docker compose
```yaml
services:
qr-web:
image: floibach/qr-web:latest
ports:
- "8088:8000"
restart: unless-stopped
```
then open:
```
http://localhost:8088
```
### Notes
- Default error correction level: Q (recommended)
- For larger logos, use Q or H ECC
- No data is stored – everything runs in-memory
## Support me
[](https://www.buymeacoffee.com/floibach)