一个服务器的导航页,界面组件可任意拖拽添加,支持 从 docker 直接添加 ,部分容器支持 数据集成 ,支持 监控项目状态 等。
可添加 RSS 订阅显示、网页嵌入、视频嵌入、BT 软件网速显示、BT 软件任务显示、媒体服务器请求及播放显示、DashDot 主机硬件信息显示等等组件。
项目地址
https://github.com/ajnart/homarr
使用Docker部署
docker run \
--name homarr \
--restart unless-stopped \
-p 7575:7575 \
-v /root/homarr/configs:/app/data/configs \
-v /root/homarr/data:/data \
-v /root/homarr/icons:/app/public/icons \
-d ghcr.io/ajnart/homarr:latest