From 0296a7f0a8b428c43f65e2eb3b7e86cf6a5cbdf0 Mon Sep 17 00:00:00 2001 From: Flamur Veliqi Date: Sat, 29 Nov 2025 12:38:58 +0100 Subject: [PATCH] Update app --- cpn-n8n/data/.getkeep.txt | 0 cpn-n8n/docker-compose.yml | 65 -------------------------------------- cpn-n8n/umbrel-app.yml | 42 ------------------------ 3 files changed, 107 deletions(-) delete mode 100644 cpn-n8n/data/.getkeep.txt delete mode 100644 cpn-n8n/docker-compose.yml delete mode 100644 cpn-n8n/umbrel-app.yml diff --git a/cpn-n8n/data/.getkeep.txt b/cpn-n8n/data/.getkeep.txt deleted file mode 100644 index e69de29..0000000 diff --git a/cpn-n8n/docker-compose.yml b/cpn-n8n/docker-compose.yml deleted file mode 100644 index 238050a..0000000 --- a/cpn-n8n/docker-compose.yml +++ /dev/null @@ -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 diff --git a/cpn-n8n/umbrel-app.yml b/cpn-n8n/umbrel-app.yml deleted file mode 100644 index d96a992..0000000 --- a/cpn-n8n/umbrel-app.yml +++ /dev/null @@ -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 \ No newline at end of file