https://github.com/githubcdr/docker-mycontroller
Mycontroller
https://github.com/githubcdr/docker-mycontroller
Last synced: 5 months ago
JSON representation
Mycontroller
- Host: GitHub
- URL: https://github.com/githubcdr/docker-mycontroller
- Owner: githubcdr
- License: apache-2.0
- Created: 2016-11-01T09:20:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-10-20T15:35:42.000Z (9 months ago)
- Last Synced: 2025-10-20T17:39:04.633Z (9 months ago)
- Language: Dockerfile
- Size: 66.4 KB
- Stars: 1
- Watchers: 0
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mycontroller running on Alpine Linux
## Intro
MyController.org is a controller for the sensors world! Primarily it was developed to support MySensors.org project. Later changed it's architecture to support other projects also. Considered system resources in mind on development.
## What can you do with MyController.org?
In simple words, You can monitor and control your home from anywhere. It is home automation server. See the features provided by MyController.org.
Please check out the Mysensors website https://www.mysensors.org/ for more info.
## Source
Original code available at http://www.mycontroller.org/
## Changelog
* 2019-12-11: Updated to 1.5 final release
* 2019-01-26: Updated to 1.4 final release
* 2018-08-03: Updated to 1.3 final release
* 2018-02-25: Updated to 1.2 final release
* 2018-01-09: Updated to 1.1 final release
* 2017-09-25: Updated to 1.0 final release
## Instructions
Run command
```
docker run -d -p 1883 -p 8443 --name mycontroller cdrocker/mycontroller
```
## Credits
This is an automated build with public source available.
## Support
Feel free to leave a comment for support or improvements, PR's are also appreciated!