1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spftoolbox_ynh.git synced 2024-09-03 20:26:21 +02:00

Create manifest.json

This commit is contained in:
frju365 2018-03-11 01:29:29 +01:00 committed by GitHub
parent 0f6fce9384
commit ede4ed84a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

58
manifest.json Normal file
View file

@ -0,0 +1,58 @@
{
"name": "SPFToolBox",
"id": "spftoolbox",
"packaging_format": 1,
"description": {
"en": "Application to check Domain Name settings.",
"fr": "Application qui permet de tester son nom de domaine."
},
"version": "1.0",
"url": "http://spftoolbox.com/",
"license": "GPL-3",
"maintainer": {
"name": "frju365",
"email": "abld@tutanota.com",
"url": "https://www.abld.info"
},
"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 SPFToolBox",
"fr": "Choisissez un nom de domaine pour SPFToolBox"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for SPFToolBox",
"fr": "Choisissez un chemin pour SPFToolBox"
},
"example": "/example",
"default": "/example"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
]
}
}