Skip to main content
Libredesk ships as a single binary and needs PostgreSQL and Redis to run. Install it with Docker, from a release binary, or from source.

Installation methods

Configuration via environment variables

Instead of using a config.toml file, you can configure Libredesk entirely through environment variables.
  • All environment variables use the LIBREDESK_ prefix
  • Use double underscore (__) for nested configuration keys
  • To use environment variables exclusively (without a config file), pass --config=""
Example: We recommend running Libredesk behind Nginx as a reverse proxy. Install nginx if you don’t have it:
The proxy must set X-Client-IP to $remote_addr. Libredesk reads this header to identify the client for rate limiting and audit logs, and without it every request looks like it came from the proxy.
Save the following as /etc/nginx/sites-available/libredesk:
Then enable it and reload nginx: