Visitor sign in kiosk: multi-site, badge printing, WWCC expiry warnings, admin accounts with 2FA

This commit is contained in:
2026-08-31 09:47:36 +10:00
commit ed77493817
32 changed files with 5799 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# Keep LF in the repo so shell scripts still run on the Ubuntu docker host,
# even when the working copy is checked out on Windows.
* text=auto eol=lf
*.sh text eol=lf
*.mjs text eol=lf
Dockerfile text eol=lf
*.yml text eol=lf
.env.example text eol=lf
# Windows-only helpers keep CRLF so Notepad and cmd behave.
*.ps1 text eol=crlf
*.bat text eol=crlf
*.cmd text eol=crlf
*.png binary
*.jpg binary
*.jpeg binary
*.ico binary