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

47 lines
1.4 KiB
JSON
Raw Normal View History

2022-12-21 15:15:37 +01:00
{
2022-12-22 12:12:01 +01:00
"name": "Calckey",
"id": "calckey",
2022-12-21 15:15:37 +01:00
"packaging_format": 1,
"description": {
2023-01-04 19:30:14 +01:00
"en": "Fork of Misskey with better UI/UX, security, features",
"fr": "Un fork de Misskey avec une meilleure interface utilisateur, la sécurité, les fonctionnalités"
2022-12-21 15:15:37 +01:00
},
2022-12-22 12:12:01 +01:00
"version": "13.0.5~ynh1",
"url": "https://i.calckey.cloud/",
2022-12-21 15:15:37 +01:00
"upstream": {
2022-12-22 12:12:01 +01:00
"license": "AGPL-3.0",
"website": "https://i.calckey.cloud/",
"demo": "https://i.calckey.cloud/",
"code": "https://codeberg.org/calckey/calckey"
2022-12-21 15:15:37 +01:00
},
2022-12-22 12:12:01 +01:00
"license": "AGPL-3.0",
2022-12-21 15:15:37 +01:00
"maintainer": {
2022-12-22 12:12:01 +01:00
"name": "oufmilo"
2022-12-21 15:15:37 +01:00
},
"requirements": {
"yunohost": ">= 11.0.0"
},
2023-01-05 19:42:07 +01:00
"multi_instance": false,
2022-12-21 15:15:37 +01:00
"services": [
2022-12-22 12:45:24 +01:00
"nginx"
2022-12-21 15:15:37 +01:00
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
2022-12-22 12:12:01 +01:00
2022-12-21 15:15:37 +01:00
{
"name": "is_public",
"type": "boolean",
"help": {
2022-12-22 12:12:01 +01:00
"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
2022-12-21 15:15:37 +01:00
}
]
}
}