Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
Update instructions to run dashboard locally
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankchhabra authored Sep 17, 2022
1 parent f3912f1 commit 6ed87fe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are looking to run Umbrel on your hardware, you do not need to run this s

## 🛠 Running dashboard

Make sure both [`umbrel-manager`](https://github.com/getumbrel/umbrel-manager) and [`umbrel-middleware`](https://github.com/getumbrel/umbrel-middleware) are running and available.
Make sure [`umbrel-manager`](https://github.com/getumbrel/umbrel-manager) is running and available. Alternatively, if you have an Umbrel running already and you only want to make changes to the dashboard, you can connect to it directly without running `umbrel-manager`.

### Step 1. Install dependencies
```sh
Expand All @@ -33,12 +33,10 @@ The following environment variables are set in `.env` file of the project's root
| Variable | Description | Default |
| ------------- | ------------- | ------------- |
| `VUE_APP_MANAGER_API_URL` | URL of [`umbrel-manager`](https://github.com/getumbrel/umbrel-manager) API | `http://localhost:3006` |
| `VUE_APP_MIDDLEWARE_API_URL` | URL of [`umbrel-middleware`](https://github.com/getumbrel/umbrel-middleware) API | `http://localhost:3005` |

If you want to change the local development environment (e.g. to use your local Umbrel instance), create the `.env.development` with the following content:

```sh
VUE_APP_MIDDLEWARE_API_URL=http://umbrel.local/api
VUE_APP_MANAGER_API_URL=http://umbrel.local/manager-api
```

Expand Down

0 comments on commit 6ed87fe

Please sign in to comment.