Skip to content

Servedash v1.1.0

Choose a tag to compare

@DestinyJazz DestinyJazz released this 15 Jun 02:24
· 6 commits to main since this release

Servedash v1.1.0

New features and improvements based on community feedback.

What's new

  • Image update detection. Servedash now checks if a newer image is available and shows an "Update" badge on the container card. Supports public images on Docker Hub, GHCR, and lscr.io. Click the cloud icon in the header to check, or set UPDATE_CHECK_INTERVAL to check automatically.
  • Drag to reorder. Grab any container card and drop it where you want. Your order is saved and persists across restarts.
  • Sorting. Sort containers by name, uptime, or update availability.
  • Custom URL labels. Now reads servedash.url, with fallback to homepage.href for Homepage compatibility. The old dashboard.url still works.
  • Healthcheck. The container now reports a health status.
  • New icon. Added a proper Servedash icon and favicon.

New environment variables

  • REFRESH_INTERVAL (seconds) controls auto-refresh of container status. 0 = off.
  • UPDATE_CHECK_INTERVAL (minutes) controls how often image updates are checked. 0 = manual only.

Notes

  • Update detection is read-only. It tells you when an update exists but does not change your containers.
  • Only public images on Docker Hub, GHCR, and lscr.io are checked. Private and other registries show as unsupported.
  • To persist drag order, mount a volume at /app-data. See the updated docker-compose.yml.

Servedash v1.1.0(中文)

根据社区反馈带来的新功能和改进。

新功能

  • 镜像更新检测: Servedash 现在会检查是否有新版本镜像,有的话在容器卡片上显示 "Update" 标记。支持 Docker Hub、GHCR、lscr.io 上的公开镜像。点 header 的云图标手动检查,或设置 UPDATE_CHECK_INTERVAL 自动检查。
  • 拖拽排序: 抓住任意容器卡片拖到想要的位置。顺序会保存,重启后保留。
  • 排序: 可按名称、运行时间、是否有更新排序。
  • 自定义 URL 标签: 现在读取 servedash.url,并支持回退到 homepage.href(兼容 Homepage)。旧的 dashboard.url 仍然有效。
  • 健康检查: 容器现在会上报健康状态。
  • 新图标: 加入了 Servedash 图标和 favicon。

新增环境变量

  • REFRESH_INTERVAL(秒)控制容器状态自动刷新。0 = 关闭。
  • UPDATE_CHECK_INTERVAL(分钟)控制镜像更新检查频率。0 = 只手动。

说明

  • 更新检测是read-only的,只告诉你有更新,不会改动你的容器。
  • 只检查 Docker Hub、GHCR、lscr.io 上的公开镜像。私有和其他 registry 显示为不支持。
  • 要保留拖拽顺序,需挂载一个卷到 /app-data,参考更新后的 docker-compose.yml。