diff --git a/README.md b/README.md
index c8b19e0..ecf1105 100644
--- a/README.md
+++ b/README.md
@@ -37,11 +37,12 @@ You can deploye a compatible Docker environment with Portainer and Traefik with:
## List of services availables:
-
+
| Status | Service | Website | Update | Maintainer |
|:--:|--|--|--|--|
| ✅ |
[adminer](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/adminer.yml) | [Adminer.org](https://www.adminer.org/) | 2022-05-10 | Mickael "PAPAMICA" Asseline |
+| ✅ |
[ampache](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/ampache.yml) | [Github.com](https://github.com/ampache/ampache-docker) | 2022-10-18 | Quentin JOLY - @QJoly |
| ✅ |
[apprise-api](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/apprise-api.yml) | [Github.com](https://github.com/caronc/apprise-api) | 2022-05-13 | Mickael "PAPAMICA" Asseline |
| ✅ |
[audacity](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/audacity.yml) | [audacityTeam.org](https://www.audacityteam.org/ ) | 2022-05-17 | Mickael "PAPAMICA" Asseline |
| ✅ |
[autoheal](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/autoheal.yml) | [Github.com](https://github.com/willfarrell/docker-autoheal) | 2022-05-28 | Mickael "PAPAMICA" Asseline |
@@ -123,14 +124,13 @@ You can deploye a compatible Docker environment with Portainer and Traefik with:
| ✅ |
[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 |
|:--:|--|
| 🚸 | Invidious |
| 🚸 | ackee |
| 🚸 | alltube |
-| 🚸 | ampache |
| 🚸 | astrat |
| 🚸 | authelia |
| 🚸 | baserow |
diff --git a/templates-portainer.json b/templates-portainer.json
index 9d165a0..f53467a 100644
--- a/templates-portainer.json
+++ b/templates-portainer.json
@@ -38,6 +38,48 @@
}
]
},
+ {
+ "type": 3,
+ "title": "ampache",
+ "name": "ampache",
+ "description": "web based audio/video streaming application and file manager allowing you to access your music & videos from anywhere, using almost any internet enabled device.",
+ "note": "Website: Github.com",
+ "categories": [
+ "SelfHosted",
+ "PAPAMICA"
+ ],
+ "platform": "linux",
+ "logo": "https://ampache.org/img/logo/ampache-logo.png",
+ "repository": {
+ "stackfile": "composes-files/ampache.yml",
+ "url": "https://github.com/PAPAMICA/docker-compose-collection"
+ },
+ "env": [
+ {
+ "name": "SERVICE",
+ "label": "Name of the service ",
+ "description": "No spaces or points",
+ "default": "ampache"
+ },
+ {
+ "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": "Apprise API",