Skip to content
Discussion options

You must be logged in to vote

How can I configure Tauri to point to a remote/static URL as the app entry point?

You can change frontendDist to point directly to an url, then it also won't bundle any files.

Are there any caveats in terms of permissions or security policies (CSP, origin settings, etc.) I should be aware of?

If you used frontendDist then no. Tauri should act more or less browser like. The only thing is if you don't configure Access-Control-Allow-Origin to iirc also allow tauri://ipc.localhost and http://ipc.localhost tauri will fallback to a slower IPC implementation.

Is this approach considered acceptable for production usage in terms of Tauri’s best practices?

Acceptable in general? yes - In term…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@aryan-parmar
Comment options

@FabianLars
Comment options

Answer selected by aryan-parmar
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants