Skip to content

v1.3.134

Choose a tag to compare

@lobrzut lobrzut released this 23 Jun 03:44

v1.3.134

Network tile (optional, off by default)

  • New dashboard widget. Enable in Settings -> Appearance. Shows:
    • LAN: IP, gateway, subnet, devices online/total, last scan.
    • WAN: public IP + ISP + country/city (GeoIP via ip-api.com, server-side, cached ~1h) with a country flag.
    • Charts: services-by-category donut and a 7-day discovery sparkline.
  • Served by the auth-gated, 60s-cached GET /api/network/info.
  • Disable the external GeoIP call with NETDASH_NETWORK_WAN_LOOKUP=false (keeps LAN-only).

"Update now" via Watchtower HTTP API

  • The portal's Update now button now triggers Watchtower's POST /v1/update (Bearer token) instead of requiring docker.sock mounted into the LAN-exposed portal. This is the safe way to do in-app updates on QNAP.
  • Set NETDASH_WATCHTOWER_API_URL + NETDASH_WATCHTOWER_API_TOKEN (matching Watchtower's WATCHTOWER_HTTP_API_TOKEN). The QNAP compose and .env.example are updated (127.0.0.1:8080, WATCHTOWER_HTTP_API_UPDATE).

i18n

  • Network tile strings for PL / EN / DE / UK.

Image: ghcr.io/lobrzut/netdash:1.3.134 and :latest