Skip to content
Discussion options

You must be logged in to vote

Heya @Bag72 👋

So the most secure approach, is to build the app and then just simply serve up the dist directory.
Since the content of dist is just plain ol HTML, JS, CSS, it can be run using any HTTP server. It's as secure as your web server.

For example: yarn build && npx http-server ./dist --port 8080


Or, with the dynamic app, it is possible to disable UI editing with appConfig.disableConfiguration - however this only prevents you from editing through the UI, and so should not be considered secure if the app is exposed to the internet.

This will be addressed in next update, 2.1.2 (described in #799) adding proper server-side security. 🎉


Another option, is to deploy the normal dynamic …

Replies: 1 comment 1 reply

Comment options

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

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