weewx-proxy: move mqtt
This commit is contained in:
parent
02bfcbb486
commit
edeaca4ef3
3 changed files with 12 additions and 12 deletions
Binary file not shown.
|
@ -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;
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue