Commit Graph
11 Commits
Author SHA1 Message Date
junv 823b2bbde3 Test chart publishing 2025-08-06 21:42:53 +10:00
52804a7949 Update .github/workflows/helm-release.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-06 21:35:08 +10:00
junv f33f8595aa Add helm chart 2025-08-06 21:32:12 +10:00
junv 9efc8d5950 Update workflow to create docker image with tags 2025-08-06 21:04:07 +10:00
junv 827a103cee fix: Speed up docker build 2025-08-04 21:59:17 +10:00
junv 91a35c750b Fix docker push error 2025-08-04 21:47:20 +10:00
junv 75c02f4032 Publish docker image to github packages 2025-08-04 21:21:02 +10:00
junv 5fe801ff02 Fix gosec issues, also remove binary test 2025-08-04 20:36:32 +10:00
junv 8e8f26546f Update gosec check 2025-08-04 18:56:57 +10:00
junv 07c06029d5 Update license 2025-08-04 18:54:30 +10:00
junv 9427c36b8b feat: initial commit - WebAuthn passkey authentication service
- Complete WebAuthn/FIDO2 authentication implementation
- SQLite database with user and credential management
- Email-based user identification with allowlist support
- Admin approval workflow for new users
- Session management with secure cookies
- Docker containerization with Debian base for SQLite compatibility
- Kubernetes deployment manifests with nginx ingress support
- Web-based admin interface for user management
- Comprehensive documentation and deployment guides
- Standard open source project structure with CI/CD
2025-08-04 18:35:44 +10:00