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

11 commits

Author SHA1 Message Date
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
94ee40c2d6 Allow upload of files up to 10M 2021-01-17 19:02:59 +01:00
Krakinou
3ac63b4c61 API_PATH management 2020-12-06 15:46:57 +01:00
Krakinou
6aa7b1d28b API madness 2020-12-05 23:08:32 +01:00
Krakinou
dfce441b1c New Permission system - Domoticz API 2020-11-29 12:00:20 +01:00
Krakinou
4866f1c9d7 Correct package_linter checks 2020-11-26 20:24:36 +01:00
Krakinou
4a0d5cc44c Correct add_header 2020-11-08 16:41:15 +01:00
Krakinou
27f423a59a Allow internal upgrade 2020-11-08 15:24:23 +01:00
Krakinou
aa05897277 Ass -sslwww 0 in order not to broke nginx 2020-11-07 10:24:49 +01:00
Krakinou
de5393dd28 delete unwanted file 2020-10-05 23:08:39 +02:00
Krakinou
0e1deb0cb0 Initial Commit 2020-10-05 23:05:58 +02:00