mirror of
https://github.com/YunoHost-Apps/calckey_ynh.git
synced 2024-09-03 18:16:18 +02:00
46 lines
1.5 KiB
JSON
46 lines
1.5 KiB
JSON
{
|
||
"name": "Calckey",
|
||
"id": "calckey",
|
||
"packaging_format": 1,
|
||
"description": {
|
||
"en": "A greatly enhanced fork of Misskey with better UI/UX, security, features, and more!",
|
||
"fr": "Un fork de Misskey grandement amélioré avec une meilleure interface utilisateur/UX, la sécurité, les fonctionnalités, et plus encore !"
|
||
},
|
||
"version": "13.0.5~ynh1",
|
||
"url": "https://i.calckey.cloud/",
|
||
"upstream": {
|
||
"license": "AGPL-3.0",
|
||
"website": "https://i.calckey.cloud/",
|
||
"demo": "https://i.calckey.cloud/",
|
||
"code": "https://codeberg.org/calckey/calckey"
|
||
},
|
||
"license": "AGPL-3.0",
|
||
"maintainer": {
|
||
"name": "oufmilo"
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 11.0.0"
|
||
},
|
||
"multi_instance": true,
|
||
"services": [
|
||
"nginx"
|
||
],
|
||
"arguments": {
|
||
"install": [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain"
|
||
},
|
||
|
||
{
|
||
"name": "is_public",
|
||
"type": "boolean",
|
||
"help": {
|
||
"en": "If enabled, Calckey will be accessible by people who do not have an account. This can be changed later via the webadmin.",
|
||
"fr": "Si cette case est cochée, Calckey sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||
},
|
||
"default": true
|
||
}
|
||
]
|
||
}
|
||
}
|