Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milesrack/simple-dashboard
A docker container that runs a simple Node.js app showing the hostname, IP address, and uptime.
https://github.com/milesrack/simple-dashboard
dashboard docker ejs javascript node-js node-js-express nodejs
Last synced: 16 days ago
JSON representation
A docker container that runs a simple Node.js app showing the hostname, IP address, and uptime.
- Host: GitHub
- URL: https://github.com/milesrack/simple-dashboard
- Owner: milesrack
- Created: 2023-03-03T06:38:15.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T23:23:36.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T19:12:16.668Z (2 months ago)
- Topics: dashboard, docker, ejs, javascript, node-js, node-js-express, nodejs
- Language: JavaScript
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Dashboard
A docker container that runs a simple Node.js app showing the hostname, IP address, and uptime.## Installation
```
git clone https://github.com/milesrack/simple-dashboard
cd simple-dashboard
```## Usage
First build the docker image:
```
docker build -t simple-dashboard:latest .
```After building the image run it in a container:
```
docker run -p 3000:3000 -d simple-dashboard:latest
```Now the app will be running at http://localhost:3000
## Screenshot
![screenshot](screenshot.png)