forked from linuxserver/docker-domoticz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme-vars.yml
93 lines (90 loc) · 5.56 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
---
# project information
project_name: domoticz
project_url: "https://www.domoticz.com"
project_logo: "https://github.com/domoticz/domoticz/raw/master/www/images/logo.png"
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device."
project_blurb_optional_extras_enabled: false
project_deprecation_status: true
# supported architectures
available_architectures:
- {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
- {arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
# development version
development_versions: false
development_versions_items:
- {tag: "latest", desc: "Current latest stable."}
# container parameters
common_param_env_vars_enabled: true
param_container_name: "{{ project_name }}"
param_usage_include_net: false
param_usage_include_env: true
param_env_vars:
- {env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London."}
param_usage_include_vols: true
param_volumes:
- {vol_path: "/config", vol_host_path: "/path/to/data", desc: "Where Domoticz stores config files and data."}
param_usage_include_ports: true
param_ports:
- {external_port: "8080", internal_port: "8080", port_desc: "WebUI"}
- {external_port: "6144", internal_port: "6144", port_desc: "Domoticz communication port."}
- {external_port: "1443", internal_port: "1443", port_desc: "Domoticz communication port."}
param_device_map: true
param_devices:
- {device_path: "path to device", device_host_path: "path to device", desc: "For passing through USB devices."}
cap_add_param: false
# optional container parameters
opt_param_usage_include_env: true
opt_param_env_vars:
- {env_var: "WEBROOT", env_value: "domoticz", desc: "Sets webroot to domoticz for usage with subfolder reverse proxy. Not needed unless reverse proxying."}
- {env_var: "DBASE", env_value: "<path to database>", desc: "Sets path to database. Do not set unless you know what this does."}
opt_param_usage_include_vols: false
opt_param_usage_include_ports: false
opt_param_device_map: false
opt_cap_add_param: false
optional_block_1: true
optional_block_1_items:
- |
### Passing Through USB Devices
To get full use of Domoticz, you probably have a USB device you want to pass through. To figure out which device to pass through, you have to connect the device and look in dmesg for the device node created. Issue the command 'dmesg | tail' after you connected your device and you should see something like below.
```
usb 1-1.2: new full-speed USB device number 7 using ehci-pci
ftdi_sio 1-1.2:1.0: FTDI USB Serial Device converter detected
usb 1-1.2: Detected FT232RL
usb 1-1.2: FTDI USB Serial Device converter now attached to ttyUSB0
```
As you can see above, the device node created is ttyUSB0. It does not say where, but it's almost always in /dev/. The correct tag for passing through this USB device is '--device /dev/ttyUSB0:/dev/ttyUSB0'
# application setup block
app_setup_block_enabled: true
app_setup_block: |
To configure Domoticz, go to the IP of your docker host on the port you configured (default 8080), and add your hardware in Setup > Hardware.
The user manual is available at [www.domoticz.com]({{ project_url }})
# changelog
changelogs:
- {date: "29.11.23:", desc: "Deprecate."}
- {date: "06.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
- {date: "20.02.23:", desc: "Migrate to s6v3."}
- {date: "15.10.22:", desc: "Remove deprecated legacy stable branches."}
- {date: "05.02.22:", desc: "Set default webroot to /. Add env. variable for setting custom databas path."}
- {date: "26.12.20:", desc: "Rebase to Ubuntu Focal, see [here](https://docs.linuxserver.io/faq#my-host-is-incompatible-with-images-based-on-ubuntu-focal) for troubleshooting armhf."}
- {date: "24.11.19:", desc: "Change to using domoticz builtin Lua and MQTT."}
- {date: "03.11.19:", desc: "Set capabilities for domoticz binary and move cmake from edge repo."}
- {date: "28.06.19:", desc: "Rebasing to alpine 3.10. Add iputils for ping. Fix typo in readme. Fix permissions for custom icons."}
- {date: "12.05.19:", desc: "Add boost dependencies and turn off static boost build. Bump to Alpine 3.9."}
- {date: "30.03.19:", desc: "Add env variable to set webroot."}
- {date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag."}
- {date: "19.02.19:", desc: "Fix branch for version logic."}
- {date: "11.02.19:", desc: "Add pipeline logic and multi arch."}
- {date: "02.07.18:", desc: "Add openssh package."}
- {date: "01.07.18:", desc: "Fix backup/restore in webgui."}
- {date: "03.04.18:", desc: "Add dependencies for BroadlinkRM2 plugin."}
- {date: "20.01.18:", desc: "Move telldus core to repo to prevent build fail when source site goes down."}
- {date: "18.01.18:", desc: "Remove logging to syslog in the run command to prevent double logging."}
- {date: "04.01.18:", desc: "Deprecate cpu_core routine lack of scaling."}
- {date: "08.12.17:", desc: "Rebase to alpine 3.7."}
- {date: "26.11.17:", desc: "Use cpu core counting routine to speed up build time."}
- {date: "28.05.17:", desc: "Rebase to alpine 3.6."}
- {date: "26.02.17:", desc: "Add curl and replace openssl with libressl."}
- {date: "11.02.17:", desc: "Update README."}
- {date: "03.01.17:", desc: "Initial Release."}