From d96841f03b7fb84830eb5a83e49c04f9af78fabd Mon Sep 17 00:00:00 2001 From: Guekka Date: Thu, 8 Aug 2024 00:58:06 +0000 Subject: [PATCH] Update template lists --- merged-with-duplicates.json | 53 +++++++++++++++++++++++++++++++++++++ merged.json | 53 +++++++++++++++++++++++++++++++++++++ 2 files changed, 106 insertions(+) diff --git a/merged-with-duplicates.json b/merged-with-duplicates.json index f1870a6..6298dd4 100644 --- a/merged-with-duplicates.json +++ b/merged-with-duplicates.json @@ -27379,6 +27379,59 @@ "stackfile": "docker-compose.yml" } }, + { + "type": 3, + "title": "OpenSupports", + "name": "OpenSupports", + "description": "Ticketing solution", + "note": "Source\nWebsite: 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" + } + ] + }, { "categories": [ "Network" diff --git a/merged.json b/merged.json index a887842..aee68a5 100644 --- a/merged.json +++ b/merged.json @@ -11638,6 +11638,59 @@ "stackfile": "docker-compose.yml" } }, + { + "type": 3, + "title": "OpenSupports", + "name": "OpenSupports", + "description": "Ticketing solution", + "note": "Source\nWebsite: 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" + } + ] + }, { "categories": [ "Network"