1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/chitchatter_ynh.git synced 2024-09-03 18:15:59 +02:00
chitchatter_ynh/manifest.json
Éric Gaspar dbc92c24f4 Fix
2023-01-24 17:07:33 +01:00

42 lines
1 KiB
JSON

{
"name": "Chitchatter",
"id": "chitchatter",
"packaging_format": 1,
"description": {
"en": "Peer-to-peer chat that is serverless, decentralized, and ephemeral",
"fr": "Chat peer-to-peer sans serveur, décentralisée et éphémère"
},
"version": "1.0~ynh3",
"url": "https://chitchatter.im/",
"upstream": {
"license": "GPL-2.0",
"website": "https://chitchatter.im/",
"demo": "https://chitchatter.im/",
"code": "https://github.com/jeremyckahn/chitchatter"
},
"license": "GPL-2.0",
"maintainer": {
"name": "eric_G",
"email": ""
},
"requirements": {
"yunohost": ">= 11.0.9"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}