mirror of
https://github.com/YunoHost-Apps/gamja_ynh.git
synced 2024-09-03 18:36:34 +02:00
38 lines
829 B
JSON
38 lines
829 B
JSON
|
{
|
||
|
"name": "Gamja",
|
||
|
"id": "gamja",
|
||
|
"packaging_format": 1,
|
||
|
"description": {
|
||
|
"en": "Simple IRC web client",
|
||
|
"fr": "Simple IRC web client"
|
||
|
},
|
||
|
"version": "1.0~ynh1",
|
||
|
"url": "https://example.com",
|
||
|
"upstream": {
|
||
|
"license": "free",
|
||
|
"website": "https://example.com",
|
||
|
"demo": "https://web.libera.chat/gamja/",
|
||
|
"code": "https://sr.ht/~emersion/gamja/"
|
||
|
},
|
||
|
"license": "free",
|
||
|
"maintainer": {
|
||
|
"name": "John doe",
|
||
|
"email": "john.doe@example.com"
|
||
|
},
|
||
|
"requirements": {
|
||
|
"yunohost": ">= 4.3.0"
|
||
|
},
|
||
|
"multi_instance": true,
|
||
|
"services": [
|
||
|
"nginx"
|
||
|
],
|
||
|
"arguments": {
|
||
|
"install" : [
|
||
|
{
|
||
|
"name": "domain",
|
||
|
"type": "domain"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|