1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/duniter_ynh.git synced 2024-09-03 18:26:35 +02:00
duniter_ynh/manifest.json

42 lines
1,019 B
JSON
Raw Normal View History

2015-05-24 23:01:16 +02:00
{
2016-05-02 15:01:26 +02:00
"name": "Duniter",
"id": "duniter",
"packaging_format": 1,
2015-05-24 23:01:16 +02:00
"description": {
2021-11-25 19:38:26 +01:00
"en": "Crypto-currency software to operate Ğ1 libre currency",
2022-05-02 19:23:00 +02:00
"fr": "Logiciel de cryptomonnaie pour faire fonctionner la monnaie libre Ğ1"
2015-05-24 23:01:16 +02:00
},
2022-04-09 09:58:03 +02:00
"version": "1.8.2~ynh0",
2016-05-02 15:01:26 +02:00
"url": "https://duniter.org",
2022-03-12 16:55:59 +01:00
"license": "AGPL-3.0-or-later",
2021-11-25 19:38:26 +01:00
"upstream": {
2022-03-12 16:55:59 +01:00
"license": "AGPL-3.0-or-later",
2021-11-25 19:38:26 +01:00
"website": "https://duniter.org",
"code": "https://git.duniter.org/nodes/typescript/duniter"
},
2015-05-24 23:01:16 +02:00
"maintainer": {
"name": "Moul",
"email": "moul@moul.re",
2016-05-02 15:01:26 +02:00
"url": "https://moul.re"
2015-05-24 23:01:16 +02:00
},
"requirements": {
2022-03-12 16:55:59 +01:00
"yunohost": ">= 4.3.0"
},
"multi_instance": false,
"services": [
"nginx"
],
2015-05-24 23:01:16 +02:00
"arguments": {
"install" : [
{
"name": "domain",
2021-11-25 19:38:26 +01:00
"type": "domain"
2015-05-24 23:01:16 +02:00
},
{
"name": "admin",
2021-11-25 19:38:26 +01:00
"type": "user"
2017-06-14 15:49:49 +02:00
}
2015-05-24 23:01:16 +02:00
]
}
}