mirror of
https://github.com/PAPAMICA/docker-compose-collection.git
synced 2026-01-18 16:27:25 +01:00
Automatic generation of the file templates-portainer.json
This commit is contained in:
@@ -37,11 +37,12 @@ You can deploye a compatible Docker environment with Portainer and Traefik with:
|
||||
|
||||
|
||||
## List of services availables:
|
||||
<img src="https://img.shields.io/badge/Avaibles:_80-%2354B848.svg?style=for-the-badge&logo=cachet&logoColor=white">
|
||||
<img src="https://img.shields.io/badge/Avaibles:_81-%2354B848.svg?style=for-the-badge&logo=cachet&logoColor=white">
|
||||
|
||||
| Status | Service | Website | Update | Maintainer |
|
||||
|:--:|--|--|--|--|
|
||||
| ✅ | <img src="https://img.papamica.com/logo/adminer.png" alt="adminer" width="20"/> [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 |
|
||||
| ✅ | <img src="https://ampache.org/img/logo/ampache-logo.png" alt="ampache" width="20"/> [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 |
|
||||
| ✅ | <img src="https://img.papamica.com/logo/apprise.png" alt="apprise-api" width="20"/> [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 |
|
||||
| ✅ | <img src="https://img.papamica.com/logo/audacity.png" alt="audacity" width="20"/> [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 |
|
||||
| ✅ | <img src="https://img.papamica.com/logo/autoheal.png" alt="autoheal" width="20"/> [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:
|
||||
| ✅ | <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:_185-%23FF8800.svg?style=for-the-badge&logo=vlcmediaplayer&logoColor=white">
|
||||
<img src="https://img.shields.io/badge/To_do:_184-%23FF8800.svg?style=for-the-badge&logo=vlcmediaplayer&logoColor=white">
|
||||
|
||||
| Status | Service |
|
||||
|:--:|--|
|
||||
| 🚸 | Invidious |
|
||||
| 🚸 | ackee |
|
||||
| 🚸 | alltube |
|
||||
| 🚸 | ampache |
|
||||
| 🚸 | astrat |
|
||||
| 🚸 | authelia |
|
||||
| 🚸 | baserow |
|
||||
|
||||
@@ -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: <a href='https://github.com/ampache/ampache-docker' target='_blank' rel='noopener'>Github.com</a>",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user