lyzcoote
  • Joined on 2026-02-04
lyzcoote pushed to master at emly/api-golang 2026-05-27 23:21:29 +02:00
bca15fe636 refactor: make database name configurable in admin routes and bug report deletion
lyzcoote pushed to master at emly/api-golang 2026-05-27 21:46:46 +02:00
3347f9ba4e add rate limiting and Cloudflare R2 storage environment variables to Docker Compose
lyzcoote pushed to master at emly/api-golang 2026-05-27 21:40:43 +02:00
0990cebbe6 remove unused Docker and rate limiting configurations from example environment file
lyzcoote pushed to master at emly/api-golang 2026-05-27 21:35:59 +02:00
3ec7bb5222 add Cloudflare R2 storage integration and update bug report handling
lyzcoote pushed to stable at emly/api 2026-05-26 20:20:53 +02:00
18e400bd02 Update compose.yml
lyzcoote pushed to stable at emly/api 2026-05-26 20:19:24 +02:00
a9cead1471 Update compose.yml
lyzcoote pushed to stable at emly/api 2026-05-26 20:16:39 +02:00
9b5de94669 Update compose.yml
lyzcoote pushed to main at emly/dashboard 2026-04-01 10:46:28 +02:00
b82c828058 Update compose.yaml
lyzcoote pushed to stable at emly/api 2026-03-31 13:49:55 +02:00
lyzcoote created branch stable in emly/api 2026-03-31 13:49:55 +02:00
lyzcoote pushed to master at emly/api-golang 2026-03-29 17:46:38 +02:00
fa1f65baf7 add support for SQLite as an alternative database backend
e6d663f4f2 make bug report database name configurable
Compare 2 commits »
lyzcoote pushed to master at emly/api-golang 2026-03-25 12:14:43 +01:00
09a760e025 add Docker Compose configuration for Traefik and MySQL, update environment variables
lyzcoote pushed to master at emly/api-golang 2026-03-25 11:17:49 +01:00
858b0642d9 silently drop connections for banned IPs in rate limiting
lyzcoote pushed to master at emly/api-golang 2026-03-24 08:56:27 +01:00
4fb3290cf6 add rate limiting configuration for authenticated and unauthenticated requests
lyzcoote pushed to master at emly/api-golang 2026-03-23 21:48:49 +01:00
9d4a1b7ef3 Removed debug logging
69b3a917d3 update docker-compose to build API service locally
Compare 2 commits »
lyzcoote pushed to master at emly/api-golang 2026-03-23 21:45:48 +01:00
e7678bc1d4 update docker-compose to build API service locally
lyzcoote pushed to master at emly/api-golang 2026-03-23 21:44:07 +01:00
69b3a917d3 update docker-compose to build API service locally
lyzcoote pushed to master at emly/api-golang 2026-03-23 21:30:03 +01:00
576ce0b1b5 add v2 API routes for admin and bug report management with rate limiting
lyzcoote pushed to master at emly/api-golang 2026-03-23 19:10:35 +01:00
9cc0f3157c add developer documentation and custom rate limiter with banning
lyzcoote pushed to master at emly/api-golang 2026-03-23 11:58:19 +01:00
be53f2ab47 update docker.yml to streamline build and push process