From 98fe971ba1b01f2167fa446dbc8c51c28078646a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 May 2022 14:11:59 +0000 Subject: [PATCH] Automatic generation of the file templates-portainer.json --- templates-portainer.json | 61 +++++++++++++++++++++++++++++++++++++--- 1 file changed, 57 insertions(+), 4 deletions(-) diff --git a/templates-portainer.json b/templates-portainer.json index 676d588..7aced32 100644 --- a/templates-portainer.json +++ b/templates-portainer.json @@ -20,22 +20,75 @@ { "name": "SERVICE", "label": "name of the service", - "description": "no spaces or points" + "description": "No spaces or points" }, { "name": "DATA_LOCATION", "label": "data localization", - "description": "example: /apps/service" + "description": "Example: /apps/service" }, { "name": "URL", "label": "service link", - "description": "example: service.papamica.fr or service.com" + "description": "Example: service.papamica.fr or service.com" }, { "name": "NETWORK", "label": "your Traefik network", - "description": "example: proxy" + "description": "Example: proxy" + } + ] + }, + { + "type": 3, + "title": "Vaultwarden", + "description": "Password manager", + "note": "Website: Github.com", + "categories": [ + "SelfHosted", + "PAPAMICA" + ], + "platform": "linux", + "logo": "https://upload.wikimedia.org/wikipedia/commons/0/03/Bitwarden_Logo.png", + "repository": { + "url": "https://github.com/PAPAMICA/docker-compose-collection", + "stackfile": "bitwarden.yml" + }, + "env": [ + { + "name": "SERVICE", + "label": "Name of the service", + "description": "No spaces or points" + }, + { + "name": "DATA_LOCATION", + "label": "data localization", + "description": "Example: /apps/service" + }, + { + "name": "URL", + "label": "Service link", + "description": "Example: service.papamica.fr or service.com" + }, + { + "name": "NETWORK", + "label": "Your Traefik network", + "description": "Example: proxy" + }, + { + "name": "SIGNUPS_ALLOWED", + "label": "Autorize signup ?", + "description": "True or False" + }, + { + "name": "TIME_ZONE", + "label": "Time zone", + "description": "Example : Europe/Paris" + }, + { + "name": "ADMIN_TOKEN", + "label": "Admin token", + "description": "For manage with url/admin" } ] },