config/variables.env changes are not taken into account
#25
Reference in New Issue
Block a user
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.envresults in:Let us get back to Oracle VPS:
Uncommeting
# OVERLEAF_IMAGE_NAME=sharelatex/sharelatexinconfig/overleaf.rc.Commenting
ALL_TEX_LIVE_DOCKER_IMAGESinconfig/variables.env.Replacing
ALL_TEX_LIVE_DOCKER_IMAGES=quay.io/sharelatex/texlive-full:2023.1inconfig/overleaf.rcwithALL_TEX_LIVE_DOCKER_IMAGES=sharelatex/sharelatex.Replacing
OVERLEAF_PORT=80inconfig/overleaf.rcwithOVERLEAF_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 (
.zipand 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-fulltoconfig/variables.env:Use instead
sharelatex/sharelatex.Replace
OVERLEAF_PORT=80inconfig/overleaf.rcwithOVERLEAF_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:27017is maybe the issue.Modifying
OVERLEAF_APP_NAMEis correctly taken into account after ctrl + c andbin/up.OVERLEAF_SITE_URLandOVERLEAF_ADMIN_EMAILwork well too.Even after ctrl + shift + r, I confirm that there is no additional button when switch to
trueGIT_BRIDGE_ENABLEDinconfig/overleaf.rcand restart as for correctly taking into accountOVERLEAF_APP_NAME.https://hub.docker.com/_/mongo
Replace
MONGO_VERSION=4.4inconfig/overleaf.rcwithMONGO_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/sharelatexinconfig/overleaf.rc.If comment
ALL_TEX_LIVE_DOCKER_IMAGESinconfig/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_ENABLEDtofalseinstead oftrueinconfig/overleaf.rcsolved the compilation issue: