mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-27 16:57:05 +00:00
addded netalertx
This commit is contained in:
parent
4696343ff4
commit
1e0d77224d
3
.gitignore
vendored
3
.gitignore
vendored
@ -35,3 +35,6 @@ kavita/manga/
|
|||||||
metube/downloads/
|
metube/downloads/
|
||||||
pinchflat/config/
|
pinchflat/config/
|
||||||
pinchflat/downloads/
|
pinchflat/downloads/
|
||||||
|
netalertx/logs/
|
||||||
|
netalertx/db/
|
||||||
|
netalertx/config/
|
||||||
|
@ -69,13 +69,15 @@ docker network create --driver bridge proxy
|
|||||||
- mealie 9925
|
- mealie 9925
|
||||||
- metube 8088
|
- metube 8088
|
||||||
- pinchflat 8945
|
- pinchflat 8945
|
||||||
- netalertx
|
- netalertx 20211 test on windows
|
||||||
- netdata
|
- netdata
|
||||||
- demo: https://app.netdata.cloud/spaces/netdata-demo/rooms/all-nodes
|
- demo: https://app.netdata.cloud/spaces/netdata-demo/rooms/all-nodes
|
||||||
- stirlingpdf
|
- stirlingpdf
|
||||||
- redis
|
- redis
|
||||||
- tinyfilemanager
|
- tinyfilemanager
|
||||||
- vaultwarden
|
- vaultwarden
|
||||||
|
- cyberchef
|
||||||
|
- https://it-tools.tech/
|
||||||
- https://github.com/ChristianLempa/boilerplates/tree/main/docker-compose
|
- https://github.com/ChristianLempa/boilerplates/tree/main/docker-compose
|
||||||
- cadvisor
|
- cadvisor
|
||||||
- heimdall
|
- heimdall
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# https://github.com/Freika/dawarich
|
# 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
|
# 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
22
netalertx/compose.yml
Normal 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
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user