Easily configurable King of the Hill themed Homer dashboard.
I couldn't quite determine what style I wanted for this template, so I made sure the config.yml file is fairly commented and verbose to provide easy modification.
If you use the install.sh script, a symbolic link is created in the current user's root directory for easier editing.
The install.sh script is based off of my ProxmoxMaster repository.
This script automatically installs Homer and KingOfTheHomer from scratch, while providing user input and automation for port selection and SSL utilization.
One-liner to install both Homer and KingOfTheHomer (tested on an Ubuntu 22.04 LXC):
bash -c "$(wget -qO- https://github.com/tylerdotrar/KingOfTheHomer/raw/main/install.sh)"Manual installation into an existing Homer instance:
git clone https://github.com/tylerdotrar/KingOfTheHomer
cp -rf KingOfTheHomer/assets /var/www/homer
rm -rf KingOfTheHomer- Credit to bastienwirtz for the original Homer project.
- Credit to walkxcode for his custom Homer theme for giving me a great baseline.