diff --git a/images/docker-domoticz/index.html b/images/docker-domoticz/index.html index 926e0c1a07..36596f3a87 100644 --- a/images/docker-domoticz/index.html +++ b/images/docker-domoticz/index.html @@ -1,4 +1,4 @@ - domoticz - LinuxServer.io
Skip to content

linuxserver/domoticz

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

Domoticz is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device.

domoticz

Supported Architectures

We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.

Simply pulling lscr.io/linuxserver/domoticz:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Application Setup

To configure Domoticz, go to the IP of your docker host on the port you configured (default 8080), and add your hardware in Setup > Hardware. The user manual is available at www.domoticz.com

Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.

---
+ domoticz - LinuxServer.io       

linuxserver/domoticz

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

Domoticz is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device.

domoticz

Supported Architectures

We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.

Simply pulling lscr.io/linuxserver/domoticz:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Application Setup

To configure Domoticz, go to the IP of your docker host on the port you configured (default 8080), and add your hardware in Setup > Hardware. The user manual is available at www.domoticz.com

Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.

---
 version: "2.1"
 services:
   domoticz:
@@ -64,4 +64,4 @@
   --pull \
   -t lscr.io/linuxserver/domoticz:latest .
 

The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static

docker run --rm --privileged multiarch/qemu-user-static:register --reset
-

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 06.07.23: - Deprecate armhf. As announced here
  • 20.02.23: - Migrate to s6v3.
  • 15.10.22: - Remove deprecated legacy stable branches.
  • 05.02.22: - Set default webroot to /. Add env. variable for setting custom databas path.
  • 26.12.20: - Rebase to Ubuntu Focal, see here for troubleshooting armhf.
  • 24.11.19: - Change to using domoticz builtin Lua and MQTT.
  • 03.11.19: - Set capabilities for domoticz binary and move cmake from edge repo.
  • 28.06.19: - Rebasing to alpine 3.10. Add iputils for ping. Fix typo in readme. Fix permissions for custom icons.
  • 12.05.19: - Add boost dependencies and turn off static boost build. Bump to Alpine 3.9.
  • 30.03.19: - Add env variable to set webroot.
  • 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
  • 19.02.19: - Fix branch for version logic.
  • 11.02.19: - Add pipeline logic and multi arch.
  • 02.07.18: - Add openssh package.
  • 01.07.18: - Fix backup/restore in webgui.
  • 03.04.18: - Add dependencies for BroadlinkRM2 plugin.
  • 20.01.18: - Move telldus core to repo to prevent build fail when source site goes down.
  • 18.01.18: - Remove logging to syslog in the run command to prevent double logging.
  • 04.01.18: - Deprecate cpu_core routine lack of scaling.
  • 08.12.17: - Rebase to alpine 3.7.
  • 26.11.17: - Use cpu core counting routine to speed up build time.
  • 28.05.17: - Rebase to alpine 3.6.
  • 26.02.17: - Add curl and replace openssl with libressl.
  • 11.02.17: - Update README.
  • 03.01.17: - Initial Release.

Last update: October 12, 2023
Created: February 18, 2019
\ No newline at end of file +

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 06.07.23: - Deprecate armhf. As announced here
  • 20.02.23: - Migrate to s6v3.
  • 15.10.22: - Remove deprecated legacy stable branches.
  • 05.02.22: - Set default webroot to /. Add env. variable for setting custom databas path.
  • 26.12.20: - Rebase to Ubuntu Focal, see here for troubleshooting armhf.
  • 24.11.19: - Change to using domoticz builtin Lua and MQTT.
  • 03.11.19: - Set capabilities for domoticz binary and move cmake from edge repo.
  • 28.06.19: - Rebasing to alpine 3.10. Add iputils for ping. Fix typo in readme. Fix permissions for custom icons.
  • 12.05.19: - Add boost dependencies and turn off static boost build. Bump to Alpine 3.9.
  • 30.03.19: - Add env variable to set webroot.
  • 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
  • 19.02.19: - Fix branch for version logic.
  • 11.02.19: - Add pipeline logic and multi arch.
  • 02.07.18: - Add openssh package.
  • 01.07.18: - Fix backup/restore in webgui.
  • 03.04.18: - Add dependencies for BroadlinkRM2 plugin.
  • 20.01.18: - Move telldus core to repo to prevent build fail when source site goes down.
  • 18.01.18: - Remove logging to syslog in the run command to prevent double logging.
  • 04.01.18: - Deprecate cpu_core routine lack of scaling.
  • 08.12.17: - Rebase to alpine 3.7.
  • 26.11.17: - Use cpu core counting routine to speed up build time.
  • 28.05.17: - Rebase to alpine 3.6.
  • 26.02.17: - Add curl and replace openssl with libressl.
  • 11.02.17: - Update README.
  • 03.01.17: - Initial Release.

Last update: November 16, 2023
Created: February 18, 2019
\ No newline at end of file diff --git a/sitemap.xml.gz b/sitemap.xml.gz index 754a3de851..c217fc0f74 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ