/home-server

Monorepo for a home server that serves data from an on prem cloud

Primary LanguageDockerfile

home-server

Monorepo for a home server that serves data from an on prem cloud

Getting Started

# build the docker image
./build.sh

# run the image (boot up a container)
./run.sh

# when you want to exit...
# stop the container and remove it
./stop.sh