split4. Get Overleaf Pro Images

Overleaf Pro is distributed as a Docker image on the GHCRarrow-up-right registry, with open access to anyone.

Ayaka-notes Toolkit Users

If you are using ayaka-notes/overleaf-toolkitarrow-up-right, Overleaf Pro can be used as a drop-in replacement for the Community Edition, so you can use your existing settings and customizations. Enable Pro in the Toolkit by editing config/overleaf.rc and setting the SERVER_PRO environment variable:

config/overleaf.rc
SERVER_PRO=true

The next time you run bin/up, the Toolkit will automatically download and use the Server Pro image.

Official Toolkit Users

To get a Pro image, run the following command to pull:

Pull Docker Images
docker pull ghcr.io/ayaka-notes/overleaf-pro:latest

Then, add a file named docker-compose.override.yml with the following or similar content into the overleaf-toolkit/config directory:

docker-compose.override.yml
---
services:
    sharelatex:
        image: ghcr.io/ayaka-notes/overleaf-pro:latest # or X.x.x

Last updated