No description
Find a file
2026-06-23 13:11:25 +00:00
.gitignore Initial qr webpage scaffold 2026-06-23 13:11:25 +00:00
deploy.sh Initial qr webpage scaffold 2026-06-23 13:11:25 +00:00
index.html Initial qr webpage scaffold 2026-06-23 13:11:25 +00:00
README.md Initial qr webpage scaffold 2026-06-23 13:11:25 +00:00

qr

Static webpage intended to be hosted at:

192.168.0.226:/var/www/html/qr

Deploy

./deploy.sh

The deployment helper uses rsync and can be overridden with:

  • QR_DEPLOY_HOST (default: 192.168.0.226)
  • QR_DEPLOY_DEST (default: /var/www/html/qr)