Basic docker container with a HTML/CSS/JS UI to generate a QR Code from a provided URL. Uses tailwind CSS and qrcode.js
Latest version allows generating WIFI QR codes!
Usage:
docker build -t webserver .
docker run -it --rm -d -p 8080:80 --name web webserver
I've also included a Docker Compose file so if you've got Docker Compose, you may also use these commands:
# Run in current shell
docker-compose up
# Run as a background process
docker-compose up -d
# Stop background process
docker-compose down
Libraries:
QRCode-SVG: https://github.com/papnkukn/qrcode-svg
TailwindCSS: https://github.com/tailwindlabs/tailwindcss
CanvG: https://github.com/canvg/canvg
Preview: