Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update watch-your-lan to version 2.0.3 #1504

Merged
merged 2 commits into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion watch-your-lan/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: "3.7"

Check notice on line 1 in watch-your-lan/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "web"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

services:
web:
image: aceberg/watchyourlan:2.0.0@sha256:c1bc72021443ddbea860b78ffeb871ab9a3edec1b15e35413c84470eee5456f3
image: aceberg/watchyourlan:2.0.3@sha256:d506d562fa04e3400cd421532ebb93800e3ac5694c168a713104287fe8b0116e
network_mode: "host"

Check notice on line 6 in watch-your-lan/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Service "web" uses host network mode

The host network mode can lead to security vulnerabilities. If possible please use the default bridge network mode and expose the necessary ports.
restart: on-failure
stop_grace_period: 1m
init: true
Expand Down
15 changes: 4 additions & 11 deletions watch-your-lan/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down