Initial qr webpage scaffold
This commit is contained in:
commit
c4afd3c253
4 changed files with 51 additions and 0 deletions
18
README.md
Normal file
18
README.md
Normal 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`)
|
||||
Loading…
Add table
Add a link
Reference in a new issue