feat: Add initial code drop
All checks were successful
Build Docker / BuildImage (push) Successful in 1m5s

This commit is contained in:
2025-03-27 14:50:35 +11:00
parent 1545667105
commit ffc69c7b9f
9 changed files with 451 additions and 4 deletions

12
.env.example Normal file
View File

@@ -0,0 +1,12 @@
# Flask secret key for session management
SECRET_KEY=your_secret_key_here
# Yubico API credentials (get from https://upgrade.yubico.com/getapikey/)
YUBICO_CLIENT_ID=your_client_id
YUBICO_SECRET_KEY=your_secret_key
# Your YubiKey ID (first 12 characters of any OTP generated by your YubiKey)
YUBIKEY_ID=ccccccxxxxxx
# Webhook secret for updating emergency.md
WEBHOOK_SECRET=your_webhook_secret_here