2021-04-06 13:20:29 +02:00
|
|
|
{
|
|
|
|
"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",
|
2021-04-14 19:55:05 +02:00
|
|
|
"license": "GPL-3.0-only",
|
2021-04-06 13:20:29 +02:00
|
|
|
"maintainer": [{
|
|
|
|
"name": "oiseauroch.",
|
|
|
|
"email": "tobias.ollive@oiseauroch.fr"
|
|
|
|
}],
|
|
|
|
"requirements": {
|
2021-04-12 19:37:18 +02:00
|
|
|
"yunohost": ">= 4.1.0"
|
2021-04-06 13:20:29 +02:00
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
|
|
|
"nginx"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain",
|
|
|
|
"example": "domain.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
2021-04-12 19:37:18 +02:00
|
|
|
"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."
|
|
|
|
}
|
2021-04-06 13:20:29 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|