This is the web UI for the OpenCost project. You can learn more about the User Interface
in the OpenCost docs.
Overriding the Base API URL
For some use cases such as the case of OpenCost deployed behind an ingress controller, it
is useful to override the BASE_URL variable responsible for requests sent from the UI to
the API. This means that instead of sending requests to /model/allocation/compute/etc,
requests can be sent to /{BASE_URL_OVERRIDE}/allocation/compute/etc.
|