Initial qr webpage scaffold

This commit is contained in:
marijo 2026-06-23 13:11:25 +00:00
commit c4afd3c253
4 changed files with 51 additions and 0 deletions

18
README.md Normal file
View file

@ -0,0 +1,18 @@
# qr
Static webpage intended to be hosted at:
```text
192.168.0.226:/var/www/html/qr
```
## Deploy
```bash
./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`)