mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
41 lines
1,019 B
JSON
41 lines
1,019 B
JSON
{
|
|
"name": "Duniter",
|
|
"id": "duniter",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Crypto-currency software to operate Ğ1 libre currency",
|
|
"fr": "Logiciel de cryptomonnaie pour faire fonctionner la monnaie libre Ğ1"
|
|
},
|
|
"version": "1.8.2~ynh1",
|
|
"url": "https://duniter.org",
|
|
"license": "AGPL-3.0-or-later",
|
|
"upstream": {
|
|
"license": "AGPL-3.0-or-later",
|
|
"website": "https://duniter.org",
|
|
"code": "https://git.duniter.org/nodes/typescript/duniter"
|
|
},
|
|
"maintainer": {
|
|
"name": "Moul",
|
|
"email": "moul@moul.re",
|
|
"url": "https://moul.re"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
}
|
|
]
|
|
}
|
|
}
|