Update app

This commit is contained in:
2025-11-29 12:38:58 +01:00
parent a07e25b509
commit 0296a7f0a8
3 changed files with 0 additions and 107 deletions

View File

@@ -1,65 +0,0 @@
version: '3.7'
services:
app_proxy:
environment:
APP_HOST: server
APP_PORT: 5678
PROXY_AUTH_WHITELIST: /webhook-test/*,/webhook/*
container_name: n8n_app_proxy_1
server:
image: n8nio/n8n:1.222.4@sha256:890c57b244dc8dd2688a05f70759f4b7792871f2a318395882908e751dfdc7f3
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data:/home/node/.n8n
stop_grace_period: 1m
environment:
- PUID=1000
- PGID=1000
- N8N_HOST=$DEVICE_DOMAIN_NAME
- N8N_SECURE_COOKIE=false
- N8N_DIAGNOSTICS_ENABLED=false
- N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true
- N8N_RUNNERS_ENABLED=true
container_name: cpn-n8n_server_1
version: '3.7'
services:
app_proxy:
environment:
APP_HOST: server
APP_PORT: 5678
PROXY_AUTH_WHITELIST: /webhook-test/*,/webhook/*
container_name: n8n_app_proxy_1
restart: unless-stopped
networks:
- n8n-network
server:
image: n8nio/n8n:1.222.4@sha256:890c57b244dc8dd2688a05f70759f4b7792871f2a318395882908e751dfdc7f3
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data:/home/node/.n8n
stop_grace_period: 1m
environment:
- PUID=1000
- PGID=1000
- N8N_HOST=0.0.0.0
- N8N_PORT=5678
- N8N_SECURE_COOKIE=false
- N8N_DIAGNOSTICS_ENABLED=false
- N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true
- N8N_RUNNERS_ENABLED=true
container_name: cpn-n8n_server_1
networks:
- n8n-network
ports:
- "5678:5678"
networks:
n8n-network:
driver: bridge

View File

@@ -1,42 +0,0 @@
manifestVersion: 1
id: cpn-n8n
category: automation
name: n8n
version: "1.122.4"
releaseNotes: >-
Bug Fixes
- core: Introduce batch workflow rule to fix subworkflow with wait node detection
- core: OIDC form breaks when enabling OIDC while SAML is active
- editor: Wording for migration rule detail table headers
Full release notes are found at https://github.com/n8n-io/n8n/releases
tagline: Build complex workflows, really fast
description: >-
n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code,
be available to self-host, and allow you to add your own custom functions, logic and apps.
n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything.
n8n (pronounced n-eight-n) helps you to connect any app with an API with any other, and manipulate its data with little or no code.
Customizable: highly flexible workflows and the option to build custom nodes.
Privacy-focused: self-host n8n for privacy and security.
developer: n8n
website: https://n8n.io
dependencies: []
repo: https://github.com/n8n-io/n8n
support: https://docs.n8n.io/
port: 5678
gallery:
- https://git.weektab.org/companas/umbrel-apps/raw/branch/main/gallery/n8n/image-1.jpg
- https://git.weektab.org/companas/umbrel-apps/raw/branch/main/gallery/n8n/image-2.jpg
- https://git.weektab.org/companas/umbrel-apps/raw/branch/main/gallery/n8n/image-3.jpg
path: ""
defaultUsername: ""
defaultPassword: ""
icon: https://git.weektab.org/companas/umbrel-apps/raw/branch/main/gallery/n8n/icon.svg
submitter: Weektab
submission: https://git.weektab.org/companas/umbrel-apps