diff --git a/.gitignore b/.gitignore index 7244873..98e2f69 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,6 @@ kavita/manga/ metube/downloads/ pinchflat/config/ pinchflat/downloads/ +netalertx/logs/ +netalertx/db/ +netalertx/config/ diff --git a/README.md b/README.md index 3809606..84ffa0c 100644 --- a/README.md +++ b/README.md @@ -69,13 +69,15 @@ docker network create --driver bridge proxy - mealie 9925 - metube 8088 - pinchflat 8945 -- netalertx +- netalertx 20211 test on windows - netdata - demo: https://app.netdata.cloud/spaces/netdata-demo/rooms/all-nodes - stirlingpdf - redis - tinyfilemanager - vaultwarden +- cyberchef +- https://it-tools.tech/ - https://github.com/ChristianLempa/boilerplates/tree/main/docker-compose - cadvisor - heimdall diff --git a/dawarich/compose.yml b/dawarich/compose.yml index 46643d8..f7297bd 100644 --- a/dawarich/compose.yml +++ b/dawarich/compose.yml @@ -1,4 +1,5 @@ # https://github.com/Freika/dawarich +# https://demo.dawarich.app/ # import your location history from Google Maps Timeline and Owntracks, view it on a map and see some statistics, such as the number of countries and cities visited, and distance traveled diff --git a/netalertx/compose.yml b/netalertx/compose.yml new file mode 100644 index 0000000..0287f17 --- /dev/null +++ b/netalertx/compose.yml @@ -0,0 +1,22 @@ +# https://github.com/jokob-sk/NetAlertX + +# Get visibility of what's going on on your WIFI/LAN network. Schedule scans for devices, port changes and get alerts if unknown devices or changes are found + +name: netalertx +services: + netalertx: + container_name: netalertx + # use the below line if you want to test the latest dev image + # image: "jokobsk/netalertx-dev:latest" + image: "jokobsk/netalertx:latest" + network_mode: "host" + restart: unless-stopped + volumes: + - ./config:/app/config + - ./db:/app/db + # (optional) useful for debugging if you have issues setting up the container + - ./logs:/app/front/log + environment: + - TZ=Europe/Vienna + #- PORT=20211 + \ No newline at end of file