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",
|
|
|
|
"license": "AGPL-3.0-only",
|
|
|
|
"maintainer": [{
|
|
|
|
"name": "oiseauroch.",
|
|
|
|
"email": "tobias.ollive@oiseauroch.fr"
|
|
|
|
}],
|
|
|
|
"requirements": {
|
|
|
|
"yunohost": ">= 4.0.0"
|
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
|
|
|
"nginx"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain",
|
|
|
|
"ask": {
|
|
|
|
"en": "Choose a domain for Petrolette",
|
|
|
|
"fr": "Choisissez un domaine pour Petrolette"
|
|
|
|
},
|
|
|
|
"example": "domain.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"ask": {
|
|
|
|
"en": "choose a path",
|
2021-04-06 13:47:59 +02:00
|
|
|
"fr": "Choisissez un chemin"
|
2021-04-06 13:20:29 +02:00
|
|
|
},
|
|
|
|
"example": "petrolette",
|
|
|
|
"default": "/"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"ask": {
|
|
|
|
"en": "Is it a public application?",
|
|
|
|
"fr": "Cette application doit-elle être publique ?"
|
|
|
|
},
|
|
|
|
"default": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|