A yunohost package contains the main page for https://parley.be
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.1 KiB
42 lines
1.1 KiB
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
|