Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rblaine95/docker_monero_dashboard
A simple web dashboard for local Monero full node
https://github.com/rblaine95/docker_monero_dashboard
crypto dashboard docker monero node xmr
Last synced: about 2 months ago
JSON representation
A simple web dashboard for local Monero full node
- Host: GitHub
- URL: https://github.com/rblaine95/docker_monero_dashboard
- Owner: rblaine95
- License: unlicense
- Created: 2022-02-07T13:11:25.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T14:20:43.000Z (7 months ago)
- Last Synced: 2024-06-18T17:42:04.105Z (7 months ago)
- Topics: crypto, dashboard, docker, monero, node, xmr
- Language: Dockerfile
- Homepage: https://github.com/jnbarlow/monero-dashboard
- Size: 34.2 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Monero Dashboard
A Docker Image for [jnbarlow/monero-dashboard](https://github.com/jnbarlow/monero-dashboard)[![Github tag (latest by date)][github-tag-badge]][github-tag-link]
[![GitHub Workflow Status (branch)][github-actions-badge]][github-actions-link]Usage:
```sh
$ docker run -itd \
--name monero-dashboard \
-e MONERO_HOST=my-xmr-node.example.com \
-e MONERO_PORT=18081 \
-e TICKER=true \
-e PORT=3000 \
-p 3000:3000 \
ghcr.io/rblaine95/monero-dashboard
```### I want to buy you a coffee
Please don't.
I just built this docker image, go to the [jnbarlow/monero-dashboard](https://github.com/jnbarlow/monero-dashboard) and donate there.### Additional Resources
* [jnbarlow/monero-dashboard](https://github.com/jnbarlow/monero-dashboard)
* [monero-project/monero](https://github.com/monero-project/monero)
* [GetMonero.org](https://www.getmonero.org/)
* [/r/monero](https://www.reddit.com/r/monero)
* [ChangeNow.io](https://changenow.io/)
* [MorphToken.com](https://www.morphtoken.com)
* [Haveno](https://github.com/haveno-dex/haveno)[github-tag-badge]: https://img.shields.io/github/v/tag/rblaine95/docker_monero_dashboard "Github tag (latest by date)"
[github-tag-link]: https://github.com/rblaine95/docker_monero_dashboard/tags
[github-actions-badge]: https://img.shields.io/github/actions/workflow/status/rblaine95/docker_monero_dashboard/docker.yml?branch=master "Github Workflow Status (master)"
[github-actions-link]: https://github.com/rblaine95/docker_monero_dashboard/actions?query=workflow%3ADocker