toolkit
toolkit copied to clipboard
It's great that there is a well built mechanism for running a stand-alone instance of sharelatex, but for those wanting to spin it up in a docker container and use...
With the current check of the image version format https://github.com/overleaf/toolkit/blob/0ae6584650869d2aec9b703a9a54d41b14c76dfb/lib/shared-functions.sh#L13 it is impossible to run images with custom tags (e.g. those committed with a user-chosen version). Users would like flexibility...
## Steps to Reproduce 1. run `./bin/upgrade` 2. modify `/config/overleaf.rc` to new split mongo ```# Mongo configuration MONGO_ENABLED=true MONGO_DATA_PATH=data/mongo MONGO_IMAGE=mongo MONGO_VERSION=5.0 ``` 4. run `./bin/upgrade` ## Expected Behaviour * should...
I have installed overleaf via overleaf-toolkit and then installed full texlive within the container via: tlmgr update --self tlmgr install scheme-full My /var/lib/docker/ folder has now a size of hefty...
I have an instance of overleaf running fine, but now I want to make changes to the CSS / HTML frontend of the website, how can I achieve that ?...
null
I followed the official quick start guide trying to deploy a local instance. ``` $ git clone https://github.com/overleaf/toolkit.git ./overleaf-toolkit $ cd ./overleaf-toolkit $ bin/init $ bin/up ``` Then error occured....
Moved from: https://github.com/overleaf/overleaf/issues/1332#issue-2959050148 I have just run /bin/upgrade while following [this issue](https://github.com/overleaf/toolkit/issues/228), now while everything seems to start I cannot access the website on localhost and get errors regarding MongoDB....
Hi, I tried to add all package to my version of overleaf using : `docker exec sharelatex tlmgr install scheme-full` I have this error tlmgr: Local TeX Live (2024) is...
## Steps to Reproduce Config of overleaf.rc (pretty standard stuff): ``` #### Overleaf RC #### PROJECT_NAME=overleaf # Sharelatex container # Uncomment the OVERLEAF_IMAGE_NAME variable to use a user-defined image. #...