1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/petrolette_ynh.git synced 2024-09-03 19:56:26 +02:00
petrolette_ynh/manifest.json
oiseauroch 4b9a142196
Dev (#1)
* update to use env config port

* use port name for http_port

* use specific $home value to avoid right error
2021-04-12 17:37:18 +00:00

41 lines
1.1 KiB
JSON

{
"name": "Petrolette",
"id": "petrolette",
"packaging_format": 1,
"description": {
"en": "The news reader that doesn't know you",
"fr": "La page d'actu qui ne sait rien de toi"
},
"url": "https://framagit.org/yphil/petrolette",
"version": "1.2.5~ynh1",
"license": "AGPL-3.0-only",
"maintainer": [{
"name": "oiseauroch.",
"email": "tobias.ollive@oiseauroch.fr"
}],
"requirements": {
"yunohost": ">= 4.1.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "domain.org"
},
{
"name": "is_public",
"type": "boolean",
"default": true,
"help" : {
"fr" : "Cette page sera accessible par n'importe qui. En revanche, la configuration reste personnelle",
"en" : "The page will be accessible by anyone."
}
}
]
}
}