https://github.com/sy6sy2/homebridge_ynh
Homebridge package for YunoHost
https://github.com/sy6sy2/homebridge_ynh
homebridge yunohost-apps
Last synced: about 2 months ago
JSON representation
Homebridge package for YunoHost
- Host: GitHub
- URL: https://github.com/sy6sy2/homebridge_ynh
- Owner: sy6sy2
- License: gpl-3.0
- Created: 2019-10-16T12:03:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T17:03:20.000Z (over 5 years ago)
- Last Synced: 2025-02-12T09:29:46.178Z (4 months ago)
- Topics: homebridge, yunohost-apps
- Language: Shell
- Size: 20.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Homebridge for YunoHost
[](https://dash.yunohost.org/appci/app/homebridge)
[](https://install-app.yunohost.org/?app=homebridge)*[Lire ce readme en français.](./README_fr.md)*
> *This package allow you to install Homebridge and Homebridge Config UI X quickly and simply on a YunoHost server.
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*## Important point to read before installing
**Homebridge** require a dedicated **root domain**, eg. homebridge.domain.tld
## Overview
Homebridge is a lightweight NodeJS server that emulates the iOS HomeKit API.
Homebridge Config UI X is a Homebridge Web UI plugin to monitor, manage and control Homebridge from a browser.**Shipped version:**
* Homebridge: 0.4.50
* Homebridge Config UI X: 4.6.2## Screenshots

## Configuration
Once the Homebridge package is installed, go to the chosen URL and follow the setup wizard.
## Documentation
* Official documentation:
* Homebridge: https://github.com/nfarina/homebridge
* Homebridge Config UI X: https://github.com/oznu/homebridge-config-ui-x/wiki## YunoHost specific features
#### Supported architectures
* x86-64b - [](https://ci-apps.yunohost.org/ci/apps/homebridge/)
* x86-32b - [](https://ci-stretch.nohost.me/ci/apps/homebridge/)
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/homebridge/)## Links
* Report a bug: https://github.com/SylvainCecchetto/homebridge_ynh/issues
* App website: https://homebridge.io
* Upstream app repository:
* Homebridge: https://github.com/nfarina/homebridge/wiki
* Homebridge Config UI X: https://github.com/oznu/homebridge-config-ui-x
* YunoHost website: https://yunohost.org/---
Developers info
----------------**Only if you want to use a testing branch for coding, instead of merging directly into master.**
Please do your pull request to the [testing branch](https://github.com/SylvainCecchetto/homebridge_ynh/tree/testing).To try the testing branch, please proceed like that.
```
sudo yunohost app install https://github.com/SylvainCecchetto/homebridge_ynh/tree/testing --debug
or
sudo yunohost app upgrade homebridge -u https://github.com/SylvainCecchetto/homebridge_ynh/tree/testing --debug
```