Automatic generation of the file templates-portainer.json

This commit is contained in:
github-actions[bot]
2022-10-20 18:41:59 +00:00
parent 1f2b5a18dc
commit 3e4aed308a
2 changed files with 52 additions and 3 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:_82-%2354B848.svg?style=for-the-badge&logo=cachet&logoColor=white">
<img src="https://img.shields.io/badge/Avaibles:_83-%2354B848.svg?style=for-the-badge&logo=cachet&logoColor=white">
| Status | Service | Website | Update | Maintainer |
|:--:|--|--|--|--|
@@ -92,6 +92,7 @@ You can deploye a compatible Docker environment with Portainer and Traefik with:
| ✅ | <img src="https://img.papamica.com/logo/paperless.png" alt="paperless-ngx" width="20"/> [paperless-ngx](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/paperless-ngx.yml) | [Github.com](https://github.com/paperless-ngx/paperless-ngx) | 2022-06-28 | Mickael "PAPAMICA" Asseline |
| ✅ | <img src="https://www.phpmyadmin.net/static/images/logo-og.png" alt="phpmyadmin" width="20"/> [phpmyadmin](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/phpmyadmin.yml) | [Github.com](https://github.com/phpmyadmin/phpmyadmin) | 2022-10-18 | Quentin JOLY - @QJoly |
| ✅ | <img src="https://img.papamica.com/logo/plex.png" alt="plex" width="20"/> [plex](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/plex.yml) | [Plex.tv](https://www.plex.tv) | 2022-05-12 | Mickael "PAPAMICA" Asseline |
| ✅ | <img src="https://img.papamica.com/logo/prometheus.png" alt="prometheus_server" width="20"/> [prometheus_server](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/prometheus_server.yml) | [Prometheus.io](https://prometheus.io/) | 2022-10-20 | Mickael "PAPAMICA" Asseline |
| ✅ | <img src="https://img.papamica.com/logo/prowlarr.png" alt="prowlarr" width="20"/> [prowlarr](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/prowlarr.yml) | [Gitub.com](https://github.com/Prowlarr/Prowlarr) | 2022-05-17 | Mickael "PAPAMICA" Asseline |
| ✅ | <img src="https://img.papamica.com/logo/radarr.png" alt="radarr" width="20"/> [radarr](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/radarr.yml) | [Radarr.video](https://radarr.video/) | 2022-05-17 | Mickael "PAPAMICA" Asseline |
| ✅ | <img src="https://img.papamica.com/logo/readarr.png" alt="readarr" width="20"/> [readarr](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/readarr.yml) | [Github.com](https://github.com/Readarr/Readarr) | 2022-05-17 | Mickael "PAPAMICA" Asseline |
@@ -125,7 +126,7 @@ You can deploye a compatible Docker environment with Portainer and Traefik with:
| ✅ | <img src="https://img.papamica.com/logo/zabbix.png" alt="zabbix" width="20"/> [zabbix](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/zabbix.yml) | [Zabbix.com](https://www.zabbix.com/) | 2022-05-11 | Mickael "PAPAMICA" Asseline |
## List of services to do:
<img src="https://img.shields.io/badge/To_do:_183-%23FF8800.svg?style=for-the-badge&logo=vlcmediaplayer&logoColor=white">
<img src="https://img.shields.io/badge/To_do:_182-%23FF8800.svg?style=for-the-badge&logo=vlcmediaplayer&logoColor=white">
| Status | Service |
|:--:|--|
@@ -246,7 +247,6 @@ You can deploye a compatible Docker environment with Portainer and Traefik with:
| 🚸 | privatebin |
| 🚸 | projectsend |
| 🚸 | prometheus_alertmanager |
| 🚸 | prometheus_server |
| 🚸 | radicale |
| 🚸 | rainloop |
| 🚸 | raneto |

View File

@@ -2725,6 +2725,55 @@
}
]
},
{
"type": 3,
"title": "Prometheus",
"name": "Prometheus",
"description": "From heatmaps to histograms, graphs to geomaps: fast and furious visualizations any way you want.",
"note": "Website: <a href='https://prometheus.io/' target='_blank' rel='noopener'>Prometheus.io</a>",
"categories": [
"SelfHosted",
"Monitoring",
"PAPAMICA"
],
"platform": "linux",
"logo": "https://img.papamica.com/logo/prometheus.png",
"repository": {
"stackfile": "composes-files/prometheus_server.yml",
"url": "https://github.com/PAPAMICA/docker-compose-collection"
},
"env": [
{
"name": "SERVICE",
"label": "Name of the service ",
"description": "No spaces or points",
"default": "prometheus"
},
{
"name": "DATA_LOCATION",
"label": "Data localization ",
"description": "Example: /apps/service",
"default": "/_data/apps"
},
{
"name": "PLUGINS",
"label": "Plugins to install ",
"description": "Example: prometheus-singlestat-panel",
"default": "alexanderzobnin-zabbix-app,prometheus-singlestat-panel"
},
{
"name": "URL",
"label": "Service URL",
"description": "Example: service.papamica.fr or service.com"
},
{
"name": "NETWORK",
"label": "Your Traefik network ",
"description": "Example: proxy",
"default": "proxy"
}
]
},
{
"type": 3,
"title": "Prowlarr",