Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
There was an error while loading. Please reload this page.
Description
In order to allow the users to specify the dashboard base api url (by default it is
http://localhost:8989) we can add a docker envDASHBOARD_API_BASE_URLthat the users can use to set dashboard api base url in the UI.Rather than using sed for replace the env var in the js file, we can use
envsubstthrough the index.html that includes the env var used in the UI for handle the API requests.Additional Context
Discord thread