mirror of
https://github.com/YunoHost-Apps/misskey_ynh.git
synced 2024-09-03 19:46:03 +02:00
Update manifest.toml
This commit is contained in:
parent
111ca1dca7
commit
4e5a74ea46
1 changed files with 10 additions and 7 deletions
|
@ -7,7 +7,7 @@ name = "Misskey"
|
|||
description.en = "Microblogging platform"
|
||||
description.fr = "Platforme de Microblogging"
|
||||
|
||||
version = "12.119.2~ynh2"
|
||||
version = "2024.3.1~ynh1"
|
||||
|
||||
maintainers = []
|
||||
|
||||
|
@ -22,11 +22,14 @@ fund = "https://patreon.com/syuilo"
|
|||
yunohost = ">= 11.2"
|
||||
architectures = ["amd64", "arm64"]
|
||||
multi_instance = true
|
||||
|
||||
ldap = false
|
||||
|
||||
sso = true
|
||||
disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ...
|
||||
ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
||||
ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
||||
|
||||
disk = "50M"
|
||||
ram.build = "50M"
|
||||
ram.runtime = "50M"
|
||||
|
||||
[install]
|
||||
[install.domain]
|
||||
|
@ -39,10 +42,10 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
|
|||
default = "visitors"
|
||||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/misskey-dev/misskey/archive/refs/tags/12.119.2.tar.gz"
|
||||
sha256 = "0620c8d4ee82f3bfa5749197b719cff606628413875589918df58f71cae9df57"
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/misskey-dev/misskey/archive/refs/tags/2024.3.1.tar.gz"
|
||||
sha256 = "f962f38fbf71f600fcc8c1969f418f46565fa58b83dc93528d29a3e65fd79571"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
[resources.system_user]
|
||||
|
|
Loading…
Add table
Reference in a new issue