You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Mayank Chhabra 853f1467da
Remove console warnings (#154)
4 years ago
.github/workflows Use ARG instead of ENV for Docker build (#123) 4 years ago
public name changes 5 years ago
src Remove console warnings (#154) 4 years ago
.dockerignore Add uneeded directories to .dockerignore 4 years ago
.env Env variables name change 4 years ago
.env.production Env variables name change 4 years ago
.env.staging Env variables name change 4 years ago
.gitignore Specify API URLS 5 years ago
Dockerfile Use ARG instead of ENV for Docker build (#123) 4 years ago
LICENSE.md license 5 years ago
README.md Readme merged 4 years ago
babel.config.js init 5 years ago
package.json Umbrel Dashboard v0.3.0 (#140) 4 years ago
vue.config.js name changes 5 years ago
yarn.lock Bump elliptic from 6.5.2 to 6.5.3 (#153) 4 years ago

README.md

Umbrel Dashboard

Version Docker Build Docker Pulls Chat

Twitter Reddit

☂️ dashboard

Dashboard is the web-based user interface of Umbrel OS and is accessible at http://umbrel.local. It runs by-default as a containerized service.

🚀 Getting started

If you are looking to run Umbrel on your hardware, you do not need to run this service on it's own. Just download Umbrel OS and you're good to go.

🛠 Running dashboard

Make sure both umbrel-manager and umbrel-middleware are running and available.

Step 1. Install dependencies

yarn

Step 2. Set environment variables

Set the following environment variables in .env file of the project's root.

Variable Description Default
VUE_APP_MANAGER_API_URL URL of umbrel-manager API http://localhost:3006
VUE_APP_MIDDLEWARE_API_URL URL of umbrel-middleware API http://localhost:3005

Step 3. Run dashboard

yarn serve

Dashboard should now be accessible at http://localhost:8080.

Building dashboard

To build dashboard for production, run:

yarn build

Built code will be inside /dist.


️ Don't be too reckless

Umbrel is still in an early stage and things are expected to break every now and then. We DO NOT recommend running it on the mainnet with real money just yet, unless you want to be really #reckless.

❤️ Contributing

We welcome and appreciate new contributions!

If you're a developer looking to help but not sure where to begin, check out these issues that have specifically been marked as being friendly to new contributors.

If you're looking for a bigger challenge, before opening a pull request please create an issue or join our community chat to get feedback, discuss the best way to tackle the challenge, and to ensure that there's no duplication of work.


License

getumbrel.com