From 1a2c4bb34ae79f11616d77866f0d3f400d936af3 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sun, 28 Apr 2024 13:33:22 +0200 Subject: [PATCH] update to latest version --- conf/variables.env | 4 ++++ manifest.toml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/conf/variables.env b/conf/variables.env index fbbaa97..4e59196 100644 --- a/conf/variables.env +++ b/conf/variables.env @@ -22,6 +22,10 @@ OVERLEAF_SITE_LANGUAGE="__LANGUAGE__" ENABLED_LINKED_FILE_TYPES=project_file,project_output_file +CLSI_COMPILES_PATH="__DATA_DIR__/compiles" +CLSI_OUTPUT_PATH="__DATA_DIR__/output" +CLSI_CACHE_PATH="__DATA_DIR__/cache" + OVERLEAF_ALLOW_PUBLIC_ACCESS=true OVERLEAF_ALLOW_ANONYMOUS_READ_AND_WRITE_SHARING=true diff --git a/manifest.toml b/manifest.toml index 47be6c1..52a324f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -51,8 +51,8 @@ ram.runtime = "3G" [resources] [resources.sources] [resources.sources.main] - url = "https://github.com/overleaf/overleaf/archive/2469c93da470c16649c17d39dae5bbc81185ebaa.tar.gz" - sha256 = "c0420f8815998945cae21b6e8b1c2bf9e9b0f5db171e41ee5225ae67fc75ca8e" + url = "https://github.com/overleaf/overleaf/archive/568044ee48a20bdb930f9f140f17227d19cb1219.tar.gz" + sha256 = "61e2602c76f8c8a635656d99db6725c802261e383411d71095cf9710149567f6" autoupdate.strategy = "latest_github_commit" [resources.system_user]