Sign inSign up

thedxw/dashboard-menu

By thedxw

Updated about 6 years ago

Dashboard menu page that navigates to other dashboards

Image
0

339

thedxw/dashboard-menu repository overview

Dashboard menu

This repo contains the markup and styling for the menu page that appears at stats.dxw.net.

How to run it locally
docker build . -t thedxw/dashboard-menu
docker run -p 8000:80 thedxw/dashboard-menu
How to release a new version for stats.dxw.net

First make sure you are logged into Docker Hub with docker login. Then

docker build . -t thedxw/dashboard-menu
docker push thedxw/dashboard-menu

At the time of writing it is necessary to manually restart Docker on the stats.dxw.net box for it to pick up the new version.

More detailed instructions on how to login are in the private repo for Dachshund.

Once you are logged in and in the right folder, you need to stop the container and the image, remove the old image, then download and build the latest image:

docker-compose stop dashboard-menu
docker-compose rm dashboard-menu
docker rmi thedxw/dashboard-menu
docker-compose up -d dashboard-menu

Tag summary

Content type

Image

Digest

Size

151.3 MB

Last updated

about 6 years ago

docker pull thedxw/dashboard-menu