Make the site a bit prettier by adding some newlines (yes, yes this should be done with css, sue me) Add link to the site repo Add stuff to the readme like the correct repo-url and add Matrix as a way to contact us
43 lines
1.1 KiB
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"
|
|
}
|
|
]
|
|
}
|
|
}
|