Skip to content

My simple configuration of the Homer dashboard.

License

Notifications You must be signed in to change notification settings

larsgerber/homer-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homer Dashboard

My simple configuration of the Homer dashboard.

Homer Dashboard

Copyright Bastien Wirtz github.com/bastienwirtz/homer.

Copyright Catppuccin github.com/mrpbennett/catppucin-homer.

 

Develop

docker-compose -f docker-compose.yml up

Build

docker buildx build --platform linux/amd64 -f ./Dockerfile -t docker.larsgerber.ch/homer:0.0.0 .

Test

docker run --rm -p 8080:8080 docker.larsgerber.ch/homer:0.0.0

Push

docker push docker.larsgerber.ch/homer:0.0.0