ad/domru is inspired by alexmorbo/domru, web server what allows you to control your domofon.
🚀 Installation and running
go get -u github.com/ad/domru
domru -login=1234567890 -password=qwerty -operator=2
🚀 Or Docker
docker build -t ad/domru:latest .
docker run --name domru --rm -p 8080:8080 DOMRU_LOGIN=1234567890 -e DOMRU_PASSWORD=qwerty -e DOMRU_OPERATOR=2 ad/domru:latest
And open in browser http://localhost:8080/snapshot
🤝 Found a bug? Missing a specific feature?
Feel free to file a new issue with a respective title and description on the the ad/domru repository. If you already found a solution to your problem, we would love to review your pull request!
✅ Requirements
Requires a Go version higher or equal to 1.11.
📘 License
Released under the terms of the MIT License.