Add n8n feedback form
Build and push image / build (push) Successful in 1m17s

This commit is contained in:
alexandrev-tibco
2026-05-05 15:34:30 +02:00
parent 575a36c058
commit 6a5e401104
6 changed files with 254 additions and 3 deletions
+8
View File
@@ -16,6 +16,10 @@ Optional analytics env vars:
- `NEXT_PUBLIC_GA_MEASUREMENT_ID`: GA4 measurement ID, e.g. `G-XXXXXXXXXX`
- `NEXT_PUBLIC_CLARITY_PROJECT_ID`: Microsoft Clarity project ID
Optional feedback env vars:
- `N8N_FEEDBACK_WEBHOOK_URL`: n8n webhook URL used to receive feedback submissions
## Production build
```bash
@@ -65,6 +69,10 @@ To enable analytics in Kubernetes, create a secret named `hidden11-analytics` in
- `NEXT_PUBLIC_GA_MEASUREMENT_ID`
- `NEXT_PUBLIC_CLARITY_PROJECT_ID`
To enable feedback submission, create a secret named `hidden11-feedback` in the `hidden11` namespace with:
- `N8N_FEEDBACK_WEBHOOK_URL`
## ArgoCD
```bash