diff --git a/cpn-n8n/docker-compose.yml b/cpn-n8n/docker-compose.yml new file mode 100644 index 0000000..d8b6f51 --- /dev/null +++ b/cpn-n8n/docker-compose.yml @@ -0,0 +1,24 @@ +version: '3.7' +services: + app_proxy: + environment: + APP_HOST: cpn-n8n_server_1 + APP_PORT: 5678 + PROXY_AUTH_WHITELIST: /webhook-test/*,/webhook/* + container_name: cpn-n8n_app_proxy_1 + server: + image: >- + n8nio/n8n:latest + 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 \ No newline at end of file diff --git a/cpn-n8n/umbrel-app.yml b/cpn-n8n/umbrel-app.yml new file mode 100644 index 0000000..9dfe6e6 --- /dev/null +++ b/cpn-n8n/umbrel-app.yml @@ -0,0 +1,42 @@ +manifestVersion: 1 +id: n8n +category: automation +name: n8n +version: "1.121.3" +releaseNotes: >- + Bug Fixes + + - core: Add missing workflowId when creating base subworkflowworkflow additional data + - Git Node: Throw an error if the repository path is blocked + + + 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: + - 1.jpg + - 2.jpg + - 3.jpg +path: "" +defaultUsername: "" +defaultPassword: "" +submitter: Weektab +submission: https://git.weektab.org/companas/umbrel-apps \ No newline at end of file diff --git a/cpn-teamspeak-3/umbrel-app.yml b/cpn-teamspeak-3/umbrel-app.yml index 22c4bf9..aa5f917 100644 --- a/cpn-teamspeak-3/umbrel-app.yml +++ b/cpn-teamspeak-3/umbrel-app.yml @@ -16,11 +16,11 @@ submission: https://git.weektab.org/companas/umbrel-apps repo: https://git.weektab.org/companas/umbrel-apps/src/branch/main/cpn-teamspeak-3 support: https://git.weektab.org/companas/umbrel-apps/issues gallery: - - image-1.jpg - - image-2.jpg - - image-3.jpg - - image-4.jpg - - image-5.jpg + - https://git.weektab.org/companas/umbrel-apps/raw/branch/main/cpn-teamspeak-3/image-1.jpg + - https://git.weektab.org/companas/umbrel-apps/raw/branch/main/cpn-teamspeak-3/image-2.jpg + - https://git.weektab.org/companas/umbrel-apps/raw/branch/main/cpn-teamspeak-3/image-3.jpg + - https://git.weektab.org/companas/umbrel-apps/raw/branch/main/cpn-teamspeak-3/image-4.jpg + - https://git.weektab.org/companas/umbrel-apps/raw/branch/main/cpn-teamspeak-3/image-5.jpg releaseNotes: > dependencies: []