Commit Graph

98 Commits

Author SHA1 Message Date
aea5e98126 Make Dockerfile path configurable in CI script. 2025-06-09 10:58:58 +02:00
8963e06eba Switch reverse proxy to prebuilt OpenResty image 2025-06-09 10:55:12 +02:00
fa2ce9abd2 Add deployment of Dockerfile-openresty to CI script 2025-06-09 10:45:11 +02:00
cf6245a731 Switch reverse proxy to custom OpenResty Docker image, update paths in docker-compose.yml and nginx.conf 2025-06-09 10:41:20 +02:00
5a874ad710 Update reverse proxy to use lua-resty-openidc image and adjust file paths in nginx.conf and docker-compose.yml 2025-06-09 10:34:36 +02:00
e8b7db4edb Switch NGINX to OpenResty, update paths for nginx.conf and auth.lua integration 2025-06-09 10:27:53 +02:00
7de107ea6e Add OpenID authentication via Keycloak and integrate auth.lua into nginx setup 2025-06-09 10:20:30 +02:00
ba7d00c788 Disable trailing slash redirect logic and add rewrite rule for law firm demo 1 path in nginx config 2025-06-09 09:29:22 +02:00
42db88b3ca Update Impressum and Datenschutz links to new /imprint and /privacy paths in Navbar and Footer. 2025-06-09 08:57:38 +02:00
8d9947ec84 Add About page and update Navbar link to /about/ 2025-06-09 08:57:10 +02:00
ed750a5915 Remove basePath usage from internal links across Navbar, Footer, and HomePage. 2025-06-09 01:29:44 +02:00
f36ec16c74 Remove basePath usage for Impressum and Datenschutz links in Navbar. 2025-06-09 01:25:19 +02:00
162524e5b0 Use basePath for internal links and export from next.config.ts 2025-06-08 22:14:32 +02:00
94b491a274 Add trailing slashes to internal links for URL consistency 2025-06-08 22:04:34 +02:00
2b77f6499b Add trailing slash redirect rule in nginx.conf to standardize URLs 2025-06-08 21:57:52 +02:00
e61b88c9d9 Refactor basePath and assetPrefix in next.config.ts for improved readability 2025-06-08 21:57:46 +02:00
ed1e1bb65c Add Impressum and Datenschutzerklärung placeholder-pages to law firm demo 1 2025-06-08 09:59:19 +02:00
1285891ee3 Disable prefetching for external/sub-app links 2025-06-08 09:39:13 +02:00
2b2dbfe01a (revert) Update proxy_pass URL for /lawfirm/demo1/ 2025-06-08 09:24:29 +02:00
e4731a8c73 Update proxy_pass URL for /lawfirm/demo1/ 2025-06-08 02:22:42 +02:00
3d4370737f Fix trailing slash in production demo URL 2025-06-08 02:05:44 +02:00
f5e6523167 Update location path in nginx.conf for demo1 2025-06-08 02:01:25 +02:00
f0ceb08a98 Remove NODE_ENV from nginx service and add logging in next.config.ts 2025-06-08 01:56:47 +02:00
32dc1cf080 Set NODE_ENV to production 2025-06-07 23:46:05 +02:00
eb0dfff3a9 Refactor and redesign law firm demo page with new layout 2025-06-07 22:21:11 +02:00
5e5237ab10 Set custom PORT values in run configurations 2025-06-07 22:19:04 +02:00
52f572f092 Set NODE_ENV to production in Dockerfile 2025-06-07 22:14:07 +02:00
7fba89fa28 Update URLs and paths for lawfirm demo structure 2025-06-07 22:04:30 +02:00
c0dc4ed296 Disable basePath and assetPrefix configuration 2025-06-07 21:58:07 +02:00
f6024c743f Update proxy_pass ports in nginx.conf 2025-06-07 21:48:52 +02:00
8f8dac1bcf Configure Next.js for standalone output 2025-06-07 21:48:44 +02:00
38d5cfb7d6 Add a custom network for Docker Compose services 2025-06-07 21:32:37 +02:00
bd94da430c Update proxy_pass ports in nginx configuration 2025-06-07 21:22:19 +02:00
f080037902 Refactor demo URLs and add nginx reverse-proxy configuration 2025-06-07 21:16:50 +02:00
f8f88f42f4 Update regex in GitLab CI template to support more image paths 2025-06-07 19:09:39 +02:00
5680997d7d Update regex in GitLab CI template to support more image paths 2025-06-07 18:53:36 +02:00
ea5d4185e3 Update deployment script to use docker-compose.yml 2025-06-07 18:47:54 +02:00
417599d455 Fix image tagging in deployment script 2025-06-07 18:44:29 +02:00
b837e9c23e Update deployment script to use generated docker-compose.yml 2025-06-07 11:17:02 +02:00
4064c0f50d Fix wrong file name 2025-06-07 10:46:37 +02:00
e20f6dbb6a Add deployment automation
* Introduce `docker-compose.yml` for containerized service orchestration.
* Update `.gitlab-ci.yml` with new deployment stages and sync mechanisms, including production and dev environments.
2025-06-07 10:41:54 +02:00
051341514c Rename CI job names 2025-06-07 09:58:28 +02:00
a305fd3b6e Update GitLab CI/CD pipeline 2025-06-07 09:56:23 +02:00
bdf596a916 Simplify Dockerfile path in CI script 2025-06-07 09:10:20 +02:00
daff799031 Refactor: rename docker-build-template to .docker-build-template 2025-06-07 09:04:40 +02:00
863e8cedbf Add GitLab CI, Dockerfile, and demo-1
* Configured GitLab CI for Docker image builds and added a Dockerfile with the necessary setup for the main website and demo-1.
* Updated URL and removed duplicate entry in `demos.ts` to resolve conflicts.
* Integrated `.run` configuration for lawfirm-demo1 to streamline local development.
2025-06-07 09:04:12 +02:00
fce60ba750 Update homepage, add demos data.
* display ydemo sections dynamically.
* Introduced a new `demos.ts` file for demo content management.
* Added `framer-motion` for animations and updated dependencies in `package.json`.
2025-06-07 08:28:38 +02:00
4d3def4ed7 Initial Commit 2025-06-07 08:02:20 +02:00