config/variables.env
changes are not taken into account
#25
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For instance I set:
but still notice Our Overleaf Instance despite ctrl + shift + r.
Related to #21, #8 and #20.
Could search on DuckDuckGo and Google Overleaf config/variables.env changes not taken into account.
Related to overleaf/toolkit/issues/20.
Adding
SHARELATEX_APP_NAME="Our Overleaf Instance Bis"
toconfig/variables.env
results in:Let us get back to Oracle VPS:
Uncommeting
# OVERLEAF_IMAGE_NAME=sharelatex/sharelatex
inconfig/overleaf.rc
.Commenting
ALL_TEX_LIVE_DOCKER_IMAGES
inconfig/variables.env
.Replacing
ALL_TEX_LIVE_DOCKER_IMAGES=quay.io/sharelatex/texlive-full:2023.1
inconfig/overleaf.rc
withALL_TEX_LIVE_DOCKER_IMAGES=sharelatex/sharelatex
.Replacing
OVERLEAF_PORT=80
inconfig/overleaf.rc
withOVERLEAF_PORT=8080
.Maybe reinstalling a fresh new Overleaf instance if the Oracle one works fine may make sense.
Maybe need to open the port 8080 for this setup, as http://129.151.245.17:8080 and http://yt.lemnoslife.com:8080 do not work.
Let us reinstall on OverClock 3000 a new Overleaf instance as I backed up (
.zip
and screenshot of almost single entry history) the 3 projects there were on my Linux Mint 21.3 Cinnamon Framework 13 at/home/benjamin/Desktop/bens_folder/devices/oc3k/overleaf/
.Source: the Stack Overflow answer 44785784
overleaf/blob/01b7541483c738613d2dad3f96b498a70569265c/README.md#installation
overleaf/toolkit/blob/a61d9ebff51e3d2acddc75c00cde48a02b4fd496/README.md#getting-started
overleaf/toolkit/blob/a61d9ebff51e3d2acddc75c00cde48a02b4fd496/doc/quick-start-guide.md
Adding
ALL_TEX_LIVE_DOCKER_IMAGES=sharelatex/texlive-full
toconfig/variables.env
:Use instead
sharelatex/sharelatex
.Replace
OVERLEAF_PORT=80
inconfig/overleaf.rc
withOVERLEAF_PORT=9986
.The copyright is now the correct year...
Previous credentials do not work.
https://overleaf.lemnoslife.com/launchpad
Start Using Our Overleaf Instance
Other logs and files is not clickable
MongoNetworkError: connect ECONNREFUSED 127.0.0.1:27017
is maybe the issue.Modifying
OVERLEAF_APP_NAME
is correctly taken into account after ctrl + c andbin/up
.OVERLEAF_SITE_URL
andOVERLEAF_ADMIN_EMAIL
work well too.Even after ctrl + shift + r, I confirm that there is no additional button when switch to
true
GIT_BRIDGE_ENABLED
inconfig/overleaf.rc
and restart as for correctly taking into accountOVERLEAF_APP_NAME
.https://hub.docker.com/_/mongo
Replace
MONGO_VERSION=4.4
inconfig/overleaf.rc
withMONGO_VERSION=6.0
:Could search with DuckDuckGo and Google
"Docker" "MongoNetworkError: connect ECONNREFUSED 127.0.0.1:27017"
. Maybe it is a temporary error.Source: overleaf/toolkit/blob/a61d9ebff51e3d2acddc75c00cde48a02b4fd496/doc/quick-start-guide.md#optional-check-the-logs
when click on Recompile.
Uncomment
#OVERLEAF_IMAGE_NAME=sharelatex/sharelatex
inconfig/overleaf.rc
.If comment
ALL_TEX_LIVE_DOCKER_IMAGES
inconfig/variables.env
.The only DuckDuckGo and Google result for
"No such image: quay.io/sharelatex/texlive-full:2017.1"
is overleaf/issues/983.Setting
SIBLING_CONTAINERS_ENABLED
tofalse
instead oftrue
inconfig/overleaf.rc
solved the compilation issue: