Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lusky3/my-dash
🔢 A developer friendly dashboard for monitoring your self-hosted services with a clean and modern UI.
https://github.com/lusky3/my-dash
Last synced: 10 days ago
JSON representation
🔢 A developer friendly dashboard for monitoring your self-hosted services with a clean and modern UI.
- Host: GitHub
- URL: https://github.com/lusky3/my-dash
- Owner: lusky3
- License: mit
- Created: 2020-09-17T04:01:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-19T19:13:54.000Z (about 4 years ago)
- Last Synced: 2024-08-01T12:28:31.748Z (3 months ago)
- Language: Shell
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# my-dash (Docker)
🔢 A developer friendly dashboard for monitoring your self-hosted services with a clean and modern UI.
A fork of [krestaino/my-dash](https://github.com/krestaino/my-dash), placed in a self-compiling Docker container.
3 branches/tags: master (latest), dev and nginx.
latest is just my-dash. nginx includes a reverse proxy with LetsEncrypt. dev is testing and unstable.
[View on Docker Hub](https://hub.docker.com/r/lusky3/my-dash)
## Docker Variables
DOMAIN=domain.local
PROTOCOL=https
API_PORT=4000
API_KEY=YOUR_AWESOME_AND_TOTALLY_SECRET_API_KEY
PLEX_URL=
PLEX_TOKEN=YOUR_PLEX_TOKEN
SEAFILE_URL=
SEAFILE_TOKEN=YOUR_SEAFILE_TOKEN
UNIFI_URL=
UNIFI_USERNAME=YOUR_UNIFI_USERNAME
UNIFI_PASSWORD=YOUR_UNIFI_PASSWORD
NETDATA_DO_URL=
NETDATA_HOME_URL=
UPTIME_ROBOT_KEY=YOUR_UPTIME_ROBOT_API_KEY
UPTIME_ROBOT_URL=
UI_PORT=3000
REACT_APP_AUTH_ENDPOINT=/auth
REACT_APP_SEAFILE_ENDPOINT=/seafile
REACT_APP_PLEX_ENDPOINT=/plex
REACT_APP_UNIFI_ENDPOINT=/unifi
REACT_APP_NETDATA_DO_ENDPOINT=/netdata-do
REACT_APP_NETDATA_HOME_ENDPOINT=/netdata-home
REACT_APP_UPTIME_ROBOT_ENDPOINT=/uptime-robot