-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme-vars.yml
38 lines (30 loc) · 1.29 KB
/
readme-vars.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
# project information
project_name: zigbee2mqtt
project_url: "https://www.zigbee2mqtt.io/"
project_logo: "https://www.zigbee2mqtt.io/logo.png"
project_blurb: "Zigbee2MQTT allows you to use your Zigbee devices without the vendor's bridge or gateway."
project_github_repo_url: "https://github.com/imagegenius/docker-{{ project_name }}"
# supported architectures
available_architectures:
- { arch: "{{ arch_x86_64 }}", tag: "amd64-latest" }
# container parameters
param_container_name: "{{ project_name }}"
param_usage_include_vols: true
param_volumes:
- { vol_path: "/config", vol_host_path: "path_to_appdata", desc: "Appdata Path" }
param_usage_include_ports: true
param_ports:
- { external_port: "9442", internal_port: "9442", port_desc: "WebUI Port" }
param_usage_include_env: false
param_device_map: true
param_devices:
- { device_path: "/dev/ttyUSB0", device_host_path: "/dev/ttyUSB0", desc: "Path the the Zigbee USB, usually /dev/ttyUSB0 or /dev/ttyACM0" }
# application setup block
app_setup_block_enabled: true
app_setup_block: |
The default configuration should be enough to get started but you may need to change the USB device in /config/configuration.yaml
# changelog
changelogs:
- { date: "24.04.24:", desc: "rebase to alpine 3.19" }
- { date: "02.01.23:", desc: "Initial Release." }