1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pytition_ynh.git synced 2024-09-03 20:16:08 +02:00
pytition_ynh/manifest.json

74 lines
2.2 KiB
JSON
Raw Normal View History

2014-10-20 18:55:53 +02:00
{
2022-04-05 16:08:15 +02:00
"name": "Pytition",
"id": "pytition",
2016-04-28 17:53:17 +02:00
"packaging_format": 1,
2014-10-20 18:55:53 +02:00
"description": {
2022-04-05 16:08:15 +02:00
"en": "Host privacy-friendly online petitions",
"fr": "Hébergez des pétitions en ligne respectueuses de la vie privée"
2014-10-20 18:55:53 +02:00
},
2022-04-05 16:08:15 +02:00
"version": "2.4~ynh1",
"url": "https://example.com",
"upstream": {
2022-04-12 17:19:14 +02:00
"license": "BSD-3-Clause",
2022-05-15 13:02:56 +02:00
"website": "https://pytition.org",
2022-04-05 16:08:15 +02:00
"demo": "https://demo.pytition.org",
"admindoc": "https://pytition.readthedocs.io/en/latest/",
"userdoc": "",
"code": "https://github.com/pytition/Pytition"
},
2022-04-12 17:19:14 +02:00
"license": "BSD-3-Clause",
2015-06-22 12:40:00 +02:00
"maintainer": {
2022-04-05 16:08:15 +02:00
"name": "Salamandar",
"email": "felix@piedallu.me"
2014-10-20 18:55:53 +02:00
},
"requirements": {
2021-11-16 22:33:46 +01:00
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
2015-11-22 19:48:18 +01:00
"services": [
"nginx",
"mysql"
],
2014-10-20 18:55:53 +02:00
"arguments": {
"install" : [
{
"name": "domain",
2021-09-25 19:07:55 +02:00
"type": "domain"
2014-10-20 18:55:53 +02:00
},
{
"name": "path",
2017-02-03 21:13:25 +01:00
"type": "path",
2022-04-05 16:08:15 +02:00
"example": "/pytition",
"default": "/pytition"
2014-10-20 18:55:53 +02:00
},
{
"name": "is_public",
"type": "boolean",
2022-04-12 17:19:14 +02:00
"default": true,
"help": {
"en": "If private, only Yunohost users will be able to sign petitions.",
"fr": "Si privé, seuls des utilisateurs Yunohost pourront signer des pétitions."
}
2016-02-16 14:05:27 +01:00
},
{
"name": "language",
2019-02-10 15:02:38 +01:00
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
2016-02-16 14:05:27 +01:00
},
"choices": ["fr", "en"],
"default": "fr"
2018-06-28 22:05:35 +02:00
},
{
"name": "password",
"type": "password",
"help": {
2022-04-05 16:08:15 +02:00
"en": "Administrator password (username is admin)",
"fr": "Mot de passe administrateur (l'identifiant est admin)"
2021-09-25 19:07:55 +02:00
}
2014-10-20 18:55:53 +02:00
}
]
}
}