1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/domoticz_ynh.git synced 2024-09-03 18:26:17 +02:00
Commit graph

6 commits

Author SHA1 Message Date
Krakinou
20e91c86f6 remove PrivateDevices restriction 2022-05-30 23:07:31 +02:00
Krakinou
f48c003bb0 Add Mosquitto broker 2022-05-22 19:15:23 +02:00
Krakinou
e9ad40d581 Add mosquito services
Add mosquito service
solve package linter warning
2022-04-24 23:58:20 +02:00
tofbouf
a02c7f4d1c
Update systemd.service
Problem

    System Alive Checker does not work. The "ping'ed" adresses are always shown as OFF.

Solution

    From the domoticz documentation:
When running Domoticz without root (recommended), you need to add the correct socket capabilities for this to function properly and restart domoticz (otherwise it will fail silently!):
$ sudo setcap -v cap_net_raw+eip <full qualified name of domoticz executable> 

So, I added the capability "cap_net_raw=+eip" in systemd.service

R Status

    Code finished.
    Tested on my own instance.
2021-01-27 09:05:36 +01:00
Krakinou
aa05897277 Ass -sslwww 0 in order not to broke nginx 2020-11-07 10:24:49 +01:00
Krakinou
0e1deb0cb0 Initial Commit 2020-10-05 23:05:58 +02:00