Sign inSign up

gonzague/homedash

By gonzague

•Updated over 3 years ago

HomeDash is a simple dashboard that allows to monitor and interact with many different services

Image
4

500K+

gonzague/homedash repository overview

https://lamarios.github.io/Homedash2/⁠

docker run -t --name homedash \
        -v "/etc/localtime:/etc/localtime:ro" \
        -v "/your/path/to/save/data:/data" \
        -e "SALT=somerandomstring" \
        -p "4567:4567" \
        gonzague/homedash

Environment Variables:

VariableDescriptionRequired
SALTA random string used for authentication and other hashesYES
UIDif you want to run the container under a different user id. Runs as root (0) by defaultno
GIDThe group id to run the container under. Runs as root (0) by defaultno
JAVA_OPTSconfigure the JVMno
SECURE"true" or "false" (default) to enable HTTPSno
KEY_STOREif SECURE="true" you need to specified the path of your keystore (jks) file within the container after you mounted itno
KEY_STORE_PASSthe password to your key store fileno
DEBUGSet to "true" to allow connection to the JMX to get visual vm debugging, if enabled you need to add the port map the port 4570 of the container as well.no

Note that running Homedash in docker will have reduced feature when it comes to system monitoring due to the nature of docker containers.

Tag summary

Content type

Image

Digest

Size

433.9 MB

Last updated

over 4 years ago

docker pull gonzague/homedash