83 lines
2.6 KiB
JSON
83 lines
2.6 KiB
JSON
{
|
||
"name": "Pterodactyl",
|
||
"id": "pterodactyl",
|
||
"packaging_format": 1,
|
||
"description": {
|
||
"en": "Pterodactyl package for YunoHost.",
|
||
"fr": "Pterodactyl pour YunoHost."
|
||
},
|
||
"version": "0.7.11",
|
||
"url": "https://pterodactyl.io/",
|
||
"license": "free",
|
||
"maintainer": {
|
||
"name": "liberodark",
|
||
"email": "liberodark@gmail.com"
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 2.7.2"
|
||
},
|
||
"multi_instance": true,
|
||
"services": [
|
||
"nginx",
|
||
"php5-fpm",
|
||
"mysql"
|
||
],
|
||
"arguments": {
|
||
"install": [{
|
||
"name": "domain",
|
||
"type": "domain",
|
||
"ask": {
|
||
"en": "Choose a domain name for Pterodactyl",
|
||
"fr": "Choisissez un nom de domaine pour Pterodactyl"
|
||
},
|
||
"example": "example.com"
|
||
},
|
||
|
||
{
|
||
"name": "path",
|
||
"type": "path",
|
||
"ask": {
|
||
"en": "Choose a path for Pterodactyl only /pterodactyl is accepted",
|
||
"fr": "Choisissez un chemin pour Pterodactyl uniquement /pterodactyl est accepté"
|
||
},
|
||
"example": "/pterodactyl",
|
||
"default": "/pterodactyl"
|
||
},
|
||
|
||
{
|
||
"name": "admin",
|
||
"type": "user",
|
||
"ask": {
|
||
"en": "Choose an admin user (should be a YunoHost registered user)",
|
||
"fr": "Choisissez l’administrateur (should be a YunoHost registered user)"
|
||
},
|
||
"example": "johndoe"
|
||
},
|
||
|
||
{
|
||
"name": "password",
|
||
"type": "password",
|
||
"ask": {
|
||
"en": "Set the administrator password",
|
||
"fr": "Définissez le mot de passe administrateur"
|
||
},
|
||
"help": {
|
||
"en": "Use the help field to add an information for the admin about this question.",
|
||
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
|
||
},
|
||
"example": "Choose a password"
|
||
},
|
||
|
||
{
|
||
"name": "is_public",
|
||
"type": "boolean",
|
||
"ask": {
|
||
"en": "Is it a public site ?",
|
||
"fr": "Est-ce un site public ?"
|
||
},
|
||
"default": "true"
|
||
}
|
||
|
||
]
|
||
}
|
||
}
|