Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Files

Latest commit

Apr 13, 2025
a7dfbbe · Apr 13, 2025

History

History
29 lines (24 loc) · 730 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 730 Bytes

This project is superseeded by https://github.com/flemk/homelab-operator.


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