From 3c14094650a7a375532cbde8af191f4a14e5c5d3 Mon Sep 17 00:00:00 2001 From: Marius Mutu Date: Sun, 7 Sep 2025 14:45:26 +0300 Subject: [PATCH] ignore --- .gitignore | 2 + data/network-scan-results.json | 86 ---------------------------------- data/wol-computers.conf | 13 ----- 3 files changed, 2 insertions(+), 99 deletions(-) create mode 100644 .gitignore delete mode 100644 data/network-scan-results.json delete mode 100644 data/wol-computers.conf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1e925e4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +data/network-scan-results.json +data/wol-computers.conf diff --git a/data/network-scan-results.json b/data/network-scan-results.json deleted file mode 100644 index 85d52cb..0000000 --- a/data/network-scan-results.json +++ /dev/null @@ -1,86 +0,0 @@ -{ - "message": "Scanare completata cu succes. Gasite 13 dispozitive.", - "networks_scanned": "10.0.20.0/24", - "timestamp": "2025-09-05T17:03:30.367Z", - "computers": [ - { - "status": "online", - "ip": "10.0.20.1", - "mac": "6c:5a:b0:20:ff:7c", - "hostname": "" - }, - { - "status": "online", - "ip": "10.0.20.36", - "mac": "9c:6b:00:18:5f:23", - "hostname": "" - }, - { - "status": "online", - "ip": "10.0.20.122", - "mac": "d4:3d:7e:de:05:f7", - "hostname": "svnroa" - }, - { - "status": "online", - "ip": "10.0.20.144", - "mac": "", - "hostname": "host.docker.internal" - }, - { - "status": "online", - "ip": "10.0.20.161", - "mac": "de:ad:be:ef:10:04", - "hostname": "" - }, - { - "status": "online", - "ip": "10.0.20.162", - "mac": "bc:24:11:05:58:5c", - "hostname": "" - }, - { - "status": "online", - "ip": "10.0.20.163", - "mac": "bc:24:11:3e:9d:70", - "hostname": "" - }, - { - "status": "online", - "ip": "10.0.20.164", - "mac": "bc:24:11:90:b4:04", - "hostname": "" - }, - { - "status": "online", - "ip": "10.0.20.165", - "mac": "bc:24:11:da:c2:63", - "hostname": "" - }, - { - "status": "online", - "ip": "10.0.20.170", - "mac": "de:ad:be:ef:10:00", - "hostname": "" - }, - { - "status": "online", - "ip": "10.0.20.200", - "mac": "fc:3f:db:0a:0d:d8", - "hostname": "" - }, - { - "status": "online", - "ip": "10.0.20.201", - "mac": "58:47:ca:7d:51:3b", - "hostname": "" - }, - { - "status": "online", - "ip": "10.0.20.210", - "mac": "b0:a7:b9:4c:28:2c", - "hostname": "" - } - ], - "success": true -} diff --git a/data/wol-computers.conf b/data/wol-computers.conf deleted file mode 100644 index 1f8845d..0000000 --- a/data/wol-computers.conf +++ /dev/null @@ -1,13 +0,0 @@ -# Format: name|mac|ip -ROUTER|6c:5a:b0:20:ff:7c|10.0.20.1 -ROA|9c:6b:00:18:5f:23|10.0.20.36 -SVNROA|d4:3d:7e:de:05:f7|10.0.20.122 -PVEMINI-1|de:ad:be:ef:10:04|10.0.20.161 -PVEMINI-2|bc:24:11:3e:9d:70|10.0.20.163 -PVEMINI-3|bc:24:11:05:58:5c|10.0.20.162 -PVEMINI-4|bc:24:11:da:c2:63|10.0.20.165 -PVEMINI-5|bc:24:11:90:b4:04|10.0.20.164 -PVEMINI-PORTAINER|de:ad:be:ef:10:00|10.0.20.170 -PVE1|fc:3f:db:0a:0d:d8|10.0.20.200 -PVEMINI|74:38:b7:fd:0b:b6|10.0.20.221 -|c2:f5:a3:17:a2:dc|10.0.20.229