Commit Graph

7 Commits

Author SHA1 Message Date
Flavio Fois
fa1f65baf7 add support for SQLite as an alternative database backend
Some checks failed
Build & Publish Docker Image / build-and-push (push) Failing after 33s
Implement SQLite support using the pure Go `modernc.org/sqlite` driver and update the migration system to handle driver-specific schemas. Users can now choose between MySQL and SQLite by setting the `DB_DRIVER` environment variable.
2026-03-29 17:46:27 +02:00
Flavio Fois
09a760e025 add Docker Compose configuration for Traefik and MySQL, update environment variables
All checks were successful
Build & Publish Docker Image / build-and-push (push) Successful in 44s
2026-03-25 12:14:35 +01:00
Flavio Fois
4fb3290cf6 add rate limiting configuration for authenticated and unauthenticated requests
All checks were successful
Build & Publish Docker Image / build-and-push (push) Successful in 55s
2026-03-24 08:56:05 +01:00
Flavio Fois
9df575067a add database schema migration for bug reports and users tables 2026-03-18 13:04:47 +01:00
Flavio Fois
42623a47bd update configuration to include database connection settings and adjust connection management 2026-03-18 10:54:15 +01:00
Flavio Fois
b23915d3b0 update environment example to use single API_KEY and add ADMIN_KEY 2026-03-17 18:29:32 +01:00
Flavio Fois
08ff1da469 add initial project structure with configuration, models, and API key authentication 2026-03-17 12:21:48 +01:00