Browse Source

App Submission: WatchYourLAN (#940)

Co-authored-by: smolgrrr <smolgrrr@protonmail.com>
Co-authored-by: nmfretz <nmfretz@gmail.com>
main
Jasper 10 months ago
committed by GitHub
parent
commit
2489ba4353
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 0
      watch-your-lan/data/.gitkeep
  2. 20
      watch-your-lan/docker-compose.yml
  3. 25
      watch-your-lan/umbrel-app.yml

0
watch-your-lan/data/.gitkeep

20
watch-your-lan/docker-compose.yml

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

25
watch-your-lan/umbrel-app.yml

@ -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…
Cancel
Save