5 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
6c8b400a4a add docker configuration and gitea workflow for automated image builds
Introduce a multi-stage Dockerfile, docker-compose setup, and a Gitea Actions workflow to automate building and pushing images to the registry. The configuration includes an entrypoint script for persistent logging and a .dockerignore to optimize the build context.
2026-03-23 11:09:25 +01:00
Flavio Fois
f0181aafba add build directory to .gitignore 2026-03-18 09:33:29 +01:00
Flavio Fois
45dbe480a5 add bug report creation handler and update routing structure 2026-03-17 18:20:14 +01:00
Flavio Fois
08ff1da469 add initial project structure with configuration, models, and API key authentication 2026-03-17 12:21:48 +01:00