Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kpostekk/homebridge-docker
- Owner: kpostekk
- License: apache-2.0
- Created: 2021-04-10T21:13:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-22T13:56:56.000Z (over 1 year ago)
- Last Synced: 2024-11-05T13:56:42.442Z (14 days ago)
- Topics: docker, homebridge-plugin
- Language: TypeScript
- Homepage:
- Size: 1.34 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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