Automatic generation of the file templates-portainer.json

This commit is contained in:
github-actions[bot]
2022-05-10 14:11:59 +00:00
parent 30e3828df9
commit 98fe971ba1

View File

@@ -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: <a href='https://github.com/dani-garcia/vaultwarden' target='_blank' rel='noopener'>Github.com</a>",
"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"
}
]
},