govee2mqtt
This commit is contained in:
@@ -27,8 +27,8 @@ in
|
||||
mode = "660";
|
||||
restartUnits = [ "govee2mqtt.service" ];
|
||||
content = ''
|
||||
GOVEE_EMAIL=${config.sops.placeholder."jallen-nas/govee2mqtt/govee-email"}
|
||||
GOVEE_PASSWORD=${config.sops.placeholder."jallen-nas/govee2mqtt/govee-password"}
|
||||
# GOVEE_EMAIL=${config.sops.placeholder."jallen-nas/govee2mqtt/govee-email"}
|
||||
# GOVEE_PASSWORD=${config.sops.placeholder."jallen-nas/govee2mqtt/govee-password"}
|
||||
GOVEE_API_KEY=${config.sops.placeholder."jallen-nas/govee2mqtt/govee-api"}
|
||||
GOVEE_MQTT_HOST=localhost
|
||||
GOVEE_MQTT_PORT=1883
|
||||
|
||||
@@ -47,12 +47,14 @@ in
|
||||
allowPing = true;
|
||||
allowedTCPPorts = [
|
||||
1883 # MQTT broker (mosquitto) for IoT devices
|
||||
8056 # govee2mqtt
|
||||
8192
|
||||
8880
|
||||
8881
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
8192
|
||||
8056 # govee2mqtt
|
||||
8880
|
||||
8881
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user