From 997b9e703c6de462a9803c6cf54ea2d829974c74 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 08:34:08 +0000 Subject: [PATCH] Automatic generation of the file templates-portainer.json --- README.md | 6 +++--- templates-portainer.json | 42 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ecf1105..c74d95e 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 | Website | Update | Maintainer | |:--:|--|--|--|--| @@ -90,6 +90,7 @@ You can deploye a compatible Docker environment with Portainer and Traefik with: | ✅ | outline [outline](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/outline.yml) | [GetOutline.com](https://www.getoutline.com/) | 2022-05-24 | Mickael "PAPAMICA" Asseline | | ✅ | overseerr [overseerr](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/overseerr.yml) | [Overseerr.dev](https://overseerr.dev/) | 2022-05-17 | Mickael "PAPAMICA" Asseline | | ✅ | paperless-ngx [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 | +| ✅ | phpmyadmin [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 | | ✅ | plex [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 | | ✅ | prowlarr [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 | | ✅ | radarr [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 | @@ -124,7 +125,7 @@ You can deploye a compatible Docker environment with Portainer and Traefik with: | ✅ | zabbix [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: - + | Status | Service | |:--:|--| @@ -234,7 +235,6 @@ You can deploye a compatible Docker environment with Portainer and Traefik with: | 🚸 | petio | | 🚸 | phabricator | | 🚸 | photoprism | -| 🚸 | phpmyadmin | | 🚸 | pi-hole | | 🚸 | piwigo | | 🚸 | pixapop | diff --git a/templates-portainer.json b/templates-portainer.json index 4c49835..05923d5 100644 --- a/templates-portainer.json +++ b/templates-portainer.json @@ -2624,6 +2624,48 @@ } ] }, + { + "type": 3, + "title": "phpmyadmin", + "name": "phpmyadmin", + "description": "A web interface for MySQL and MariaDB", + "note": "Website: Github.com", + "categories": [ + "SelfHosted", + "PAPAMICA" + ], + "platform": "linux", + "logo": "https://www.phpmyadmin.net/static/images/logo-og.png", + "repository": { + "stackfile": "composes-files/phpmyadmin.yml", + "url": "https://github.com/PAPAMICA/docker-compose-collection" + }, + "env": [ + { + "name": "SERVICE", + "label": "Name of the service ", + "description": "No spaces or points", + "default": "phpmyadmin" + }, + { + "name": "DATA_LOCATION", + "label": "Data localization ", + "description": "Example: /apps/service", + "default": "/_data/apps" + }, + { + "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": "Plex",