Add configurable QR code page
This commit is contained in:
parent
c4afd3c253
commit
e3f3101719
7 changed files with 610 additions and 20 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue