62 lines
1.6 KiB
JSON
62 lines
1.6 KiB
JSON
{
|
|
"name": "Pterodactyl",
|
|
"id": "pterodactyl",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Gameserver management panel (Minecraft, ARK, Rust...)",
|
|
"fr": "Panel de gestion de serveurs de jeux (Minecraft, ARK, Rust...)"
|
|
},
|
|
"version": "1.7.0~ynh1",
|
|
"url": "https://pterodactyl.io/",
|
|
"license": "MIT",
|
|
"maintainer": {
|
|
"name": "Aeris",
|
|
"email": "aeris@e.email"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php8.0-fpm",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install": [{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/pterodactyl",
|
|
"default": "/pterodactyl"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
},
|
|
{
|
|
"name": "language",
|
|
"type": "string",
|
|
"ask": {
|
|
"en": "Choose the application language",
|
|
"fr": "Choisissez la langue de l'application"
|
|
},
|
|
"choices": ["fr", "en"],
|
|
"default": "fr"
|
|
},
|
|
{
|
|
"name": "password",
|
|
"type": "password"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
|
|
]
|
|
}
|
|
}
|