Add sponsor slots and translated clues
Build and push image / build (push) Successful in 1m19s

This commit is contained in:
alexandrev-tibco
2026-05-06 09:25:40 +02:00
parent bee80c7776
commit 3048be5c29
9 changed files with 554 additions and 5 deletions
+18
View File
@@ -20,6 +20,15 @@ Optional feedback env vars:
- `N8N_FEEDBACK_WEBHOOK_URL`: n8n webhook URL used to receive feedback submissions
Optional sponsor env vars:
- `NEXT_PUBLIC_SPONSOR_ENABLED`: set to `false` to hide the sponsor slot
- `NEXT_PUBLIC_SPONSOR_NAME`: sponsor name shown in the slot
- `NEXT_PUBLIC_SPONSOR_TAGLINE`: short sponsor copy
- `NEXT_PUBLIC_SPONSOR_CTA`: sponsor button text
- `NEXT_PUBLIC_SPONSOR_URL`: outbound sponsor URL
- `NEXT_PUBLIC_SPONSOR_LABEL`: small label above the sponsor name
## Production build
```bash
@@ -73,6 +82,15 @@ To enable feedback submission, create a secret named `hidden11-feedback` in the
- `N8N_FEEDBACK_WEBHOOK_URL`
To configure the sponsor slot in Kubernetes, create a secret named `hidden11-sponsor` in the `hidden11` namespace with any of:
- `NEXT_PUBLIC_SPONSOR_ENABLED`
- `NEXT_PUBLIC_SPONSOR_NAME`
- `NEXT_PUBLIC_SPONSOR_TAGLINE`
- `NEXT_PUBLIC_SPONSOR_CTA`
- `NEXT_PUBLIC_SPONSOR_URL`
- `NEXT_PUBLIC_SPONSOR_LABEL`
## ArgoCD
```bash