Skip to content

How to deploy Lowdefy v4 in an airgapped environment #1645

Discussion options

You must be logged in to vote

Hi @zinkls

I think if it is possible to use Docker that would be preferable, you can build the Docker image on another machine and run that image on your server. This will have a much lower chance of having any compatibility issues.

Else, you can follow the steps in the Docker file to build a standalone build of the app on another server.

The key steps you need to do are:

  1. Set an environment LOWDEFY_BUILD_OUTPUT_STANDALONE to 1 (This configures the build process to output he standalone build)
  2. Run pnpx lowdefy@rc build. This will build the standalone app in the <base-directory>/.lowdefy/server/.next/standalone directory
  3. Copy the contents of <base-directory>/.lowdefy/server/.next/static to <…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@zinkls
Comment options

Answer selected by zinkls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants