9 Commits

Author SHA1 Message Date
a5d59cbd64 Update run config 2025-07-23 08:21:53 +02:00
c0b3669c30 Remove Gateway service and configuration
- Delete Gateway module, associated Spring Boot application, and related configuration (`GatewayApplication.java`, `application.yml`, and `pom.xml`).
- Remove Gateway references in `docker-compose.yml`, `.gitlab-ci.yml`, and `backend/pom.xml`.
- Update backend services to directly handle requests under `/api` prefix (e.g., `/api/customers`, `/api/contact`).
- Adjust frontend contact route to connect directly to the server, replacing gateway references with server URLs.
2025-07-15 20:46:43 +02:00
f121a0ef80 Initialize internal_frontend module with Next.js, 2025-07-01 17:18:13 +09:00
9b7cf5553d Rename npm-dev run configuration to landing_page in project settings. 2025-07-01 17:17:57 +09:00
d3389b0343 Make gateway host configurable via SERVER_HOST environment variable 2025-06-29 18:50:30 +09:00
d63ff0a170 Enable hCaptcha verification and dynamic gateway host detection in contact API route. 2025-06-29 18:35:28 +09:00
5a73be331b Gitlab CI/CD Pipeline 2025-05-29 18:51:59 +00:00
eb17e24511 Implement backend for contact form with gateway integration 2025-05-04 12:56:55 +02:00
a4f1a58f15 Initial Commit 2025-05-04 12:18:13 +02:00