Homer
What is Homer?
Homer is a fancy web page to centralize all of your services on your network in one, easily accessible location. All the hip kids are earning karma points on /r/homelab with it /s.
Setup
Things not ELI5'ed in the README
Getting your docker files onto the server
Never used docker before this project. So.. how to start? Easy. git clone the source to your local directory where you want to run it. /opt would be a good place if you are in Linux-land.
https://www.reddit.com/r/selfhosted/comments/njsbw3/installing_homer/
Local assets?
volumes:
- /your/local/assets/:/www/assets
You see this in the README, and go.. what's my local assets? Essentially, it is your local install directory. In my case, /opt/homer/. So, /opt/homer/:/www/assets for me.
Logos/Icons
App-Icons - https://fontawesome.com/v5.15/icons?d=gallery&p=2&m=free
You don't download app icons, you simply reference font-awesome. All of the icons are referenced “fas fa-xxxxx”. The actual name is in the icon you are looking for.
App Logos - https://github.com/NX211/homer-icons
Download these, or DIY at 250x250px in a png format. Upload to your homer “tools” directory. Reference via “assets/tools/xxxxx.png”
https://smarthomepursuits.com/configure-homer-dashboard-docker-python/