Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 642 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 642 Bytes

Homeserver

This repo acts mostly as documentation, backup and examples for myself. Changes here do not automatically deploy.

Main server:

To upgrade and restart everything, run

cd code/homeserver && git pull && docker-compose pull &&  docker-compose up -d --build --force-recreate --remove-orphans && cd ~

Powermeter:

To configure, rename secrets.env.template to secrets.env and replace values within.

To start powermeter on the pi zero, run:

cd homeserver && docker-compose -f docker-compose_powermeter.yml up -d --build

Powermeter hardware docs