toolkit icon indicating copy to clipboard operation
toolkit copied to clipboard

Results 133 toolkit issues
Sort by recently updated
recently updated
newest added

## Description This PR simplifies read_configuration() in shared-functions.sh by replacing a complex sed regex with a clearer two-step parsing: • Old: sed -r "s/^$name=([\"']?)(.+)\1\$/\2/" • New: cut -d '=' -f2-...

# Bugs: Git Bash Path Conversion Causes Docker Mount Failure in Overleaf Toolkit ## Environment - **OS**: Windows 11 Professional 24H2 (Build 26100.4770) - **Git**: 2.50.1.windows.1 (Git Bash kernel: MINGW64_NT-10.0-26100)...

## Description This pull request corrects a command in a setup script that fails to parse configuration values correctly on macOS. Specifically, when attempting to extract the MongoDB version from...

Hello, documentation states that I should try to get help here. I'm a beginner to self-hosting Overleaf due to needing multiple collaborators; I'm already including new users, but I don't...

# Version for custom Overleaf Image ## Description Lets the user add the version of the user-defined image. Does not affect current functionality.

Refactor container data paths to use double-slash prefix (//var/...) to: - Avoid Git Bash's automatic POSIX-Windows path conversion - Fix critical mount error on Windows environments: "Error: mount source path...

I installed overleaf-toolkit on a brand-new Mac, everything up to date, after installing Docker Desktop, into `/opt/bin/overleaf-toolkit`. Then when running `bin/up` I'd get error messages like: ``` The path /opt/overleaf-toolkit/data/mongo...

My project can be generated and compiled on the official version of Overleaf, but it cannot be compiled on this deployed version. However, some very simple tex can be compiled...

Hi, I am new to the Overleaf set-up and I am trying to complete the installation of the Community Edition from scratch. When I do "bin/up" I see the following:...

## Description Fix healthcheck issue in mongo docker container. ## Related issues / Pull Requests ## Contributor Agreement - [x] I confirm I have signed the [Contributor License Agreement](https://github.com/overleaf/overleaf/blob/master/CONTRIBUTING.md#contributor-license-agreement)