diff --git a/watch-your-lan/docker-compose.yml b/watch-your-lan/docker-compose.yml index 0df1783f..705d1a67 100644 --- a/watch-your-lan/docker-compose.yml +++ b/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 diff --git a/watch-your-lan/umbrel-app.yml b/watch-your-lan/umbrel-app.yml index 449e2c05..632a8556 100644 --- a/watch-your-lan/umbrel-app.yml +++ b/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