diff --git a/manifest.toml b/manifest.toml index e7c7220..78236d5 100644 --- a/manifest.toml +++ b/manifest.toml @@ -18,13 +18,12 @@ demo = "https://send.vis.ee/" code = "https://github.com/timvisee/send" [integration] -yunohost = ">= 11.2.30" +yunohost = ">= 12.0.9" helpers_version = "2.1" architectures = ["amd64", "arm64", "armhf"] multi_instance = true ldap = false - sso = false disk = "50M" diff --git a/scripts/_common.sh b/scripts/_common.sh index eaae793..f5f7b4c 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,4 +4,4 @@ # COMMON VARIABLES AND CUSTOM HELPERS #================================================= -nodejs_version=16 +nodejs_version="16" diff --git a/scripts/change_url b/scripts/change_url index b851106..ef434ab 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -22,12 +22,8 @@ ynh_config_change_url_nginx #================================================= ynh_script_progression "Adding $app's configuration..." -domain=$new_domain ynh_config_add --template="config.js" --destination="$install_dir/server/config.js" -#chmod 400 "$install_dir/server/config.js" -#chown "$app:$app" "$install_dir/server/config.js" - #================================================= # START SYSTEMD SERVICE #=================================================