mirror of
https://github.com/YunoHost-Apps/overleaf_ynh.git
synced 2024-09-03 19:56:27 +02:00
further try and update
This commit is contained in:
parent
fa35597187
commit
70d8d7003d
2 changed files with 6 additions and 3 deletions
|
@ -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]
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue