n8n homepage

This commit is contained in:
2025-12-27 20:52:58 +08:00
parent 4063c20e69
commit 7fd0fafc89

View File

@@ -51,6 +51,27 @@ services:
- homepage.icon=sh-n8n-light - homepage.icon=sh-n8n-light
- homepage.href=${N8N_EDITOR_URL} - homepage.href=${N8N_EDITOR_URL}
- homepage.description=n8n is a workflow automation platform that gives technical teams the flexibility of code with the speed of no-code. - homepage.description=n8n is a workflow automation platform that gives technical teams the flexibility of code with the speed of no-code.
- homepage.widgets[0].type=customapi
- homepage.widgets[0].url=http://cluster.localdomain:5679/webhook/bbf20adf-170b-4b4e-90fb-eea4ce74a3df
- homepage.widgets[0].refreshInterval=10000 # optional - in milliseconds, defaults to 10s
#- homepage.widgets[0].username: username # auth - optional
#- homepage.widgets[0].password: password # auth - optional
#- homepage.widgets[0].method: GET # optional, e.g. POST
#- homepage.widgets[0].headers: # optional, must be object, see below
#- homepage.widgets[0].requestBody: # optional, can be string or object, see below
#- homepage.widgets[0].display=list # optional, default to block, see below
- homepage.widgets[0].mappings[0].field.data[0]=workflows
- homepage.widgets[0].mappings[0].label=Workflows
- homepage.widgets[0].mappings[0].format=text
#- homepage.widgets[0].mappings[0].additionalField.field.data.status=state
#- homepage.widgets[0].mappings[0].additionalField.color=theme
#- homepage.widgets[0].mappings[0].additionalField.format=text
- homepage.widgets[0].mappings[1].field.data[1]=executions
- homepage.widgets[0].mappings[1].label=Executions
- homepage.widgets[0].mappings[1].format=text
- homepage.widgets[0].mappings[2].field.data[1]=failedExecutions
- homepage.widgets[0].mappings[2].label=Failed
- homepage.widgets[0].mappings[2].format=text
worker: worker:
image: ${N8N_IMAGE} image: ${N8N_IMAGE}