5. Personalizing your instance
Personalizing your instance
Before you start your Overleaf instance for the first time, update the config/variables.env configuration file with your custom information.
Required environment variables
Update the following variables in config/variables.env:
OVERLEAF_SITE_URL
Where your instance of Overleaf is publicly available. This is used in public links, and when connecting over websockets, so must be configured correctly!
https://overleaf.lilliput.com
OVERLEAF_EMAIL_FROM_ADDRESS
This email address will be used as the from address for all outgoing emails.
OVERLEAF_ADMIN_EMAIL
The email address where users can reach the person who runs the site.
Once you have updated these environment variables, save and quit.
Start your instance
To start your instance run:
bin/upThis command will download the required images, create the containers (using your customizations), and start the instance. You should see log output from the various Docker containers.
To start them up again later (without attaching to the log output) run:
bin/startIf all goes well, you should be able view the log in page for your new Overleaf instance by navigating to http://127.0.0.1/ or http://localhost/ in your browser.
Depending on your network configuration and where your Overleaf instance is hosted, you may need to make additional configuration changes. See the Toolkit settings for more details:
https://docs.overleaf.com/on-premises/configuration/overleaf-toolkit/toolkit-settings
Last updated
Was this helpful?