feat: add secrets definition to HF Space frontmatter for Duplicate Space dialog
Browse files
README.md
CHANGED
|
@@ -7,6 +7,13 @@ sdk: docker
|
|
| 7 |
app_port: 7861
|
| 8 |
pinned: true
|
| 9 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
<!-- Badges -->
|
|
|
|
| 7 |
app_port: 7861
|
| 8 |
pinned: true
|
| 9 |
license: mit
|
| 10 |
+
secrets:
|
| 11 |
+
- name: N8N_BASIC_AUTH_PASSWORD
|
| 12 |
+
description: Password to log in to your n8n instance. Required to protect your workflows.
|
| 13 |
+
- name: HF_TOKEN
|
| 14 |
+
description: HuggingFace token with write access. Used for automatic backup of your workflows and credentials to a private dataset.
|
| 15 |
+
- name: N8N_ENCRYPTION_KEY
|
| 16 |
+
description: Encryption key for stored credentials. Set this explicitly so credentials survive Space rebuilds. Generate with — openssl rand -hex 32
|
| 17 |
---
|
| 18 |
|
| 19 |
<!-- Badges -->
|