This repository has been archived on 2020-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
parley_mainpage_ynh/manifest.json
ilja 97f9941ce3 General first improvements
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
2020-02-28 09:24:02 +01:00

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"
}
]
}
}