Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Commit 768b9df

Browse files
committed
Set default webroot to /
1 parent 66736e4 commit 768b9df

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
259259

260260
## Versions
261261

262+
* **05.02.22:** - Set default webroot to /.
262263
* **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.
263264
* **24.11.19:** - Change to using domoticz builtin Lua and MQTT.
264265
* **03.11.19:** - Set capabilities for domoticz binary and move cmake from edge repo.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ app_setup_block: |
7474
7575
# changelog
7676
changelogs:
77+
- { date: "05.02.22:", desc: "Set default webroot to /." }
7778
- { 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." }
7879
- { date: "24.11.19:", desc: "Change to using domoticz builtin Lua and MQTT." }
7980
- { date: "03.11.19:", desc: "Set capabilities for domoticz binary and move cmake from edge repo." }

root/etc/services.d/domoticz/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/with-contenv bash
22

3-
IFS=" " read -r -a RUN_ARRAY <<< "$WEBROOT"
3+
IFS=" " read -r -a RUN_ARRAY <<< "${WEBROOT:-/}"
44

55
# set capabilities for domoticz binary
66
setcap cap_net_raw=+eip /usr/bin/domoticz

0 commit comments

Comments
 (0)