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

38 lines
857 B
JSON
Raw Normal View History

2022-02-05 12:03:12 +01:00
{
"name": "Gamja",
"id": "gamja",
"packaging_format": 1,
"description": {
"en": "Simple IRC web client",
"fr": "Simple IRC web client"
},
2022-07-19 01:49:58 +02:00
"version": "1.0.0-beta.6~ynh2",
2022-04-18 12:26:56 +02:00
"url": "https://web.libera.chat/gamja/",
2022-02-05 12:03:12 +01:00
"upstream": {
2022-07-19 01:49:58 +02:00
"license": "AGPL-3.0-or-later",
2022-04-18 12:26:56 +02:00
"website": "https://web.libera.chat/gamja/",
2022-02-05 12:03:12 +01:00
"demo": "https://web.libera.chat/gamja/",
"code": "https://sr.ht/~emersion/gamja/"
},
2022-07-19 01:49:58 +02:00
"license": "AGPL-3.0-or-later",
2022-02-05 12:03:12 +01:00
"maintainer": {
2022-02-05 12:06:02 +01:00
"name": "",
"email": ""
2022-02-05 12:03:12 +01:00
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
2022-07-19 01:49:58 +02:00
"install": [
2022-02-05 12:03:12 +01:00
{
"name": "domain",
"type": "domain"
}
]
}
}