diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2025-05-20 20:02:08 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2025-05-20 20:02:08 +0100 |
commit | 6f2031e1c75f4c41a354c26099930b1561a0e979 (patch) | |
tree | 4b32abc149db6aa9e298dbde9012e8373ab01984 | |
parent | 11e0dc17cc63f87ecd73c0cf7afffbe171a8bc40 (diff) | |
download | power.eda.gay-6f2031e1c75f4c41a354c26099930b1561a0e979.tar.gz power.eda.gay-6f2031e1c75f4c41a354c26099930b1561a0e979.zip |
-rw-r--r-- | mqtt-client/Dockerfile | 2 | ||||
-rw-r--r-- | switch-snmp/mikrotik-switches.conf | 10 |
2 files changed, 7 insertions, 5 deletions
diff --git a/mqtt-client/Dockerfile b/mqtt-client/Dockerfile index ad59f9b..80350cf 100644 --- a/mqtt-client/Dockerfile +++ b/mqtt-client/Dockerfile @@ -6,5 +6,7 @@ RUN apt-get install -y python3-pip iputils-ping COPY . /app WORKDIR /app RUN pip3 install -r requirements.txt +RUN pip3 install -r TasmotaCLI/requirements.txt +RUN pip3 install docker ENTRYPOINT ["python3"] CMD ["mqtt-client.py"] diff --git a/switch-snmp/mikrotik-switches.conf b/switch-snmp/mikrotik-switches.conf index b777b53..308ea2b 100644 --- a/switch-snmp/mikrotik-switches.conf +++ b/switch-snmp/mikrotik-switches.conf @@ -1,9 +1,9 @@ [192.168.69.22] ether1 = Modem -ether2 = 2 +ether2 = Uplink ether3 = EAP110 Wifi ether4 = Amazon Firestick -ether5 = 5 -ether6 = 6 -ether7 = 7 -ether8 = 8
\ No newline at end of file +ether5 = PC +ether6 = Switch +ether7 = PS3 +ether8 = 8 |