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:
parent
0f6fce9384
commit
ede4ed84a7
1 changed files with 58 additions and 0 deletions
58
manifest.json
Normal file
58
manifest.json
Normal 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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue