1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/armadietto_ynh.git synced 2024-09-03 18:06:18 +02:00

small fixes

This commit is contained in:
Salamandar 2024-01-05 16:24:06 +01:00
parent 66bebfddb0
commit da340df63a
2 changed files with 4 additions and 4 deletions

View file

@ -22,9 +22,9 @@ architectures = "all"
multi_instance = false
ldap = false
sso = false
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 = "500M"
ram.runtime = "100M"
[install]
[install.domain]

View file

@ -37,7 +37,7 @@ chown -R $app:$app "$data_dir"
#=================================================
# REINSTALL DEPENDENCIES
#=================================================
#REMOVEME? ynh_script_progression --message="Reinstalling dependencies..." --weight=21
ynh_script_progression --message="Reinstalling NodeJS..." --weight=21
# Define and install dependencies
ynh_install_nodejs --nodejs_version="$NODEJS_VERSION"