"Ready-to-use Docker image for FHEM, a Perl server for smart home automation and event logging."
8.9K
FHEM (Flexible Home Automation) is a Perl server for home automation. It is used to automate tasks in the household like switching lamps, shutters, heating, etc. and to log events like temperature, humidity, power consumption.
This image is intended for my personal use in the first place.
If you find it usefull I am happy but I will not devide from my personal goals to support other people.
I am using some external modules. As you can not add remote repositories at runtime I am including them within the image.
I am trying to update the image weekly as long as my private kubernetes cluster is available. So I do not promise anything and do not rely your business on this image.
A container runtime like
CONFIG_DATABASE_ENGINE - which database engine to use for configDB (supported: sqlite and mysql)CONFIG_DATABASE - the database name (in case of sqlite the path to the db file)CONFIG_DATABASE_USER - the username required to login to the database server (in case of sqlite ignored)CONFIG_DATABASE_PASS - the password requried to login to the database server (in case of sqlite ignored)LOG_DATABASE_ENGINE - the database engine to use for logDB (supported: sqlite and mysql)LOG_DATABASE - the database name (in case of sqlite the path to the db file)LOG_DATABASE_USER - the username required to login to the database server (in case of sqlite ignored)LOG_DATABASE_PASS - the password requried to login to the database server (in case of sqlite ignored)In case you want to use sqlite you have to mount a volume at /mnt/ within the container and use it as the directory for you database.
This project is licensed under the MIT License - see the LICENSE file for details.
Content type
Image
Digest
sha256:1f49b61c9…
Size
331.9 MB
Last updated
about 12 hours ago
docker pull byterazor/fhem