Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bearlike/docker-web-dashboard
🤖 A speed dial for your server
https://github.com/bearlike/docker-web-dashboard
dashboard docker raspberry-pi self-hosted
Last synced: 5 days ago
JSON representation
🤖 A speed dial for your server
- Host: GitHub
- URL: https://github.com/bearlike/docker-web-dashboard
- Owner: bearlike
- License: mit
- Created: 2021-03-09T21:32:37.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-19T21:17:34.000Z (over 2 years ago)
- Last Synced: 2024-11-09T14:33:54.432Z (2 months ago)
- Topics: dashboard, docker, raspberry-pi, self-hosted
- Language: JavaScript
- Homepage:
- Size: 4.37 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Docker System Dashboard
A speed dial for your server
## Getting Started
Execute `build-run.sh` to automatically build and deploy the container. Default Username is `admin` and Password is `admin`.
```bash
git clone https://github.com/bearlike/docker-web-dashboard.git
cd docker-web-dashboard
bash build-run.sh
```## Configuration via environment variables
- `DASH_USERNAME` (default: admin) Name of the Dashboard user.
- `DASH_PASSWORD` (default: admin) Password for the Dashboard user.
- `OWNER_URL` (Optional) Specify the URL for the owner's profile## Questions / Issues
If you got any questions or problems using the image, please visit our [Github Repository](https://github.com/bearlike/docker-web-dashboard/) and write an [issue](https://github.com/bearlike/docker-web-dashboard/issues).## Acknowledgments
- [Bootstrap Login Page Template](https://github.com/nauvalazhar/bootstrap-4-login-page)
- Hat tip to anyone whose code was used.
Made with ❤️ by Krishna Alagiri