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

Merge branch 'testing' of https://github.com/YunoHost-Apps/etherpad_ynh into testing

This commit is contained in:
ericgaspar 2023-12-11 07:33:43 +01:00
commit d9cc8b8203
2 changed files with 5 additions and 2 deletions

View file

@ -20,8 +20,11 @@ code = "https://github.com/ether/etherpad-lite"
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = true
sso = true
disk = "50M"
ram.build = "2G"
ram.runtime = "50M"

View file

@ -51,7 +51,7 @@ popd
#=================================================
ynh_script_progression --message="Configuring $app..." --weight=6
ynh_add_config --template="../conf/settings.json" --destination="$install_dir/settings.json"
ynh_add_config --template="settings.json" --destination="$install_dir/settings.json"
chmod 400 "$install_dir/settings.json"
chown $app:$app "$install_dir/settings.json"
@ -70,7 +70,7 @@ then
fi
ynh_store_file_checksum --file="$install_dir/settings.json"
ynh_add_config --template="../conf/credentials.json" --destination="$install_dir/credentials.json"
ynh_add_config --template="credentials.json" --destination="$install_dir/credentials.json"
chmod 400 "$install_dir/credentials.json"
chown $app:$app "$install_dir/credentials.json"