This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user