diff --git a/README.md b/README.md
index c59d2e5..9ee688b 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ You can deploye a compatible Docker environment with Portainer and Traefik with:
## List of services availables:
-
+
| 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:
-
+
| 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 |
diff --git a/templates-portainer.json b/templates-portainer.json
index 50f4335..2262660 100644
--- a/templates-portainer.json
+++ b/templates-portainer.json
@@ -765,6 +765,60 @@
}
]
},
+ {
+ "type": 3,
+ "title": "Plex",
+ "description": "Media server",
+ "note": "Website: Plex.tv
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",