From 96f7b2f397a4a870b1ae6a9792fe46904af99d58 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 9 Oct 2022 11:29:10 +0200 Subject: [PATCH] Upgrade to 0.6.1 --- conf/app.src | 2 +- scripts/install | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 8fb7dbd..d534ba9 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,4 +1,4 @@ -SOURCE_URL=https://github.com/jech/galene/archive/refs/tags/galene-0.6.tar.gz +SOURCE_URL=https://github.com/jech/galene/archive/refs/tags/galene-0.6.1.tar.gz SOURCE_SUM=672645e6d888e5a0c3b843355c85801e21bfea6f054fd6bafda5a0e9aebc589e SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz diff --git a/scripts/install b/scripts/install index 0fef646..591fc3f 100755 --- a/scripts/install +++ b/scripts/install @@ -165,12 +165,12 @@ chown -R $app:www-data "$datadir" #================================================= ynh_script_progression --message="Adding a configuration file..." --weight=1 -# Configure Galene +# Configure Galène ynh_add_config --template="../conf/config.json" --destination="$final_path/live/data/config.json" chmod 400 "$final_path/live/data/config.json" chown $app:$app "$final_path/live/data/config.json" -# Configure Galene LDAP +# Configure Galène LDAP key=$(jose jwk gen -i '{"kty":"oct","alg":"HS256"}') ynh_app_setting_set --app=$app --key=key --value="$key" ynh_add_config --template="../conf/galene-ldap.json" --destination="$final_path/live_ldap/data/galene-ldap.json"