feat: Gitea Webhook, IMAP, Settings & Deployment docs
- Webhook route and Gitea integration - IMAP service and Nextcloud/Porkbun setup docs - Settings UI improvements and API updates - SSH/Webhook fix prompt for emailsorter.webklar.com - Bootstrap, config and AI sorter updates
This commit is contained in:
@@ -24,6 +24,12 @@ PRODUCT_CURRENCY=eur
|
||||
STRIPE_SECRET_KEY=sk_test_your_stripe_secret_key_here
|
||||
STRIPE_WEBHOOK_SECRET=whsec_your_webhook_secret_here
|
||||
|
||||
# Gitea Webhook (Deployment)
|
||||
# Secret für X-Gitea-Signature und optional Bearer-Header (gleicher Wert möglich)
|
||||
GITEA_WEBHOOK_SECRET=your_webhook_secret_here
|
||||
# Optional: anderer Token nur für Authorization: Bearer (sonst wird GITEA_WEBHOOK_SECRET verwendet)
|
||||
# GITEA_WEBHOOK_AUTH_TOKEN=
|
||||
|
||||
# Server Configuration
|
||||
PORT=3000
|
||||
BASE_URL=http://localhost:3000
|
||||
|
||||
Reference in New Issue
Block a user