stacked Zigbee2mqtt removed from portainer

This commit is contained in:
2024-12-01 18:31:11 +00:00
parent 89421f69db
commit c3d38369bd
2 changed files with 22 additions and 14 deletions

View File

@@ -1,13 +1,15 @@
name: Portainer stack zigbee2mqtt # refactoring required stopped using portainer!
on: # for now using vscode with docker context connected to server and docker compose up
push: # name: Portainer stack zigbee2mqtt
paths: # on:
- "services/zigbee2mqtt/**" # push:
- ".gitea/workflows/**zigbee2mqtt**.yml" # paths:
jobs: # - "services/zigbee2mqtt/**"
deploy: # - ".gitea/workflows/**zigbee2mqtt**.yml"
runs-on: "vlan-casa_continous-deploy" # jobs:
steps: # deploy:
- name: Portainer stack zigbee2mqtt webhook # runs-on: "vlan-casa_continous-deploy"
run: | # steps:
curl -X POST "${{secrets.PORTAINER_ZIGBEE2MQTT_WEBHOOK_URL}}" # - name: Portainer stack zigbee2mqtt webhook
# run: |
# curl -X POST "${{secrets.PORTAINER_ZIGBEE2MQTT_WEBHOOK_URL}}"

View File

@@ -23,6 +23,7 @@ The server itself is on its own vlan (Vlan: homesrv) but requires communication
- [Mosquitto](#mosquitto) - [Mosquitto](#mosquitto)
- [Wyoming](#wyoming) - [Wyoming](#wyoming)
- [Zigbee2mqtt](#zigbee2mqtt) - [Zigbee2mqtt](#zigbee2mqtt)
- [Maintenance and Development](#maintenance-and-development)
- [Docker devices](#docker-devices) - [Docker devices](#docker-devices)
- [Proxmox - lxc container](#proxmox---lxc-container) - [Proxmox - lxc container](#proxmox---lxc-container)
- [Operating System](#operating-system) - [Operating System](#operating-system)
@@ -149,7 +150,8 @@ Links:
Zigbee to MQTT bridge, get rid of your proprietary Zigbee bridges Zigbee to MQTT bridge, get rid of your proprietary Zigbee bridges
Currently using portainer stack (name: zigbee2mqtt) with git reference to this repo [docker compose](./services/zigbee2mqtt/docker-compose.yaml). [docker compose](./services/zigbee2mqtt/docker-compose.yaml)
SONOFF Universal Zigbee 3.0 USB Dongle Plus attached on [proxmox host](#proxmox---lxc-container). SONOFF Universal Zigbee 3.0 USB Dongle Plus attached on [proxmox host](#proxmox---lxc-container).
@@ -162,6 +164,10 @@ chown 100000:100020 /dev/ttyUSB0
chown 100000:100020 /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_c0e8eeb4b38ded118e7c06f6b86ce6f8-if00-port0 chown 100000:100020 /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_c0e8eeb4b38ded118e7c06f6b86ce6f8-if00-port0
``` ```
### Maintenance and Development
Using lazarus dev device with vscode and docker context connected to homesrv01.
#### Docker devices #### Docker devices
```yaml ```yaml