addded netalertx

This commit is contained in:
dominikhoebert 2024-08-02 10:35:08 +02:00
parent 4696343ff4
commit 1e0d77224d
4 changed files with 29 additions and 1 deletions

3
.gitignore vendored
View File

@ -35,3 +35,6 @@ kavita/manga/
metube/downloads/
pinchflat/config/
pinchflat/downloads/
netalertx/logs/
netalertx/db/
netalertx/config/

View File

@ -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

View File

@ -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

22
netalertx/compose.yml Normal file
View File

@ -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