You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 1, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,7 @@ services:
93
93
- PGID=1000
94
94
- TZ=Europe/London
95
95
- WEBROOT=domoticz #optional
96
+
- DBASE=<path to database> #optional
96
97
volumes:
97
98
- <path to data>:/config
98
99
ports:
@@ -113,6 +114,7 @@ docker run -d \
113
114
-e PGID=1000 \
114
115
-e TZ=Europe/London \
115
116
-e WEBROOT=domoticz `#optional` \
117
+
-e DBASE=<path to database> `#optional` \
116
118
-p 8080:8080 \
117
119
-p 6144:6144 \
118
120
-p 1443:1443 \
@@ -147,6 +149,7 @@ Container images are configured using parameters passed at runtime (such as thos
147
149
|`-e PGID=1000`| for GroupID - see below for explanation |
148
150
|`-e TZ=Europe/London`| Specify a timezone to use EG Europe/London. |
149
151
|`-e WEBROOT=domoticz`| Sets webroot to domoticz for usage with subfolder reverse proxy. Not needed unless reverse proxying. |
152
+
|`-e DBASE=<path to database>`| Sets path to database. Do not set unless you know what this does. |
150
153
|`-v /config`| Where Domoticz stores config files and data. |
151
154
|`--device path to device`| For passing through USB devices. |
152
155
@@ -259,6 +262,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
259
262
260
263
## Versions
261
264
265
+
***05.02.22:** - Set default webroot to /. Add env. variable for setting custom databas path.
262
266
***26.12.20:** - Rebase to Ubuntu Focal, see [here](https://docs.linuxserver.io/faq#my-host-is-incompatible-with-images-based-on-ubuntu-focal) for troubleshooting armhf.
263
267
***24.11.19:** - Change to using domoticz builtin Lua and MQTT.
264
268
***03.11.19:** - Set capabilities for domoticz binary and move cmake from edge repo.
Copy file name to clipboardExpand all lines: readme-vars.yml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@ cap_add_param: false
47
47
opt_param_usage_include_env: true
48
48
opt_param_env_vars:
49
49
- { env_var: "WEBROOT", env_value: "domoticz", desc: "Sets webroot to domoticz for usage with subfolder reverse proxy. Not needed unless reverse proxying." }
50
+
- { env_var: "DBASE", env_value: "<path to database>", desc: "Sets path to database. Do not set unless you know what this does." }
50
51
opt_param_usage_include_vols: false
51
52
opt_param_usage_include_ports: false
52
53
opt_param_device_map: false
@@ -74,6 +75,7 @@ app_setup_block: |
74
75
75
76
# changelog
76
77
changelogs:
78
+
- { date: "05.02.22:", desc: "Set default webroot to /. Add env. variable for setting custom databas path." }
77
79
- { 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." }
78
80
- { date: "24.11.19:", desc: "Change to using domoticz builtin Lua and MQTT." }
79
81
- { date: "03.11.19:", desc: "Set capabilities for domoticz binary and move cmake from edge repo." }
0 commit comments