Nestview

Nestview

Docker 应用程序 from Gurthyy's Repository

概述

Nestview is a lightweight, self-hosted Docker visibility and health tool for homelabbers. Zero-config autodiscovery of all running containers, a health dashboard, searchable log history, per-container CPU/memory/network stats, Discord alerting, and image update awareness, all from a single container with no manual service configuration required.

- Default port: 8484
- First run: A setup wizard will guide you through creating your admin account.

- Documentation: https://github.com/kylejschultz/nestview
- Discord: https://discord.gg/UQAZ3bJ6

运行时参数

网络用户界面
http://[IP]:[PORT:8484]
网络
bridge
特权
false

模板配置

Web UI PortPorttcp

Port to access the Nestview web interface.

目标
8484
默认值
8484
价值
8484
AppDataPathrw

Persistent storage for the Nestview database (SQLite) and configuration.

目标
/data
默认值
/mnt/user/appdata/nestview
价值
/mnt/user/appdata/nestview
Docker SocketPathrw

Access to the Docker socket. Required for container autodiscovery, monitoring, and container restart functionality.

目标
/var/run/docker.sock
默认值
/var/run/docker.sock
价值
/var/run/docker.sock
Stats Poll Interval (seconds)Variable

How often Nestview polls Docker for container stats. Leave blank to use the default (10 seconds).

目标
POLL_INTERVAL
Log Retention (days)Variable

How many days of container log history to keep. Leave blank to use the default (7 days). This value is only read on first run - set it before starting Nestview for the first time if you want a non-default value. Changes after initial setup must be made in the Nestview Settings UI.

目标
LOG_RETENTION_DAYS
TimezoneVariable

Timezone for log timestamps and scheduled tasks. Leave blank for UTC. Use a standard tz database name, e.g. America/Chicago or Europe/London.

目标
TZ
Secure CookiesVariable

Set to true if Nestview is behind a TLS-terminating reverse proxy (Nginx, Caddy, Traefik). Leave blank otherwise.

目标
NESTVIEW_SECURE_COOKIES
Reset Admin PasswordVariable

Set to true to clear stored credentials and re-trigger the setup wizard on next start. Remove this value and restart the container again after completing setup.

目标
RESET_ADMIN_PASSWORD

详细信息

存储库
ghcr.io/kylejschultz/nestview:latest
最后更新2026-05-31
初见2026-05-04

在Unraid 上运行 Nestview 。

Nestview 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。