From 9f4ea11923e5aa990b96c33e09d9703254ccf274 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Thu, 9 Apr 2026 10:56:22 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F(frontend)=20all=20dev=20orig?= =?UTF-8?q?ins=20when=20using=20the=20tilt=20environment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When developping using the tilt environment, we need to allow the domain docs.127.0.0.1.nip.io in the next configuration. Also the the customization is removed as it is not maintained. --- src/frontend/apps/impress/next.config.js | 1 + src/helm/env.d/dev/values.impress.yaml.gotmpl | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/frontend/apps/impress/next.config.js b/src/frontend/apps/impress/next.config.js index e836341cc..f99905954 100644 --- a/src/frontend/apps/impress/next.config.js +++ b/src/frontend/apps/impress/next.config.js @@ -6,6 +6,7 @@ const buildId = crypto.randomBytes(256).toString('hex').slice(0, 8); /** @type {import('next').NextConfig} */ const nextConfig = { + allowedDevOrigins: ['docs.127.0.0.1.nip.io'], output: 'export', trailingSlash: true, images: { diff --git a/src/helm/env.d/dev/values.impress.yaml.gotmpl b/src/helm/env.d/dev/values.impress.yaml.gotmpl index 1c222b1c5..7f6e3c887 100644 --- a/src/helm/env.d/dev/values.impress.yaml.gotmpl +++ b/src/helm/env.d/dev/values.impress.yaml.gotmpl @@ -121,10 +121,6 @@ backend: python manage.py createsuperuser --email admin@example.com --password admin restartPolicy: Never - themeCustomization: - enabled: true - file_content: {{ readFile "./configuration/theme/demo.json" }} - # Extra volume mounts to manage our local custom CA and avoid to set ssl_verify: false extraVolumeMounts: - name: certs