diff --git a/manifest.toml b/manifest.toml index 60d8593..392ef14 100644 --- a/manifest.toml +++ b/manifest.toml @@ -15,7 +15,7 @@ website = "https://misskey-hub.net/" code = "https://github.com/misskey-dev/misskey" [integration] -yunohost = ">= 11.1.16" +yunohost = ">= 11.2" architectures = ["amd64", "arm64" ] multi_instance = true ldap = false @@ -51,7 +51,7 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages ="ffmpeg postgresql" + packages ="ffmpeg, postgresql" extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main" extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg" diff --git a/scripts/_common.sh b/scripts/_common.sh index ac42361..fd0b6d1 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,10 +4,7 @@ # COMMON VARIABLES #================================================= -NODEJS_VERSION="16.15.0" - -# dependencies used by the app -#REMOVEME? pkg_dependencies="ffmpeg postgresql" +NODEJS_VERSION="18" #================================================= # PERSONAL HELPERS