mirror of
https://github.com/YunoHost-Apps/misskey_ynh.git
synced 2024-09-03 19:46:03 +02:00
cleaning
This commit is contained in:
parent
c638852061
commit
478f89bcbc
2 changed files with 3 additions and 6 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue