mirror of
https://github.com/YunoHost-Apps/misskey_ynh.git
synced 2024-09-03 19:46:03 +02:00
Upgrade to v12.98.0
This commit is contained in:
parent
8c70df42dd
commit
46c172ba74
1 changed files with 38 additions and 36 deletions
|
@ -1,42 +1,44 @@
|
||||||
{
|
{
|
||||||
"name": "Misskey",
|
"name": "Misskey",
|
||||||
"id": "misskey",
|
"id": "misskey",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Microblogging platform",
|
"en": "Microblogging platform",
|
||||||
"fr": "Platforme de Microblogging"
|
"fr": "Platforme de Microblogging"
|
||||||
},
|
},
|
||||||
"version": "12.96.1~ynh3",
|
"version": "12.98.0~ynh1",
|
||||||
"url": "https://join.misskey.page/en/",
|
"url": "https://join.misskey.page/en/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"website": "https://join.misskey.page",
|
"website": "https://join.misskey.page",
|
||||||
"code": "https://github.com/misskey-dev/misskey"
|
"code": "https://github.com/misskey-dev/misskey"
|
||||||
},
|
},
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "Anmol Sharma"
|
"name": "Anmol Sharma"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.3.0"
|
"yunohost": ">= 4.3.0"
|
||||||
},
|
},
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": ["nginx"],
|
"services": [
|
||||||
"arguments": {
|
"nginx"
|
||||||
"install": [
|
],
|
||||||
{
|
"arguments": {
|
||||||
"name": "domain",
|
"install": [
|
||||||
"type": "domain"
|
{
|
||||||
},
|
"name": "domain",
|
||||||
{
|
"type": "domain"
|
||||||
"name": "is_public",
|
},
|
||||||
"type": "boolean",
|
{
|
||||||
"help": {
|
"name": "is_public",
|
||||||
"en": "If enabled, Misskey will be accessible by people who do not have an account. This can be changed later via the webadmin.",
|
"type": "boolean",
|
||||||
"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."
|
"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
|
"default": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue