From d07c1a72dcd2f716da670ca34c5b83d44cc4d263 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 06:34:41 +0000 Subject: [PATCH] Automatic generation of the file templates-portainer.json --- README.md | 8 ++++---- templates-portainer.json | 42 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1d9b3ff..cae0a10 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@
- Updated GitHub Workflow Status + Updated GitHub Workflow Status
@@ -37,7 +37,7 @@ You can deploy a compatible Docker environment with Portainer and Traefik with: ## List of services availables: - + | Status | Service | Website | Update | Maintainer | |:--:|--|--|--|--| @@ -88,6 +88,7 @@ You can deploy a compatible Docker environment with Portainer and Traefik with: | ✅ | mumble-bot [mumble-bot](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/mumble-bot.yml) | [Github.com](https://github.com/matthieugrieger/mumbledj) | 2022-05-12 | Mickael "PAPAMICA" Asseline | | ✅ | mumble-web [mumble-web](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/mumble-web.yml) | [Github.com](https://github.com/Rantanen/mumble-web) | 2022-05-12 | Mickael "PAPAMICA" Asseline | | ✅ | murmur [murmur](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/murmur.yml) | [Mumble.com](https://www.mumble.com/) | 2022-05-12 | Mickael "PAPAMICA" Asseline | +| ✅ | n8m [n8m](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/n8m.yml) | [Github.com](https://github.com/n8n-io/n8n) | 2024-06-07 | Mickael "PAPAMICA" Asseline | | ✅ | nextcloud [nextcloud](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/nextcloud.yml) | [NextCloud.com](https://nextcloud.com/) | 2022-05-11 | Mickael "PAPAMICA" Asseline | | ✅ | nzbget [nzbget](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/nzbget.yml) | [Nzbget.net](http://nzbget.net/) | 2022-05-17 | Mickael "PAPAMICA" Asseline | | ✅ | olivetin [olivetin](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/olivetin.yml) | [OliveTin.app](https://www.olivetin.app/) | 2022-05-12 | Mickael "PAPAMICA" Asseline | @@ -136,7 +137,7 @@ You can deploy a compatible Docker environment with Portainer and Traefik with: | ✅ | zabbix [zabbix](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/zabbix.yml) | [Zabbix.com](https://www.zabbix.com/) | 2022-05-11 | Mickael "PAPAMICA" Asseline | ## List of services to do: - + | Status | Service | |:--:|--| @@ -222,7 +223,6 @@ You can deploy a compatible Docker environment with Portainer and Traefik with: | 🚸 | monica | | 🚸 | monicahq | | 🚸 | moodle | -| 🚸 | n8m | | 🚸 | navidrome | | 🚸 | nginx-proxy-manager | | 🚸 | nginx | diff --git a/templates-portainer.json b/templates-portainer.json index 8ea80d2..5891ab8 100644 --- a/templates-portainer.json +++ b/templates-portainer.json @@ -2510,6 +2510,48 @@ } ] }, + { + "type": 3, + "title": "n8n", + "name": "n8n", + "description": "Automatisation (Zapier alternative)", + "note": "Website: Github.com
Port to open:5678", + "categories": [ + "SelfHosted", + "PAPAMICA" + ], + "platform": "linux", + "logo": "https://avatars.githubusercontent.com/u/45487711?s=200&v=4", + "repository": { + "stackfile": "composes-files/n8m.yml", + "url": "https://github.com/PAPAMICA/docker-compose-collection" + }, + "env": [ + { + "name": "SERVICE", + "label": "Name of the service ", + "description": "No spaces or points", + "default": "mumble-server" + }, + { + "name": "DATA_LOCATION", + "label": "Data localization ", + "description": "Example: /apps/service", + "default": "/_data/apps" + }, + { + "name": "URL", + "label": "Service URL", + "description": "Example: service.papamica.fr or service.com" + }, + { + "name": "NETWORK", + "label": "Your Traefik network ", + "description": "Example: proxy", + "default": "proxy" + } + ] + }, { "type": 3, "title": "NextCloud",