From 9654c5786af08eec5b7aa0315b527677fd255aff Mon Sep 17 00:00:00 2001 From: Oksamies Date: Mon, 6 Oct 2025 13:47:38 +0300 Subject: [PATCH] Update Nimbus README with enw allowedHosts setup --- apps/cyberstorm-remix/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/cyberstorm-remix/README.md b/apps/cyberstorm-remix/README.md index 0b961eaf8..09f6f32ed 100644 --- a/apps/cyberstorm-remix/README.md +++ b/apps/cyberstorm-remix/README.md @@ -36,7 +36,8 @@ VITE_AUTH_BASE_URL=http://thunderstore.temp VITE_AUTH_RETURN_URL=http://new.thunderstore.temp ``` -5. Uncomment the following string to the `allowedHosts` list in `vite.config.ts` ([link](https://github.com/thunderstore-io/thunderstore-ui/blob/f69ca05f2fe51320768aa4b934d17e40060192b5/apps/cyberstorm-remix/vite.config.ts#L13-L17)): `".thunderstore.temp"` +5. Add your local test domains (e.g. `".thunderstore.temp"`) in to env variable `__VITE_ADDITIONAL_SERVER_ALLOWED_HOSTS=`; like this `__VITE_ADDITIONAL_SERVER_ALLOWED_HOSTS=.thunderstore.temp`. (`localhost` is enabled by default) + 6. Run the build/start server script or the dev server script