export INSTALLATION_DIR=/root/simpledash # can be anything you want
# installing
git clone https://github.com/SX-9/simpledash $INSTALLATION_DIR
cd $INSTALLATION_DIR
npm i && npm run build
mv config.example.json config.json
vim config.json # configuration
docker run -itd --name simpledash \
--restart unless-stopped -p 8097:3000 \
-v $INSTALLATION_DIR:/simpledash \
-e CONFIG_PATH="/simpledash/config.json" \
node:18.20-bookworm-slim /simpledash/build/index.js
# updating
cd $INSTALLATION_DIR
git pull && npm i && npm run build
docker restart simpledash
-
Notifications
You must be signed in to change notification settings - Fork 0
SX-9/simpledash
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
yet another simple dashboard for servers
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published