mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
App Submission: Matter Server (#1866)
Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
08cb754271
commit
42efc67d4a
0
matter-server/data/.gitkeep
Normal file
0
matter-server/data/.gitkeep
Normal file
16
matter-server/docker-compose.yml
Normal file
16
matter-server/docker-compose.yml
Normal file
@ -0,0 +1,16 @@
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
server:
|
||||
image: ghcr.io/home-assistant-libs/python-matter-server:6.6.1@sha256:2057a36093e8a0e5a9d6c391a2be64401944783a6263e26c992b7790033304b5
|
||||
restart: on-failure
|
||||
# Required for mDNS to work correctly
|
||||
network_mode: host
|
||||
# UI at default port 5580
|
||||
security_opt:
|
||||
# Needed for Bluetooth via dbus
|
||||
- apparmor:unconfined
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data:/data/
|
||||
# Required for Bluetooth via D-Bus
|
||||
- /run/dbus:/run/dbus:ro
|
25
matter-server/umbrel-app.yml
Normal file
25
matter-server/umbrel-app.yml
Normal file
@ -0,0 +1,25 @@
|
||||
manifestVersion: 1
|
||||
id: matter-server
|
||||
name: Matter Server
|
||||
tagline: A Matter Controller Server over WebSockets
|
||||
category: automation
|
||||
version: "6.6.1"
|
||||
port: 5580
|
||||
description: >-
|
||||
🛜 This project implements a Matter Controller Server over WebSockets using the official Matter (formerly CHIP) SDK as a base and provides both a server and client implementation.
|
||||
|
||||
|
||||
🏠 The goal of this project is primarily to have Matter support in Home Assistant but its universal approach makes it suitable to be used in other projects too.
|
||||
developer: Home Assistant
|
||||
website: https://home-assistant.io
|
||||
repo: https://github.com/home-assistant-libs/python-matter-server
|
||||
submitter: al-lac
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/1866
|
||||
support: https://community.home-assistant.io/
|
||||
gallery:
|
||||
- 1.jpg
|
||||
- 2.jpg
|
||||
- 3.jpg
|
||||
releaseNotes: ""
|
||||
dependencies: []
|
||||
path: ""
|
Loading…
Reference in New Issue
Block a user