mirror of
https://github.com/YunoHost-Apps/misskey_ynh.git
synced 2024-09-03 19:46:03 +02:00
Fix
This commit is contained in:
parent
812104a58d
commit
74e8a34b74
2 changed files with 2 additions and 4 deletions
|
@ -15,7 +15,7 @@
|
|||
upgrade=1
|
||||
#upgrade=0 from_commit=CommitHash
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
multi_instance=0
|
||||
change_url=0
|
||||
;;; Options
|
||||
Email=
|
||||
|
|
|
@ -11,8 +11,6 @@
|
|||
"upstream": {
|
||||
"license": "AGPL-3.0",
|
||||
"website": "https://join.misskey.page",
|
||||
"demo": "https://demo.example.com",
|
||||
"admindoc": "https://yunohost.org/packaging_apps",
|
||||
"userdoc": "https://yunohost.org/apps",
|
||||
"code": "https://github.com/syuilo/misskey"
|
||||
},
|
||||
|
@ -23,7 +21,7 @@
|
|||
"requirements": {
|
||||
"yunohost": ">= 4.2.4"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"multi_instance": false,
|
||||
"services": ["nginx"],
|
||||
"arguments": {
|
||||
"install": [
|
||||
|
|
Loading…
Add table
Reference in a new issue