mirror of
https://github.com/YunoHost-Apps/send_ynh.git
synced 2025-01-22 03:19:32 +01:00
cleaning
This commit is contained in:
parent
8e5ef1a4b3
commit
ad1090893d
@ -18,13 +18,12 @@ demo = "https://send.vis.ee/"
|
|||||||
code = "https://github.com/timvisee/send"
|
code = "https://github.com/timvisee/send"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.2.30"
|
yunohost = ">= 12.0.9"
|
||||||
helpers_version = "2.1"
|
helpers_version = "2.1"
|
||||||
architectures = ["amd64", "arm64", "armhf"]
|
architectures = ["amd64", "arm64", "armhf"]
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
|
|
||||||
ldap = false
|
ldap = false
|
||||||
|
|
||||||
sso = false
|
sso = false
|
||||||
|
|
||||||
disk = "50M"
|
disk = "50M"
|
||||||
|
@ -4,4 +4,4 @@
|
|||||||
# COMMON VARIABLES AND CUSTOM HELPERS
|
# COMMON VARIABLES AND CUSTOM HELPERS
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
nodejs_version=16
|
nodejs_version="16"
|
||||||
|
@ -22,12 +22,8 @@ ynh_config_change_url_nginx
|
|||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression "Adding $app's configuration..."
|
ynh_script_progression "Adding $app's configuration..."
|
||||||
|
|
||||||
domain=$new_domain
|
|
||||||
ynh_config_add --template="config.js" --destination="$install_dir/server/config.js"
|
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
|
# START SYSTEMD SERVICE
|
||||||
#=================================================
|
#=================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user