Skip to content

rtm7777/home

Repository files navigation

Golang App for some kind of smart home

Install

Build

  • build container docker build --tag {{NAS_ip:registry_port}}/home_app .
  • push it to NAS docker registry docker push {{NAS_ip:registry_port}}/home_app:latest

Run

  • ssh to raspberry ssh pi@{{RPI_ip}}
  • clone this repo with https
  • pull docker container: docker pull {{NAS_ip:registry_port}}/home_app:latest
  • start it: docker-compose up -d
  • to stop: docker-compose stop

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published