This commit is contained in:
2025-09-30 21:24:37 +02:00
parent d603fb452a
commit b7b9cebacb
258 changed files with 416 additions and 601 deletions

4
scripts/genkey.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
if [ ! -f /var/www/html/schedule/.key ]; then
openssl rand -hex 32 > /var/www/html/schedule/.key
fi