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;
|
file = ./forgejo-actions/token.age;
|
||||||
};
|
};
|
||||||
|
|
||||||
mosquitto-password-weewx-proxy = {
|
# mosquitto-password-weewx-proxy = {
|
||||||
file = ./mosquitto/passwordWeewxProxy.age;
|
# file = ./mosquitto/passwordWeewxProxy.age;
|
||||||
owner = "mosquitto";
|
# owner = "mosquitto";
|
||||||
group = "mosquitto";
|
# group = "mosquitto";
|
||||||
};
|
# };
|
||||||
|
#
|
||||||
mosquitto-password-home-assistant = {
|
# mosquitto-password-home-assistant = {
|
||||||
file = ./mosquitto/passwordHomeAssistant.age;
|
# file = ./mosquitto/passwordHomeAssistant.age;
|
||||||
owner = "mosquitto";
|
# owner = "mosquitto";
|
||||||
group = "mosquitto";
|
# group = "mosquitto";
|
||||||
};
|
# };
|
||||||
|
|
||||||
deye-mqtt-config = {
|
deye-mqtt-config = {
|
||||||
file = ./deye-mqtt/config.age;
|
file = ./deye-mqtt/config.age;
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
|
|
||||||
weewx-proxy = {
|
weewx-proxy = {
|
||||||
hashedPasswordFile = config.age.secrets.mosquitto-password-weewx-proxy.path;
|
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 = {
|
home-assistant = {
|
||||||
|
|
Loading…
Reference in a new issue