From 144931173201b851468972d78e042edc602032fb Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri, 13 May 2022 14:03:08 +0000
Subject: [PATCH] Automatic generation of the file templates-portainer.json
---
README.md | 3 ++-
templates-portainer.json | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index ed1cae7..9215788 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ You can deploye a compatible Docker environment with Portainer and Traefik with:
## List of services availables:
-
+
| Status | Service | Update | Maintainer |
|:--:|--|--|--|
@@ -45,6 +45,7 @@ You can deploye a compatible Docker environment with Portainer and Traefik with:
| ✅ | apprise-api | 2022-05-13 | Mickael "PAPAMICA" Asseline |
| ✅ | bookstack | 2022-05-10 | Mickael "PAPAMICA" Asseline |
| ✅ | cachethq | 2022-05-10 | Mickael "PAPAMICA" Asseline |
+| ✅ | dillinger | 2022-05-13 | Mickael "PAPAMICA" Asseline |
| ✅ | etherpad | 2022-05-10 | Mickael "PAPAMICA" Asseline |
| ✅ | ferdi | 2022-05-12 | Mickael "PAPAMICA" Asseline |
| ✅ | filebot | 2022-05-10 | Mickael "PAPAMICA" Asseline |
diff --git a/templates-portainer.json b/templates-portainer.json
index 73b1a08..c47e683 100644
--- a/templates-portainer.json
+++ b/templates-portainer.json
@@ -180,6 +180,44 @@
}
]
},
+ {
+ "type": 3,
+ "title": "Dillinger",
+ "description": "Write your markdown with HTML live edit",
+ "note": "Website: Github.com",
+ "categories": [
+ "SelfHosted",
+ "PAPAMICA"
+ ],
+ "platform": "linux",
+ "logo": "https://d33wubrfki0l68.cloudfront.net/62334572e03c001939ed509a2a1f1009dd9bdde3/a7ee8/assets/images/tool-icons/dillinger.png",
+ "repository": {
+ "stackfile": "composes-files/dillinger.yml",
+ "url": "https://github.com/PAPAMICA/docker-compose-collection"
+ },
+ "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 URL",
+ "description": "Example: service.papamica.fr or service.com"
+ },
+ {
+ "name": "NETWORK",
+ "label": "Your Traefik network",
+ "description": "Example: proxy"
+ }
+ ]
+ },
{
"type": 3,
"title": "Etherpad",