This repository has been archived on 2020-07-17. You can view files and clone it, but cannot push or open issues/pull-requests.
parley_mainpage_ynh/manifest.json

43 lines
1.1 KiB
JSON

{
"name": "Main Page",
"id": "parley_mainpage_ynh",
"description": {
"en": "Mainpage for parley.be"
},
"version": "1.0.0~ynh1",
"license": "AGPL-3+",
"maintainer": {
"name": "ilja",
"email": "ilja@w-vl.pirateparty.be",
"url": "https://ilja.space/ilja"
},
"requirements": {
"yunohost": ">= 3.6.5"
},
"multi_instance": "true",
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for the main page. Note that you have to make this app the default app manually."
},
"example": "domain.org"
},
{
"name": "path_url",
"type": "path",
"ask": {
"en": "Choose a path for the main page"
},
"example": "/info",
"default": "/info"
}
]
}
}