mirror of
https://github.com/PAPAMICA/docker-compose-collection.git
synced 2026-03-18 21:30:41 +01:00
Automatic generation of the file templates-portainer.json
This commit is contained in:
@@ -35,7 +35,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:_28-%2354B848.svg?style=for-the-badge&logo=cachet&logoColor=white">
|
||||
<img src="https://img.shields.io/badge/Avaibles:_29-%2354B848.svg?style=for-the-badge&logo=cachet&logoColor=white">
|
||||
|
||||
| Status | Service | Update | Maintainer |
|
||||
|:--:|--|--|--|
|
||||
@@ -56,6 +56,7 @@ You can deploye a compatible Docker environment with Portainer and Traefik with:
|
||||
| ✅ | murmur | 2022-05-12 | Mickael "PAPAMICA" Asseline |
|
||||
| ✅ | nextcloud | 2022-05-11 | Mickael "PAPAMICA" Asseline |
|
||||
| ✅ | olivetin | 2022-05-12 | Mickael "PAPAMICA" Asseline |
|
||||
| ✅ | plex | 2022-05-12 | Mickael "PAPAMICA" Asseline |
|
||||
| ✅ | sinusbot | 2022-05-12 | Mickael "PAPAMICA" Asseline |
|
||||
| ✅ | teamspeak | 2022-05-12 | Mickael "PAPAMICA" Asseline |
|
||||
| ✅ | traefik | 2022-05-12 | Mickael "PAPAMICA" Asseline |
|
||||
@@ -69,7 +70,7 @@ You can deploye a compatible Docker environment with Portainer and Traefik with:
|
||||
| ✅ | zabbix | 2022-05-11 | Mickael "PAPAMICA" Asseline |
|
||||
|
||||
## List of services to do:
|
||||
<img src="https://img.shields.io/badge/To_do:_100-%23FF8800.svg?style=for-the-badge&logo=vlcmediaplayer&logoColor=white">
|
||||
<img src="https://img.shields.io/badge/To_do:_99-%23FF8800.svg?style=for-the-badge&logo=vlcmediaplayer&logoColor=white">
|
||||
|
||||
| Status | Service |
|
||||
|:--:|--|
|
||||
@@ -128,7 +129,6 @@ You can deploye a compatible Docker environment with Portainer and Traefik with:
|
||||
| 🚸 | pi-hole |
|
||||
| 🚸 | piwigo |
|
||||
| 🚸 | pixapop |
|
||||
| 🚸 | plex |
|
||||
| 🚸 | plone |
|
||||
| 🚸 | postgresql |
|
||||
| 🚸 | privatebin |
|
||||
|
||||
@@ -765,6 +765,60 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": 3,
|
||||
"title": "Plex",
|
||||
"description": "Media server",
|
||||
"note": "Website: <a href='https://www.plex.tv' target='_blank' rel='noopener'>Plex.tv</a><br\\>Check ports to open in compose !",
|
||||
"categories": [
|
||||
"SelfHosted",
|
||||
"Plex",
|
||||
"PAPAMICA"
|
||||
],
|
||||
"platform": "linux",
|
||||
"logo": "https://vic-team.fr/img/plex-logo-rounded.png",
|
||||
"repository": {
|
||||
"stackfile": "composes-files/plex.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": "LIBRARY",
|
||||
"label": "Your folder with movies and series",
|
||||
"description": "Example: /data/multimedia"
|
||||
},
|
||||
{
|
||||
"name": "URL",
|
||||
"label": "Service URL",
|
||||
"description": "Example: service.papamica.fr or service.com"
|
||||
},
|
||||
{
|
||||
"name": "NETWORK",
|
||||
"label": "Your Traefik network",
|
||||
"description": "Example: proxy"
|
||||
},
|
||||
{
|
||||
"name": "PLEX_CLAIM",
|
||||
"label": "Plex claim code",
|
||||
"description": "Optionnel"
|
||||
},
|
||||
{
|
||||
"name": "TZ",
|
||||
"label": "Time zone",
|
||||
"description": "Exemple: Europe/Paris"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": 3,
|
||||
"title": "Sinusbot",
|
||||
|
||||
Reference in New Issue
Block a user