1
0
Fork 0

weewx-proxy: move mqtt

This commit is contained in:
Daniel Kempkens 2024-08-10 12:30:52 +02:00
parent 02bfcbb486
commit edeaca4ef3
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
3 changed files with 12 additions and 12 deletions

View file

@ -17,17 +17,17 @@
file = ./forgejo-actions/token.age;
};
mosquitto-password-weewx-proxy = {
file = ./mosquitto/passwordWeewxProxy.age;
owner = "mosquitto";
group = "mosquitto";
};
mosquitto-password-home-assistant = {
file = ./mosquitto/passwordHomeAssistant.age;
owner = "mosquitto";
group = "mosquitto";
};
# mosquitto-password-weewx-proxy = {
# file = ./mosquitto/passwordWeewxProxy.age;
# owner = "mosquitto";
# group = "mosquitto";
# };
#
# mosquitto-password-home-assistant = {
# file = ./mosquitto/passwordHomeAssistant.age;
# owner = "mosquitto";
# group = "mosquitto";
# };
deye-mqtt-config = {
file = ./deye-mqtt/config.age;

View file

@ -44,7 +44,7 @@
weewx-proxy = {
hashedPasswordFile = config.age.secrets.mosquitto-password-weewx-proxy.path;
acl = [ "read rtl433" "read deye/#" "read bitshake/#" ];
acl = [ "read rtl433" "read deye/#" "read bitshake/#" "write hadata/#" ];
};
home-assistant = {