Add configurable QR code page

This commit is contained in:
marijo 2026-06-23 13:19:06 +00:00
parent c4afd3c253
commit e3f3101719
7 changed files with 610 additions and 20 deletions

View file

@ -7,7 +7,9 @@ DEST="${QR_DEPLOY_DEST:-/var/www/html/qr}"
rsync -av --delete \
--exclude '.git/' \
--exclude 'AGENTS.md' \
--exclude 'what.json' \
--exclude '.DS_Store' \
./ "${HOST}:${DEST}/"
echo "Deployed to ${HOST}:${DEST}"
echo "Remember to create/update ${DEST}/what.json on the server."