Automatic generation of the file templates-portainer.json

This commit is contained in:
github-actions[bot]
2022-05-13 14:03:08 +00:00
parent b056f9d476
commit 1449311732
2 changed files with 40 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ You can deploye a compatible Docker environment with Portainer and Traefik with:
## List of services availables:
<img src="https://img.shields.io/badge/Avaibles:_31-%2354B848.svg?style=for-the-badge&logo=cachet&logoColor=white">
<img src="https://img.shields.io/badge/Avaibles:_32-%2354B848.svg?style=for-the-badge&logo=cachet&logoColor=white">
| 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 |

View File

@@ -180,6 +180,44 @@
}
]
},
{
"type": 3,
"title": "Dillinger",
"description": "Write your markdown with HTML live edit",
"note": "Website: <a href='https://github.com/joemccann/dillinger' target='_blank' rel='noopener'>Github.com</a>",
"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",