mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update watch-your-lan to version 2.0.0 (#1424)
This commit is contained in:
parent
97713cba7b
commit
b003658f19
|
@ -2,19 +2,19 @@ version: "3.7"
|
|||
|
||||
services:
|
||||
web:
|
||||
image: aceberg/watchyourlan:1.0.6@sha256:c42ce1dcb1af6dac44d3674f24511558cf89b99982cee8843016fd8ad3935871
|
||||
image: aceberg/watchyourlan:2.0.0@sha256:c1bc72021443ddbea860b78ffeb871ab9a3edec1b15e35413c84470eee5456f3
|
||||
network_mode: "host"
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
init: true
|
||||
environment:
|
||||
TZ: "UTC"
|
||||
IFACE: "eth0 wlan0 enp1s0" # required: 1 or more interface
|
||||
DBPATH: "/data/db.sqlite" # optional, default: /data/db.sqlite
|
||||
GUIIP: "0.0.0.0" # optional, default: localhost
|
||||
GUIPORT: "8840" # optional, default: 8840
|
||||
TIMEOUT: "120" # optional, time in seconds, default: 60
|
||||
THEME: "darkly" # optional
|
||||
IGNOREIP: "no" # optional
|
||||
TZ: "UTC" # required: needs your TZ for correct time
|
||||
IFACES: "eth0 wlan0 enp1s0" # required: 1 or more interface
|
||||
HOST: "0.0.0.0" # optional, default: 0.0.0.0
|
||||
PORT: "8840" # optional, default: 8840
|
||||
# Exclude to allow custom config:
|
||||
# TIMEOUT: "120" # optional, time in seconds, default: 120
|
||||
# THEME: "sand" # optional
|
||||
# COLOR: "dark" # optional
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data:/data
|
||||
- ${APP_DATA_DIR}/data:/data/WatchYourLAN
|
|
@ -3,12 +3,26 @@ id: watch-your-lan
|
|||
name: WatchYourLAN
|
||||
tagline: Lightweight network IP scanner
|
||||
category: networking
|
||||
version: "1.0.6"
|
||||
version: "2.0.0"
|
||||
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: ""
|
||||
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.
|
||||
|
||||
|
||||
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
|
||||
|
||||
Full release notes can be found at https://github.com/aceberg/WatchYourLAN/releases
|
||||
developer: aceberg
|
||||
website: https://github.com/aceberg/WatchYourLAN
|
||||
submitter: Jasper
|
||||
|
|
Loading…
Reference in New Issue
Block a user