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

6
.htaccess Normal file
View file

@ -0,0 +1,6 @@
Options -Indexes
DirectoryIndex index.php
<FilesMatch "^(what\.json|AGENTS\.md|deploy\.sh)$">
Require all denied
</FilesMatch>