Browse Source

Update watch-your-lan to version 2.0.4 (#1689)

main
Nathan Fretz 2 months ago
committed by GitHub
parent
commit
02737f7337
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      watch-your-lan/docker-compose.yml
  2. 11
      watch-your-lan/umbrel-app.yml

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

@ -2,7 +2,7 @@ version: "3.7"
services:
web:
image: aceberg/watchyourlan:2.0.3@sha256:d506d562fa04e3400cd421532ebb93800e3ac5694c168a713104287fe8b0116e
image: aceberg/watchyourlan:2.0.4@sha256:23b71038e4c116da734e08d72ee5db619fce190fa20a3226900484d87366e04f
network_mode: "host"
restart: on-failure
stop_grace_period: 1m

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

@ -3,17 +3,20 @@ id: watch-your-lan
name: WatchYourLAN
tagline: Lightweight network IP scanner
category: networking
version: "2.0.3"
version: "2.0.4"
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: >-
This is a bugfix release for WatchYourLAN v2.0.
🚨 A reminder to users who are still running v1.x of WatchYourLAN that any custom configuration will be lost when you upgrade to v2.
🚨 WatchYourLAN 2.0 is a complete rewrite and is not compatible with v1.0. If you are not yet running v2.0, any custom configuration from v1.0 will be lost when you upgrade.
Changes:
- Added notification test functionality
- Added API status information
- Fixed sorting issues in Chrome
- Improved theme and color mode settings
Full release notes can be found at https://github.com/aceberg/WatchYourLAN/releases
developer: aceberg

Loading…
Cancel
Save