Update watch-your-lan to 2.1.4 (#3613)
This commit is contained in:
parent
ea118062f9
commit
f4b05b9f4a
@ -2,7 +2,7 @@ version: "3.7"
|
||||
|
||||
services:
|
||||
web:
|
||||
image: aceberg/watchyourlan:2.1.3@sha256:23a5c2a281e3be608b090129235c4c32adef248746e9db1849bf76f5807fd00f
|
||||
image: aceberg/watchyourlan:2.1.4@sha256:f77532ca7c3c9a4398cb094df7674013a3d7fcf4699386f1e456c24df6fef00e
|
||||
network_mode: "host"
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
|
||||
@ -3,21 +3,23 @@ id: watch-your-lan
|
||||
name: WatchYourLAN
|
||||
tagline: Lightweight network IP scanner
|
||||
category: networking
|
||||
version: "2.1.3"
|
||||
version: "2.1.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: >-
|
||||
Key highlights in this release include:
|
||||
- Fixed memory leak bug
|
||||
- Fixed duplicated devices bug
|
||||
- Improved database handling
|
||||
- Updated to latest Go version
|
||||
- Added Swagger API docs
|
||||
- Ability to add hosts from API
|
||||
- Trigger rescan from API or Config/Scan settings
|
||||
- Delete selected hosts
|
||||
- Wake-on-LAN functionality
|
||||
|
||||
|
||||
⚠️ The HIST_IN_DB config option is now deprecated. History is always stored in the database.
|
||||
|
||||
|
||||
Full release notes can be found at https://github.com/aceberg/WatchYourLAN/releases
|
||||
developer: aceberg
|
||||
website: https://github.com/aceberg/WatchYourLAN
|
||||
|
||||
Loading…
Reference in New Issue
Block a user