4 Commits

Author SHA1 Message Date
164e2162a2 Move client key to database with admin UI for key management and QR code generation
- Store client key in SQLite database instead of environment variable
- Add database migration from CLIENT_KEY environment variable to preserve existing keys
- Add admin UI with tabbed interface (Configuration and QR Code tabs)
- Implement QR code generation containing server config (address, port, key) for Android app
- Add functionality to regenerate client key with warning dialog
- Add buttons to download QR code as PNG and copy QR image to clipboard
- Add manual input fields for server address and port configuration
- Update requirements.txt with pyotp and qrcode dependencies
2025-12-27 14:29:58 -05:00
10983b9410 added logic to support self signed certs 2025-04-15 19:23:42 -04:00
e0c89b4f21 require client-key for uploads 2025-04-15 07:44:20 -04:00
688149d6af initial commit 2024-10-07 23:16:42 -04:00