Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/junior/hoobs-container

Alternative Container image for HOOBS
https://github.com/junior/hoobs-container

docker homebridge homekit hoobs hoobs4

Last synced: 3 days ago
JSON representation

Alternative Container image for HOOBS

Awesome Lists containing this project

README

        

# (Work in Progress) HOOBS Alternative Container image

Alternative Container image for HOOBS.

Can be used as a drop-in replacement for the official image, using the latest version of HOOBS.

Can be used standalone or with docker-compose or kubernetes.

## Features

- Multi-arch (amd64, arm64) image (Runs on Windows, Linux, Mac, Raspberry Pi, etc.)

## Usage

### Simple Docker (Test use only)

```bash
docker run --rm -p 8080:8080 -p 51826:51826/tcp ghcr.io/junior/hoobs:4.2-alpha1
```

Just for testing, will not persist any data.

### Docker Standalone

```bash
docker run --rm -d --name hoobs -p 8080:8080 -p 51826:51826/tcp -v /path/to/your/storage:/hoobs ghcr.io/junior/hoobs:4.2-alpha1
```