mirror of
https://github.com/YunoHost-Apps/framaforms_ynh.git
synced 2024-09-03 18:36:12 +02:00
62 lines
1.2 KiB
JSON
62 lines
1.2 KiB
JSON
|
{
|
||
|
"name": "Framaforms",
|
||
|
"id": "framaforms",
|
||
|
"packaging_format": 1,
|
||
|
"description": {
|
||
|
"en": "Framaforms helps you create online webforms and surveys"
|
||
|
},
|
||
|
"version": "1.0-0",
|
||
|
"url": "https://framagit.org/framasoft/framaforms",
|
||
|
"license": "GPL-2.0-only",
|
||
|
"requirements": {
|
||
|
"yunohost": ">= 2.7.0"
|
||
|
},
|
||
|
"maintainer": {
|
||
|
"name": "jibec",
|
||
|
"email": "jean-baptiste@holcroft.fr"
|
||
|
},
|
||
|
"multi_instance": false,
|
||
|
"services": [
|
||
|
"nginx",
|
||
|
"php5-fpm",
|
||
|
"mysql"
|
||
|
],
|
||
|
"arguments": {
|
||
|
"install": [
|
||
|
{
|
||
|
"name": "domain",
|
||
|
"ask": {
|
||
|
"en": "Choose a domain for Kanboard"
|
||
|
},
|
||
|
"example": "domain.org",
|
||
|
"type": "domain"
|
||
|
},
|
||
|
{
|
||
|
"name": "path",
|
||
|
"ask": {
|
||
|
"en": "Choose a path"
|
||
|
},
|
||
|
"type": "path",
|
||
|
"example": "/kanboard",
|
||
|
"default": "/kanboard"
|
||
|
},
|
||
|
{
|
||
|
"name": "admin",
|
||
|
"ask": {
|
||
|
"en": "Choose the admin user"
|
||
|
},
|
||
|
"type": "user",
|
||
|
"example": "jean-baptiste"
|
||
|
},
|
||
|
{
|
||
|
"name": "is_public",
|
||
|
"ask": {
|
||
|
"en": "Is it a public site?"
|
||
|
},
|
||
|
"type": "boolean",
|
||
|
"default": "0"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|