Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kpostekk/homebridge-docker

Show your Docker containers as switches in Homebridge
https://github.com/kpostekk/homebridge-docker

docker homebridge-plugin

Last synced: 2 days ago
JSON representation

Show your Docker containers as switches in Homebridge

Awesome Lists containing this project

README

        

# Homebridge Docker plugin

Integrate your precious containers with your home

![npm](https://img.shields.io/npm/dm/homebridge-docker?style=flat-square) ![npm](https://img.shields.io/npm/v/homebridge-docker?style=flat-square) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/homebridge-docker?style=flat-square)

## Install

```shell
sudo npm i -g homebridge-docker
```

## Configuration

#### Host
Can be unix socket or http address.

#### Port
Specify port for http connection (not required for unix socket).

#### Secure delay timeout *(experimental)*

Feature to prevent miss clicks, probably not working.

### Authentication *(experimental)*

To authenticate with certs, encode them with base64 and pass them to config.

## Usage