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
yalh76 0f9c82f70d
Apply last example_ynh (#14)
* Apply last example_ynh

* More Readme

* Update DISCLAIMER.md

* Auto-update README

Co-authored-by: oiseauroch <5622590+oiseauroch@users.noreply.github.com>
Co-authored-by: Tobias Ollive <tobias.ollive@utc.fr>
Co-authored-by: Yunohost-Bot <>
2022-02-05 10:16:18 +00:00

45 lines
1.2 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"
},
"version": "1.4.3~ynh1",
"url": "https://framagit.org/yphil/petrolette",
"upstream": {
"license": "AGPL-3.0-only",
"demo": "https://petrolette.space",
"code": "https://framagit.org/yphil/petrolette"
},
"license": "AGPL-3.0-only",
"maintainer": {
"name": "oiseauroch.",
"email": "tobias.ollive@oiseauroch.fr"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"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."
}
}
]
}
}