This commit is contained in:
eric_G 2025-01-20 19:13:26 +01:00
parent 8e5ef1a4b3
commit ad1090893d
3 changed files with 2 additions and 7 deletions

View File

@ -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"

View File

@ -4,4 +4,4 @@
# COMMON VARIABLES AND CUSTOM HELPERS
#=================================================
nodejs_version=16
nodejs_version="16"

View File

@ -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
#=================================================