Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add homebridge #332

Merged
merged 3 commits into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions Apps/Homebridge/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: homebridge
version: '2'
services:
homebridge:
# had to use homebridge/homebridge:latest because there are no versions listed
image: homebridge/homebridge:latest
restart: always
network_mode: host
volumes:
- /DATA/AppData/$AppID/config:/homebridge
logging:
driver: json-file
options:
max-size: "10mb"
max-file: "1"
x-casaos:
architectures: # a list of architectures that the app supports
- amd64
- arm
- arm64
main: Homebridge # the name of the main service under `services`
author: UnderCurve
category: Home Automation
description: # multiple locales are supported
en_us: Homebridge is a lightweight NodeJS server you can run on your home network that emulates the iOS HomeKit API. It supports Plugins, which are community-contributed modules that provide a basic bridge from HomeKit to various 3rd-party APIs provided by manufacturers of "smart home" devices.
developer: Homebridge
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Homebridge/icon.png
tagline: # multiple locales are supported
en_us: HomeKit support for the impatient.
title: # multiple locales are supported
en_us: Homebridge
index: / # the index page for web UI, e.g. index.html
port_map: "8581"
Binary file added Apps/Homebridge/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/Homebridge/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/Homebridge/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.