mirror of
https://github.com/YunoHost-Apps/misskey_ynh.git
synced 2024-09-03 19:46:03 +02:00
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
||
"name": "Misskey",
|
||
"id": "misskey",
|
||
"packaging_format": 1,
|
||
"description": {
|
||
"en": "Microblogging platform",
|
||
"fr": "Platforme de Microblogging"
|
||
},
|
||
"version": "12.119.0~ynh1",
|
||
"url": "https://misskey-hub.net/",
|
||
"upstream": {
|
||
"license": "AGPL-3.0",
|
||
"website": "https://misskey-hub.net/",
|
||
"code": "https://github.com/misskey-dev/misskey",
|
||
"cpe": "cpe:2.3:a:misskey:misskey"
|
||
},
|
||
"license": "AGPL-3.0",
|
||
"maintainer": {
|
||
"name": "Anmol Sharma"
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 11.0.9"
|
||
},
|
||
"multi_instance": true,
|
||
"services": [
|
||
"nginx"
|
||
],
|
||
"arguments": {
|
||
"install": [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain"
|
||
},
|
||
{
|
||
"name": "is_public",
|
||
"type": "boolean",
|
||
"help": {
|
||
"en": "If enabled, Misskey 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, Misskey sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||
},
|
||
"default": true
|
||
}
|
||
]
|
||
}
|
||
}
|