modified: README.md
All checks were successful
Monitoring services CI/CD Pipeline / deploy (push) Successful in 24s
Deploy Casa services CI/CD Pipeline / deploy (push) Successful in 18s

This commit is contained in:
2025-11-22 23:28:16 +00:00
parent 416ae7fdd7
commit 6b9b70dd72

View File

@@ -6,6 +6,8 @@ This repository is dedicated to documenting and maintaining the server configura
The primary goal is to establish an k3s cluster capable of isolating services and communications related to home automation at the network level. The primary goal is to establish an k3s cluster capable of isolating services and communications related to home automation at the network level.
The server operates within its own VLAN (`casa`) but requires controlled communication with other VLANs, such as `IOT Vlan` The server operates within its own VLAN (`casa`) but requires controlled communication with other VLANs, such as `IOT Vlan`
For more information about k3s cluster/nodes setup check [readme](./docs/k3s-cluster.md).
**Table of Contents:** **Table of Contents:**
- [Home Assistant](#home-assistant) - [Home Assistant](#home-assistant)
@@ -13,8 +15,6 @@ The server operates within its own VLAN (`casa`) but requires controlled communi
- [Mosquitto](#mosquitto) - [Mosquitto](#mosquitto)
- [Wyoming](#wyoming) - [Wyoming](#wyoming)
- [Zigbee2mqtt](#zigbee2mqtt) - [Zigbee2mqtt](#zigbee2mqtt)
- [Hosting Setup](#hosting-setup)
- [Development, Maintenance and Deployment](#development-maintenance-and-deployment)
## Home Assistant ## Home Assistant
@@ -22,7 +22,7 @@ The server operates within its own VLAN (`casa`) but requires controlled communi
## Lyrion Music Server (LMS) ## Lyrion Music Server (LMS)
For instructions on setting up the Lyrion Music Server Docker container, refer to the [LMS Git Repository](/:root/marcio.fernandes/lms). For instructions on setting up the Lyrion Music Server on kubernetes, refer to the [LMS Git Repository](/:root/marcio.fernandes/lms).
For information on integrating Lyrion Music Server with Home Assistant, visit the [Home Assistant Git Repository](/:root/marcio.fernandes/homeassistant#squeezebox-lyrion-music-server). For information on integrating Lyrion Music Server with Home Assistant, visit the [Home Assistant Git Repository](/:root/marcio.fernandes/homeassistant#squeezebox-lyrion-music-server).
@@ -46,7 +46,9 @@ This is an open standard of the Open Home Foundation.
For more information about home assistant integration [check home assistant repo](/:root/marcio.fernandes/homeassistant#wyoming). For more information about home assistant integration [check home assistant repo](/:root/marcio.fernandes/homeassistant#wyoming).
Because of performance wyoming whisper is currently hosted on chimera kubernetes cluster [deployment](./services/wyoming/whisper.kubernetes-deployment.yaml) Deployments and scripts on services/wyoming repo folder.
[Continuous deploy](./.gitea/workflows/casa-services-deploy.yaml).
Links: Links:
@@ -61,10 +63,6 @@ Zigbee to MQTT bridge, get rid of your proprietary Zigbee bridges
Attached SONOFF Universal Zigbee 3.0 USB Dongle Plus to the Proxmox node and configure USB passthrough so the VM can use it. Attached SONOFF Universal Zigbee 3.0 USB Dongle Plus to the Proxmox node and configure USB passthrough so the VM can use it.
## Hosting Setup Deployments and scripts on services/Zigbee2mqtt repo folder.
For more information about k3s cluster hosting setup check [readme](./docs/k3s-cluster.md). [Continuous deploy](./.gitea/workflows/casa-services-deploy.yaml).
## Development, Maintenance and Deployment
Using visual studio code an dev container.