From 69eee0ccd92a47f0294a580d42bc4e60791d8d2b Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 10 May 2022 15:57:55 +0000
Subject: [PATCH] Automatic generation of the file templates-portainer.json
---
templates-portainer.json | 388 +++++++++++++++++++--------------------
1 file changed, 194 insertions(+), 194 deletions(-)
diff --git a/templates-portainer.json b/templates-portainer.json
index e272703..ab109d7 100644
--- a/templates-portainer.json
+++ b/templates-portainer.json
@@ -1,6 +1,200 @@
{
"version": "2",
"templates": [
+ {
+ "type": 3,
+ "title": "Adminer",
+ "description": "Managment of MySQL",
+ "note": "Website: Adminer.org",
+ "categories": [
+ "SelfHosted",
+ "Database",
+ "PAPAMICA"
+ ],
+ "platform": "linux",
+ "logo": "https://git.spip.net/repo-avatars/1417-1f8a32370f4028c9c0c216787ad4916c",
+ "repository": {
+ "url": "https://github.com/PAPAMICA/docker-compose-collection",
+ "stackfile": "adminer.yml"
+ },
+ "env": [
+ {
+ "name": "SERVICE",
+ "label": "Name of the service",
+ "description": "No spaces or points"
+ },
+ {
+ "name": "URL",
+ "label": "Service link",
+ "description": "Example: service.papamica.fr or service.com"
+ },
+ {
+ "name": "NETWORK",
+ "label": "Your Traefik network",
+ "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"
+ }
+ ]
+ },
+ {
+ "type": 3,
+ "title": "Bookstack",
+ "description": "Wiki selfhosted",
+ "note": "Website: Bookstackapp.com",
+ "categories": [
+ "SelfHosted",
+ "PAPAMICA"
+ ],
+ "platform": "linux",
+ "logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/BookStack_logo.svg/1075px-BookStack_logo.svg.png",
+ "repository": {
+ "url": "https://github.com/PAPAMICA/docker-compose-collection",
+ "stackfile": "bookstack.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": "DB_USER",
+ "label": "Database user"
+ },
+ {
+ "name": "DB_PASSWORD",
+ "label": "Database user password"
+ },
+ {
+ "name": "DB_ROOT",
+ "label": "Database root password"
+ },
+ {
+ "name": "TIME_ZONE",
+ "label": "Time zone",
+ "description": "Example : Europe/Paris"
+ }
+ ]
+ },
+ {
+ "type": 3,
+ "title": "CachetHQ",
+ "description": "Uptime monitor alternative",
+ "note": "Website: CachetHQ.ioWarning: Check log at the first run!",
+ "categories": [
+ "SelfHosted",
+ "Monitoring",
+ "PAPAMICA"
+ ],
+ "platform": "linux",
+ "logo": "http://cachethq.io/img/social/CachetFB-V.png",
+ "repository": {
+ "url": "https://github.com/PAPAMICA/docker-compose-collection",
+ "stackfile": "cachethq.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": "DB_USER",
+ "label": "Database user"
+ },
+ {
+ "name": "DB_PASSWORD",
+ "label": "Database user password"
+ },
+ {
+ "name": "TIME_ZONE",
+ "label": "Time zone",
+ "description": "Example : Europe/Paris"
+ }
+ ]
+ },
{
"type": 3,
"title": "Etherpad",
@@ -88,200 +282,6 @@
"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"
- }
- ]
- },
- {
- "type": 3,
- "title": "CachetHQ",
- "description": "Uptime monitor alternative",
- "note": "Website: CachetHQ.ioWarning: Check log at the first run!",
- "categories": [
- "SelfHosted",
- "Monitoring",
- "PAPAMICA"
- ],
- "platform": "linux",
- "logo": "http://cachethq.io/img/social/CachetFB-V.png",
- "repository": {
- "url": "https://github.com/PAPAMICA/docker-compose-collection",
- "stackfile": "cachethq.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": "DB_USER",
- "label": "Database user"
- },
- {
- "name": "DB_PASSWORD",
- "label": "Database user password"
- },
- {
- "name": "TIME_ZONE",
- "label": "Time zone",
- "description": "Example : Europe/Paris"
- }
- ]
- },
- {
- "type": 3,
- "title": "Adminer",
- "description": "Managment of MySQL",
- "note": "Website: Adminer.org",
- "categories": [
- "SelfHosted",
- "Database",
- "PAPAMICA"
- ],
- "platform": "linux",
- "logo": "https://git.spip.net/repo-avatars/1417-1f8a32370f4028c9c0c216787ad4916c",
- "repository": {
- "url": "https://github.com/PAPAMICA/docker-compose-collection",
- "stackfile": "adminer.yml"
- },
- "env": [
- {
- "name": "SERVICE",
- "label": "Name of the service",
- "description": "No spaces or points"
- },
- {
- "name": "URL",
- "label": "Service link",
- "description": "Example: service.papamica.fr or service.com"
- },
- {
- "name": "NETWORK",
- "label": "Your Traefik network",
- "description": "Example: proxy"
- }
- ]
- },
- {
- "type": 3,
- "title": "Bookstack",
- "description": "Wiki selfhosted",
- "note": "Website: Bookstackapp.com",
- "categories": [
- "SelfHosted",
- "PAPAMICA"
- ],
- "platform": "linux",
- "logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/BookStack_logo.svg/1075px-BookStack_logo.svg.png",
- "repository": {
- "url": "https://github.com/PAPAMICA/docker-compose-collection",
- "stackfile": "bookstack.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": "DB_USER",
- "label": "Database user"
- },
- {
- "name": "DB_PASSWORD",
- "label": "Database user password"
- },
- {
- "name": "DB_ROOT",
- "label": "Database root password"
- },
- {
- "name": "TIME_ZONE",
- "label": "Time zone",
- "description": "Example : Europe/Paris"
- }
- ]
}
]
}
\ No newline at end of file