• Joined on 2024-08-16
dimitar pushed to master at dimitar/placebo.mk 2026-02-27 16:21:39 +00:00
4f30542014 feat: implement automatic webhook via Strapi lifecycle hooks
dimitar pushed to master at dimitar/placebo.mk 2026-02-27 15:25:50 +00:00
d7281024bf fix: configure Strapi public URL to prevent Gateway Timeout on publish
dimitar pushed to master at dimitar/placebo.mk 2026-02-27 15:08:24 +00:00
4a22e8a18a feat: auto-seed admin user on backend startup
dimitar pushed to master at dimitar/placebo.mk 2026-02-24 20:03:20 +00:00
994becc687 fix: copy src directory to include content type schemas in production
dimitar pushed to master at dimitar/placebo.mk 2026-02-24 19:05:54 +00:00
69e758b841 fix: explicitly link Traefik routers to services to resolve Gateway Timeout
dimitar pushed to master at dimitar/placebo.mk 2026-02-24 18:44:33 +00:00
17c6a1593c feat: enable database synchronization to initialize backend schema
dimitar pushed to master at dimitar/placebo.mk 2026-02-24 18:31:01 +00:00
d573846e5c fix: configure CORS to allow frontend and PWA domains
dimitar pushed to master at dimitar/placebo.mk 2026-02-24 18:20:25 +00:00
c3b01de12e fix: update CSP headers to allow production API domains
dimitar pushed to master at dimitar/placebo.mk 2026-02-24 18:06:02 +00:00
80a2ee89a6 fix: create symlink for Strapi admin build location
dimitar pushed to master at dimitar/placebo.mk 2026-02-24 17:45:55 +00:00
ff0916b37c fix: copy .strapi metadata directory for admin panel
dimitar pushed to master at dimitar/placebo.mk 2026-02-24 17:36:05 +00:00
6eb68b7bd3 debug: add detailed connection config logging
dimitar pushed to master at dimitar/placebo.mk 2026-02-24 17:27:54 +00:00
fcbd082f6d feat: add detailed database configuration logging
183636bceb fix: improve PostgreSQL health checks and expose port 5432
Compare 2 commits »
dimitar pushed to master at dimitar/placebo.mk 2026-02-24 17:04:07 +00:00
5262e73a12 cms fix
590a96e502 fix: correct Strapi database configuration structure
Compare 2 commits »
dimitar pushed to master at dimitar/placebo.mk 2026-02-24 16:54:46 +00:00
0ef26ba2f1 fix: add HTTP to HTTPS redirect and fix CMS Dockerfile
dimitar pushed to master at dimitar/placebo.mk 2026-02-24 16:43:43 +00:00
2efdf20f88 refactor: use npm prune --omit=dev instead of deprecated --production flag
dimitar pushed to master at dimitar/placebo.mk 2026-02-24 16:37:23 +00:00
ed723bc429 fix: use 'https' entrypoint instead of 'websecure' for Traefik
dimitar pushed to master at dimitar/placebo.mk 2026-02-24 16:17:34 +00:00
b8dfde512c feat: add manual Traefik labels and coolify network to all services
dimitar pushed to master at dimitar/placebo.mk 2026-02-24 15:52:41 +00:00
5fc424408e fix: correct health check endpoints and use IPv4 addresses
dimitar pushed to master at dimitar/placebo.mk 2026-02-24 15:45:25 +00:00
749ff5659c port conf
dimitar pushed to master at dimitar/placebo.mk 2026-02-24 14:14:15 +00:00
a2caaab26a devops again