A simple QR code generator. Made with qrcode.js and tailwindcss. Supports ARM as well as x86 hosts.
docker run -it -d -p 14576:80 --name qr-gen --restart=unless-stopped ackr8/qr-gen:latest
Then go to http://server-ip:14576 (where server-ip is the host's ip) to access the site.
Copy the src/ folder to the web server's serving directory. Use your favourite web server that supports static sites.