Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/decred/umbrel-app-store
https://github.com/decred/umbrel-app-store
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/decred/umbrel-app-store
- Owner: decred
- Created: 2023-03-17T15:01:34.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-31T15:25:03.000Z (about 1 year ago)
- Last Synced: 2024-08-02T12:21:22.781Z (5 months ago)
- Size: 386 KB
- Stars: 8
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Decred App Store on Umbrel
Add this repository through the Umbrel user interface as shown in the following demo:
https://user-images.githubusercontent.com/10330103/197889452-e5cd7e96-3233-4a09-b475-94b754adc7a3.mp4
Alternatively, you can use the Umbrel CLI as described below.
To add an app store:
```
sudo ~/umbrel/scripts/repo add https://github.com/decred/umbrel-app-store/sudo ~/umbrel/scripts/repo update
```To install DCRDEX from the app store
```
sudo ~/umbrel/scripts/app install decred-dcrdex
```To remove this app store:
```
sudo ~/umbrel/scripts/repo remove https://github.com/decred/umbrel-app-store/
```