Browse Source

Update watch-your-lan to version 2.0.3 (#1504)

main
Nathan Fretz 3 months ago
committed by GitHub
parent
commit
afa986bdd7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      watch-your-lan/docker-compose.yml
  2. 15
      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.0@sha256:c1bc72021443ddbea860b78ffeb871ab9a3edec1b15e35413c84470eee5456f3
image: aceberg/watchyourlan:2.0.3@sha256:d506d562fa04e3400cd421532ebb93800e3ac5694c168a713104287fe8b0116e
network_mode: "host"
restart: on-failure
stop_grace_period: 1m

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

@ -3,24 +3,17 @@ id: watch-your-lan
name: WatchYourLAN
tagline: Lightweight network IP scanner
category: networking
version: "2.0.0"
version: "2.0.3"
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: >-
🚨 WatchYourLAN 2.0 is a complete rewrite and is not compatible with v1.0. When you upgrade, any custom configuration from v1.0 will be lost.
This is a bugfix release for WatchYourLAN v2.0.
Key highlights in this release include:
- Added API
- Added arguments for arp-scan option
- Added InfluxDB export
- Added PostgreSQL or SQLite DB options
- Added names from DNS
- Improved UI with JavaScript
- Switched to gin web framework
- Reworked DB schema and config variables
🚨 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.
Full release notes can be found at https://github.com/aceberg/WatchYourLAN/releases
developer: aceberg

Loading…
Cancel
Save