Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/junior/hoobs-container
- Owner: junior
- License: mit
- Created: 2023-01-19T20:02:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T02:40:36.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T08:42:08.488Z (about 2 months ago)
- Topics: docker, homebridge, homekit, hoobs, hoobs4
- Language: Dockerfile
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```