diff --git a/manifest.toml b/manifest.toml index 48b953b..8ddbd6b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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]