Server: Integrations
NGINX
The official Docker image supports ENV variable substitution in the template folder.
Add your distribution to the container under /usr/share/nginx/html
Make sure to configure a LIQUID_API_HOST
ENV variable that points to your deployed Liquid Auth API.
Vite
We recommend running a proxy server like Nginx in production. This will work for local development
Next.js
We recommend running a proxy server like Nginx in production. This will work in a pinch or to test locally.
Deploy the service to a platform like Render or AWS then configure the Proxy in next.config.js
.
Nest.js
Warning, the Service package is still a work in progress. Please contact if you are interested in mounting the server
Vercel
We recommend running a proxy server like Nginx in production. This will work in a pinch