Home Catalog Homebridge
Smart Home & IoT

Homebridge

Lightweight NodeJS server that emulates the iOS HomeKit API for non-supported smart home accessories.

ARM64 & AMD64
Docker & Rootless Podman
100% Self-Hosted (Zero Lock-in)
RAM Profile: Medium
Default Port: Host Mode

Why this Configuration?

Quick Start (Standalone Docker Compose)

The snippet below is immediately ready to run in any standard Docker or Podman environment:

services:
  homebridge:
    image: "homebridge/homebridge:latest"
    container_name: njorddeploy-homebridge
    restart: unless-stopped
    network_mode: host
    environment:
      - TZ=UTC
    volumes:
      - "./data/homebridge:/homebridge"

Start the service directly via the command line: docker compose up -d

Configuration & Environment Variables

Key configuration parameters and defaults derived from the NjordDeploy component template:

Variable Default Value Description
HOMEBRIDGE_WEB_PORT 8581 Homebridge web interface port.

Ecosystem & Enterprise Integration

Effortless Management with NjordDeploy

Deploy, monitor, and update this service with a single click on your own hardware via the NjordDeploy Configurator.