docs: remove N8N_ENCRYPTION_KEY secret and update OUTBOUND_PROXY_URL description in README
Browse files
README.md
CHANGED
|
@@ -10,10 +10,8 @@ license: mit
|
|
| 10 |
secrets:
|
| 11 |
- name: HF_TOKEN
|
| 12 |
description: HuggingFace token with write access (Settings > Tokens). Used for automatic backup.
|
| 13 |
-
- name: N8N_ENCRYPTION_KEY
|
| 14 |
-
description: (Optional) Secret key to encrypt your n8n credentials. Generate with 'openssl rand -hex 32'.
|
| 15 |
- name: OUTBOUND_PROXY_URL
|
| 16 |
-
description:
|
| 17 |
---
|
| 18 |
|
| 19 |
# 🔗 Hugging8n
|
|
|
|
| 10 |
secrets:
|
| 11 |
- name: HF_TOKEN
|
| 12 |
description: HuggingFace token with write access (Settings > Tokens). Used for automatic backup.
|
|
|
|
|
|
|
| 13 |
- name: OUTBOUND_PROXY_URL
|
| 14 |
+
description: Your Cloudflare Worker URL to bypass platform blocks (Telegram/Discord).
|
| 15 |
---
|
| 16 |
|
| 17 |
# 🔗 Hugging8n
|