Skip to content

bizzycola/qrcode-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Generator UI

Docker

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:

preview

About

Basic UI to generate QR codes from a URL running in Docker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published