From 4cfcfa4e1870094db6d3559b76e5eb9ffdf54cec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 14:37:26 +0000 Subject: [PATCH] Automatic generation of the file templates-portainer.json --- README.md | 5 ++-- templates-portainer.json | 53 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11596b4..69105be 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 | |:--:|--|--|--|--| @@ -95,6 +95,7 @@ You can deploy a compatible Docker environment with Portainer and Traefik with: | ✅ | 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 | | ✅ | ombi [ombi](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/ombi.yml) | [Ombi.io](https://ombi.io/) | 2022-05-17 | Mickael "PAPAMICA" Asseline | | ✅ | openspeedtest [openspeedtest](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/openspeedtest.yml) | [Openspeedtest.com](https://openspeedtest.com/) | 2022-07-26 | Drack0rr | +| ✅ | opensupports [opensupports](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/opensupports.yml) | [OpenSupports.com](https://www.opensupports.com/) | 2024-08-07 | Mickael "PAPAMICA" Asseline | | ✅ | organizr [organizr](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/organizr.yml) | [organizr.app](https://organizr.app/) | 2022-05-17 | Mickael "PAPAMICA" Asseline | | ✅ | outline [outline](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/outline.yml) | [GetOutline.com](https://www.getoutline.com/) | 2022-05-24 | Mickael "PAPAMICA" Asseline | | ✅ | overseerr [overseerr](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/overseerr.yml) | [Overseerr.dev](https://overseerr.dev/) | 2022-05-17 | Mickael "PAPAMICA" Asseline | diff --git a/templates-portainer.json b/templates-portainer.json index 22fcdfb..fb96a60 100644 --- a/templates-portainer.json +++ b/templates-portainer.json @@ -2861,6 +2861,59 @@ } ] }, + { + "type": 3, + "title": "OpenSupports", + "name": "OpenSupports", + "description": "Ticketing solution", + "note": "Website: OpenSupports.com", + "categories": [ + "SelfHosted", + "IT Management", + "PAPAMICA" + ], + "platform": "linux", + "logo": "https://avatars.githubusercontent.com/u/26804114?s=280&v=4", + "repository": { + "stackfile": "composes-files/opensupports.yml", + "url": "https://github.com/PAPAMICA/docker-compose-collection" + }, + "env": [ + { + "name": "SERVICE", + "label": "Name of the service ", + "description": "No spaces or points", + "default": "opensupport" + }, + { + "name": "DB_PASSWORD", + "label": "Database user password" + }, + { + "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" + }, + { + "name": "TIME_ZONE", + "label": "Time zone ", + "description": "Example : Europe/Paris", + "default": "Europe/Paris" + } + ] + }, { "type": 3, "title": "Organizr",