Skip to content
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.

anton-johansson/e-home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-Home

Build Status Codecov License

An E-Home controller server.

Prerequisites

  • It requires an InfluxDB instance running. Use the following to run it as a Docker container:
docker run \
    --detach \
    --name influxdb \
    --restart always \
    --publish 8086:8086 \
    --volume /home/anton/influxdb-data:/var/lib/influxdb \
    influxdb:1.4.2

License

Apache License © Anton Johansson

Releases

No releases published

Packages

No packages published

Languages