Browse Source
Co-authored-by: smolgrrr <smolgrrr@protonmail.com> Co-authored-by: nmfretz <nmfretz@gmail.com>main
Jasper
10 months ago
committed by
GitHub
3 changed files with 45 additions and 0 deletions
@ -0,0 +1,20 @@ |
|||||
|
version: "3.7" |
||||
|
|
||||
|
services: |
||||
|
web: |
||||
|
image: aceberg/watchyourlan:1.0.6@sha256:c42ce1dcb1af6dac44d3674f24511558cf89b99982cee8843016fd8ad3935871 |
||||
|
network_mode: "host" |
||||
|
restart: on-failure |
||||
|
stop_grace_period: 1m |
||||
|
init: true |
||||
|
environment: |
||||
|
TZ: "UTC" |
||||
|
IFACE: "eth0 wlan0 enp1s0" # required: 1 or more interface |
||||
|
DBPATH: "/data/db.sqlite" # optional, default: /data/db.sqlite |
||||
|
GUIIP: "0.0.0.0" # optional, default: localhost |
||||
|
GUIPORT: "8840" # optional, default: 8840 |
||||
|
TIMEOUT: "120" # optional, time in seconds, default: 60 |
||||
|
THEME: "darkly" # optional |
||||
|
IGNOREIP: "no" # optional |
||||
|
volumes: |
||||
|
- ${APP_DATA_DIR}/data:/data |
@ -0,0 +1,25 @@ |
|||||
|
manifestVersion: 1 |
||||
|
id: watch-your-lan |
||||
|
name: WatchYourLAN |
||||
|
tagline: Lightweight network IP scanner with web GUI |
||||
|
category: networking |
||||
|
version: "1.0.6" |
||||
|
port: 8840 |
||||
|
description: >- |
||||
|
WatchYourLAN is a lightweight network IP scanner. It allows you to keep track of all devices that are connected to your local network. |
||||
|
|
||||
|
releaseNotes: "" |
||||
|
developer: aceberg |
||||
|
website: https://github.com/aceberg/WatchYourLAN |
||||
|
submitter: Jasper |
||||
|
submission: https://github.com/getumbrel/umbrel-apps/pull/940 |
||||
|
repo: https://github.com/aceberg/WatchYourLAN |
||||
|
support: https://github.com/aceberg/WatchYourLAN/issues |
||||
|
gallery: |
||||
|
- 1.jpg |
||||
|
- 2.jpg |
||||
|
- 3.jpg |
||||
|
dependencies: [] |
||||
|
path: "" |
||||
|
defaultUsername: "" |
||||
|
defaultPassword: "" |
Loading…
Reference in new issue