1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calckey_ynh.git synced 2024-09-03 18:16:18 +02:00
calckey_ynh/manifest.json
2022-12-22 12:12:01 +01:00

46 lines
1.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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 nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
"default": true
}
]
}
}