mirror of
https://github.com/YunoHost-Apps/petrolette_ynh.git
synced 2024-09-03 19:56:26 +02:00
56 lines
1.5 KiB
JSON
56 lines
1.5 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.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",
|
||
|
"fr": "Choisissez un chemin
|
||
|
},
|
||
|
"example": "petrolette",
|
||
|
"default": "/"
|
||
|
},
|
||
|
{
|
||
|
"name": "is_public",
|
||
|
"type": "boolean",
|
||
|
"ask": {
|
||
|
"en": "Is it a public application?",
|
||
|
"fr": "Cette application doit-elle être publique ?"
|
||
|
},
|
||
|
"default": true
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|