Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 623 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 623 Bytes

server-dashboard

Functionality

This Repo provides the following functionality:

  1. Show/Create a list of all your servers
  2. Wake your Server via wake-on-lan
  3. Shutdown your Server
  4. Creating a heuristic from the last 30 days when your Server was woken
  5. From this heuristic wake your Server before you even need it

Dashboard

Server Dashboard

Heuristic displayed as bitmap

Server Bitmap

Installation

git clone
python manage.py makemigrations dashboard
python manage.py migrate
python manage.py crontab add
python manage.py runserver