From 79141c5035fbbcb43562a4a9baf77e8bdd411a83 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sun, 11 Feb 2024 10:07:33 +0100 Subject: [PATCH] try with an older version --- manifest.toml | 4 ++-- scripts/install | 11 ----------- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/manifest.toml b/manifest.toml index 8969041..999d695 100644 --- a/manifest.toml +++ b/manifest.toml @@ -51,8 +51,8 @@ ram.runtime = "50M" [resources] [resources.sources] [resources.sources.main] - url = "https://github.com/overleaf/overleaf/archive/fdf8ebe001ec91dc3ab5c23b47bbbb03dc03d1bb.tar.gz" - sha256 = "802e3c0add7690c211fc039f94e1fceffe83040e7e60b0c340f35703087f1704" + url = "https://github.com/overleaf/overleaf/archive/92f8e445d355bcd0004b362c7496fcc22872828f.tar.gz" + sha256 = "c516dad71f97582c18a2194847f05df60fda03257af88bec3440ae9c4c891528" autoupdate.stategy = "latest_github_commit" [resources.sources.ldap] diff --git a/scripts/install b/scripts/install index 0772a91..8d9b8d8 100755 --- a/scripts/install +++ b/scripts/install @@ -107,17 +107,6 @@ ynh_add_config --template="../conf/production.json" --destination="$install_dir/ ynh_add_config --template="../conf/production.json" --destination="$install_dir/live/services/history-v1/config/production.json" cp "$install_dir/build/server-ce/config/custom-environment-variables.json" "$install_dir/live/services/history-v1/config/" -#temporary workaround to update patches -pushd "$install_dir/build_ldap/sharelatex_diff" -rm navbar.pug.diff -ynh_exec_warn_less wget https://raw.githubusercontent.com/xavion-lux/ldap-overleaf-sl-multiplatform/f2f58191434758a76294e59d5a275dc45a201556/ldap-overleaf-sl/sharelatex_diff/navbar.pug.diff -popd - -pushd "$install_dir/build_ldap/sharelatex_diff" -rm settings.pug.diff -ynh_exec_warn_less wget https://raw.githubusercontent.com/xavion-lux/ldap-overleaf-sl-multiplatform/f2f58191434758a76294e59d5a275dc45a201556/ldap-overleaf-sl/sharelatex_diff/settings.pug.diff -popd - #patch files for LDAP integration patch "$install_dir/live/services/web/app/src/Features/Authentication/AuthenticationController.js" "$install_dir/build_ldap/sharelatex_diff/AuthenticationController.js.diff" patch "$install_dir/live/services/web/app/src/Features/Authentication/AuthenticationManager.js" "$install_dir/build_ldap/sharelatex_diff/AuthenticationManager.js.diff"