1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cockpit_ynh.git synced 2024-09-03 18:16:26 +02:00
This commit is contained in:
liberodark 2019-02-20 12:10:59 +01:00
parent 33ee523983
commit d94e7ca183
2 changed files with 11 additions and 11 deletions

View file

@ -4,7 +4,7 @@ Cockpit Server
- [Yunohost project](https://yunohost.org) - [Yunohost project](https://yunohost.org)
- [Cockpit website](https://cockpit-project.org/) - [Cockpit website](https://cockpit-project.org/)
![](https://ia800109.us.archive.org/21/items/github.com-cockpit-project-cockpit_-_2018-02-23_15-25-16/cover.jpg) ![](https://cockpit-project.org/images/site/cockpit-logo.svg)
[![Install Cockpit with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=cockpit) [![Install Cockpit with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=cockpit)

View file

@ -1,13 +1,13 @@
{ {
"name": "EmbyServer", "name": "Cockpit",
"id": "embyserver", "id": "cockpit",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "EmbyServer package for YunoHost.", "en": "Cockpit package for YunoHost.",
"fr": "EmbyServer pour YunoHost." "fr": "Cockpit pour YunoHost."
}, },
"version": "4.0.2.0", "version": "187",
"url": "https://emby.media/", "url": "https://cockpit-project.org/",
"license": "free", "license": "free",
"maintainer": { "maintainer": {
"name": "liberodark", "name": "liberodark",
@ -27,8 +27,8 @@
"name": "domain", "name": "domain",
"type": "domain", "type": "domain",
"ask": { "ask": {
"en": "Choose a domain name for EmbyServer", "en": "Choose a domain name for Cockpit",
"fr": "Choisissez un nom de domaine pour EmbyServer" "fr": "Choisissez un nom de domaine pour Cockpit"
}, },
"example": "example.com" "example": "example.com"
}, },
@ -37,8 +37,8 @@
"name": "path", "name": "path",
"type": "path", "type": "path",
"ask": { "ask": {
"en": "Choose a path for EmbyServer /emby is accepted", "en": "Choose a path for Cockpit /emby is accepted",
"fr": "Choisissez un chemin pour EmbyServer /emby est accepté" "fr": "Choisissez un chemin pour Cockpit /emby est accepté"
}, },
"example": "/emby", "example": "/emby",
"default": "/emby" "default": "/emby"