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

27 commits

Author SHA1 Message Date
Éric Gaspar
bfd07250d6 Merge branch 'testing' into convertv2 2023-09-10 14:51:24 +02:00
Krakinou
47e2c52ca0 mosquitto for v2 2023-05-27 18:13:49 +02:00
Krakinou
a4ec7afdbc Init v2 for 2023.1 2023-05-26 23:23:50 +02:00
Krakinou
fdda287acf convert to v2 2023-02-27 23:24:05 +01:00
Antoine BOSSY
ee97dd4f51
Allow systemd service to connect to bluetooth addresses. Fixes #16. 2023-02-25 08:29:56 +01:00
Krakinou
59aacd614f Initial conversion from script 2023-02-20 22:22:42 +01:00
Krakinou
c7ba12573a use include instead of full file 2022-12-13 23:19:57 +01:00
Krakinou
195fe07654 Split nginx config file 2022-12-13 22:55:38 +01:00
Krakinou
92a332b7d1 adding listener ipv6 2022-12-02 19:26:00 +01:00
Krakinou
d3a3ff406f Activate Fail2ban + corresponding documentation 2022-11-28 23:09:34 +01:00
Krakinou
e05790c49d Local for 1883 2022-06-05 16:02:54 +02:00
Krakinou
05669e2f08 tweak security settings again 2022-06-01 22:43:51 +02:00
Krakinou
3158a8519d remove DevicePolicy=closed 2022-05-30 23:18:09 +02:00
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
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