Initial commit
The website is done in English. There are some placeholder things for nl and fr as well, but the language header on the en page is commented out There are no links in the README.md to the actual repo, only mentions to it I wanted everything set up and done before changing those things
This commit is contained in:
42
manifest.json
Normal file
42
manifest.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"name": "Main Page",
|
||||
"id": "parley_mainpage_ynh",
|
||||
"description": {
|
||||
"en": "Mainpage for parley.be"
|
||||
},
|
||||
"version": "1.0.0~ynh1",
|
||||
"license": "GPL-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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user