https://github.com/dashio-connect/docker-dashboard
A simple Dash App Dashboard for docker.
https://github.com/dashio-connect/docker-dashboard
controller dashio docker log mobile notifications python3 remote-control
Last synced: 4 months ago
JSON representation
A simple Dash App Dashboard for docker.
- Host: GitHub
- URL: https://github.com/dashio-connect/docker-dashboard
- Owner: dashio-connect
- License: mit
- Created: 2023-09-18T22:04:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-18T22:33:35.000Z (over 1 year ago)
- Last Synced: 2024-12-18T12:17:05.566Z (6 months ago)
- Topics: controller, dashio, docker, log, mobile, notifications, python3, remote-control
- Language: Python
- Homepage: https://dashio.io
- Size: 35.2 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-dashboard

A python script for monitoring Docker containers to a DashIO Dashboard## Requirements
- A linux server running docker continers.
- The DashIO app and an [account]("https://dashio.io/account-create/) with DashIO.
- The DashIO library installed on your Raspberry Pi. You can install it using pip:```shell
pip install dashio
```- The DashIO app available here:
Apple | Android
:-----------------:|:------------------:
[]() | [
]()
## Install
```sh
git clone https://github.com/jboulton/docker-dashboard.git
cd docker-dashboard
sudo ./install.sh
```Edit `docker-dashboard/docker-dashboard.ini` and replace the username and password with your username and password for your DashIO server account.
```sh
python3 docker-dashboard/main.py -v2
```