Update manifest.json
This commit is contained in:
parent
3eff52db74
commit
f3da079e04
1 changed files with 9 additions and 9 deletions
|
@ -1,20 +1,20 @@
|
||||||
{
|
|
||||||
"name": "Pterodactyl",
|
"name": "Pterodactyl",
|
||||||
"id": "pterodactyl",
|
"id": "pterodactyl",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Pterodactyl package for YunoHost.",
|
"en": "Pterodactyl is a gameserver management panel (Minecraft, ARK, Rust,...)",
|
||||||
"fr": "Pterodactyl pour YunoHost."
|
"fr": "Pterodactyl est un panel de gestion de serveurs de jeux (Minecraft, ARK, Rust,...)"
|
||||||
},
|
},
|
||||||
"version": "0.7.11",
|
"version": "0.7.17",
|
||||||
"url": "https://pterodactyl.io/",
|
"url": "https://pterodactyl.io/",
|
||||||
"license": "free",
|
"license": "free",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "liberodark",
|
"name": "Aeris",
|
||||||
"email": "liberodark@gmail.com"
|
"email": "aeris@e.email"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 2.7.2"
|
"yunohost": ">= 3.5"
|
||||||
},
|
},
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
|
@ -37,8 +37,8 @@
|
||||||
"name": "path",
|
"name": "path",
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a path for Pterodactyl only /pterodactyl is accepted",
|
"en": "Choose a path for Pterodactyl. For now, only /pterodactyl is accepted",
|
||||||
"fr": "Choisissez un chemin pour Pterodactyl uniquement /pterodactyl est accepté"
|
"fr": "Choisissez un chemin pour Pterodactyl. Pour l'instant seulement /pterodactyl est accepté"
|
||||||
},
|
},
|
||||||
"example": "/pterodactyl",
|
"example": "/pterodactyl",
|
||||||
"default": "/pterodactyl"
|
"default": "/pterodactyl"
|
||||||
|
|
Loading…
Reference in a new issue