pelican_ynh/manifest.json
2020-03-29 22:37:17 +02:00

79 lines
2.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "Pterodactyl",
"id": "pterodactyl",
"packaging_format": 1,
"description": {
"en": "Pterodactyl is a gameserver management panel (Minecraft, ARK, Rust,...)",
"fr": "Pterodactyl est un panel de gestion de serveurs de jeux (Minecraft, ARK, Rust,...)"
},
"version": "0.7.17",
"url": "https://pterodactyl.io/",
"license": "free",
"maintainer": {
"name": "Aeris",
"email": "aeris@e.email"
},
"requirements": {
"yunohost": ">= 3.5"
},
"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. For now, only /pterodactyl is accepted",
"fr": "Choisissez un chemin pour Pterodactyl. Pour l'instant seulement /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 ladministrateur (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"
},
"example": "Choose a password"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public site ?",
"fr": "Est-ce un site public ?"
},
"default": "true"
}
]
}
}