toolkit
toolkit copied to clipboard
Hello everyone!! I'm looking which is the best way to backup the whole instalation of my overleaf instance and recovery on another server. I have the toolkit "simple" installation. Below...
Need to update the health check to use mongosh instead of mongo. In docker-compose.yml need to change the health check to this: healthcheck: test: ["CMD", "mongosh", "--eval", "db.adminCommand('ping')"] interval: 10s...
## Description A template for Apache host reverse proxy configuration was added. A short tutorial was also written in the docs folder. I've spent too much time configuring overleaf with...
I'm trying to deploy local overleaf on a Loongson-3A5000 machine, for which's CPU architecture is `loongarch64`. While mongo pulling the docker file, it says: ``` resbi@la464v:/home/resbi/Gits/overleaf-toolkit git:(master) $ sudo ./bin/up...
Hello, the server we'll have to rollout the toolkit based overleaf intance will have podman.socket instead of docker. How I can change the composing that it'll uses podman instead of...
## Description The goal of this PR is to solve realpath problems when starting up the overleaf containers using docker-compose ## Related issues / Pull Requests Fixes #305 ## Contributor...
Following your README file does not work at all for Debian 12. How do I install the community edition without using this ridiculous docker crap?
## Steps to Reproduce 1. Install minted package (or full installation) using tlmgr. 2. Import minted package in a project and insert arbitrary minted environment to a document. ## Expected...
Improve quickstart to include texlive-full config ## Description Currently it's hard to find instructions on getting texlive-full running with overleaf-toolkit. Following the manual stops at only a minimal installation. ##...
## Description Change the docker-compose documentation url to the correct one. It should be Merge Compose files instead of extend. See also https://github.com/overleaf/toolkit/blob/7f10105a9be889d29e3f30a7e7733f678f8c1002/bin/docker-compose#L54-L57 ## Related issues / Pull Requests ##...