https://travis-ci.org/YunoHost-Apps/my_webapp_ynh/builds/481615933?utm_source=github_status&utm_medium=notification
74 lines
2.2 KiB
JSON
74 lines
2.2 KiB
JSON
{
|
|
"id": "my_webapp",
|
|
"name": "Custom Webapp",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Custom Web app with SFTP access",
|
|
"fr": "Application Web personnalisée avec accès SFTP"
|
|
},
|
|
"version": "1.0",
|
|
"url": "https://github.com/YunoHost-Apps/my_webapp_ynh",
|
|
"license": "GPLv3",
|
|
"maintainer": {
|
|
"name": "YunoHost Contributors",
|
|
"email": "apps@yunohost.org"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 2.7.2"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php5-fpm"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain for your Webapp",
|
|
"fr": "Choisissez un domaine pour votre Webapp"
|
|
},
|
|
"example": "domain.org"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"ask": {
|
|
"en": "Choose a path for your Webapp",
|
|
"fr": "Choisissez un chemin pour votre Webapp"
|
|
},
|
|
"example": "/site",
|
|
"default": "/site"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Is it a public website?",
|
|
"fr": "Est-ce un site public ?"
|
|
},
|
|
"default": true
|
|
},
|
|
{
|
|
"name": "password",
|
|
"type": "password",
|
|
"ask": {
|
|
"en": "Set the password for the SFTP access. ≥ 5 character",
|
|
"fr": "Définissez le mot de passe pour l'accès SFTP. ≥ cinq charactères"
|
|
},
|
|
"example": "myreallystrengthpassword"
|
|
},
|
|
{
|
|
"name": "with_mysql",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Do you need a MySQL database?",
|
|
"fr": "Avez-vous besoin d'une base de données MySQL ?"
|
|
},
|
|
"default": false
|
|
}
|
|
]
|
|
}
|
|
}
|