diff --git a/manifest.toml b/manifest.toml index c05f14e..905471d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -6,7 +6,7 @@ id = "overleaf" name = "Overleaf" description.en = "Open-source online real-time collaborative LaTeX editor." -version = "2022.04.23~ynh1" +version = "2023.12.17~ynh1" maintainers = [] @@ -47,8 +47,8 @@ ram.runtime = "50M" [resources] [resources.sources] [resources.sources.main] - url = "https://github.com/overleaf/overleaf/archive/a4ca117640c1f18c1b3ca0564576fdbece427ba5.tar.gz" - sha256 = "65ea4861384cf56f0b390cf2f28dbfbb57d623f531a87d4a49b97f19c16023f8" + url = "https://github.com/overleaf/overleaf/archive/097e41f9ae4e669aaac6b8bac43942a9cba31dd7.tar.gz" + sha256 = "7d07363f3cd289344bcf7a0bd43e1c5ec298be3537c3f7384b62085716455d87" [resources.sources.ldap] diff --git a/scripts/install b/scripts/install index 525b7fb..5e9dcde 100755 --- a/scripts/install +++ b/scripts/install @@ -101,6 +101,9 @@ cp -r "$install_dir/build/patches/" "$install_dir/live/patches/" cp -r "$install_dir/build/server-ce/config" "$install_dir/config/" ynh_secure_remove --file="$install_dir/config/settings.js" +cp "$install_dir/build/server-ce/config/production.json" "$install_dir/live/services/history-v1/config/" +cp "$install_dir/build/server-ce/config/custom-environment-variables.json" "$install_dir/live/services/history-v1/config/" + #cp "$install_dir/build_ldap/ldap-overleaf-sl/sharelatex/AuthenticationManager.js" "$install_dir/live/services/web/app/src/Features/Authentication/AuthenticationManager.js" #cp "$install_dir/build_ldap/ldap-overleaf-sl/sharelatex/ContactController.js" "$install_dir/live/services/web/app/src/Features/Contacts/ContactController.js"