Learn how to deploy Infisical in a standalone environment.
Setup environment variables
DB_CONNECTION_URI
, REDIS_URL
, ENCRYPTION_KEY
, and AUTH_SECRET
. We recommend You take a look at our list of all available environment variables, and configure the ones you need.Running Postgres migrations
Create service file
Create Infisical service
systemctl status infisical
.
It is also a good idea to check the logs for any errors by running journalctl --no-pager -u infisical
.Exposing Infisical to the internet
http://your-server-ip
.
I'm getting a error related to the HAProxy (Missing LF on last line, file might have been truncated at position X)
I'm unable to connect to access the Infisical instance on the web
ufw status
. Ensure that port 80 is open.systemctl status haproxy
.systemctl status infisical
.