pelican_ynh/manifest.json

80 lines
2.4 KiB
JSON
Raw Normal View History

2020-03-29 16:37:17 -04:00
{
2019-01-02 05:26:13 -05:00
"name": "Pterodactyl",
"id": "pterodactyl",
"packaging_format": 1,
"description": {
2020-03-29 16:36:34 -04:00
"en": "Pterodactyl is a gameserver management panel (Minecraft, ARK, Rust,...)",
"fr": "Pterodactyl est un panel de gestion de serveurs de jeux (Minecraft, ARK, Rust,...)"
2019-01-02 05:26:13 -05:00
},
2020-03-29 16:36:34 -04:00
"version": "0.7.17",
2019-01-02 05:26:13 -05:00
"url": "https://pterodactyl.io/",
"license": "free",
"maintainer": {
2020-03-29 16:36:34 -04:00
"name": "Aeris",
"email": "aeris@e.email"
2019-01-02 05:26:13 -05:00
},
"requirements": {
2020-03-29 16:36:34 -04:00
"yunohost": ">= 3.5"
2019-01-02 05:26:13 -05:00
},
"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": {
2020-03-29 16:36:34 -04:00
"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é"
2019-01-02 05:26:13 -05:00
},
"example": "/pterodactyl",
"default": "/pterodactyl"
},
2019-01-02 11:06:59 -05:00
{
"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"
},
2019-02-21 11:50:02 -05:00
2019-01-02 15:59:23 -05:00
{
"name": "password",
"type": "password",
"ask": {
"en": "Set the administrator password",
"fr": "Définissez le mot de passe administrateur"
},
"example": "Choose a password"
2019-02-21 11:50:02 -05:00
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public site ?",
"fr": "Est-ce un site public ?"
},
"default": "true"
2019-01-02 05:26:13 -05:00
}
2019-02-21 11:50:02 -05:00
2019-01-02 05:26:13 -05:00
]
}
}