Commit Graph

61 Commits

Author SHA1 Message Date
Giuseppe Raffa
dd19b33f35 refactor: reorganize auth routes by separating view and API endpoints 2026-04-04 19:16:19 +02:00
Giuseppe Raffa
3cd5a84cc1 feat: implement internal and user security middlewares and refactor route structures to support view and API separation 2026-04-04 19:11:29 +02:00
Giuseppe Raffa
0f511c2cf9 feat: implement user management routes and add settings endpoint to API server 2026-04-04 18:46:31 +02:00
Giuseppe Raffa
3efed93cbb refactor: update database environment variables to use generic DB prefix 2026-04-04 16:25:23 +02:00
Giuseppe Raffa
e0b51836be chore: move database and redis connection logs from auth helper to health check endpoint 2026-04-04 12:20:47 +02:00
Giuseppe Raffa
73aaa63717 feat: add debug logging for database connection environment variables in authdb 2026-04-04 12:18:48 +02:00
Giuseppe Raffa
b31a04b1a7 feat: implement comprehensive health check endpoints for API, Auth, and Realtime services to monitor database, Redis, MinIO, and InfluxDB connectivity. 2026-04-04 12:10:00 +02:00
Giuseppe Raffa
ba6941fd2a chore: bind servers to 0.0.0.0 to allow external network access 2026-03-31 20:07:54 +02:00
Giuseppe Raffa
7f24ca4079 fix: bind server to 0.0.0.0 to allow external network access 2026-03-28 17:08:37 +01:00
Giuseppe Raffa
33b9be13de refactor: standardize database environment variables to POSTGRES prefix and update gitignore with common development patterns 2026-03-28 16:05:11 +01:00
Giuseppe Raffa
bcfce32adb feat: initialize microservice architecture with auth, api, realtime, copernicus, ml, and console modules 2026-03-28 15:29:34 +01:00