大家好,最近把自己使用的 NAS 导航页整理并开源了,项目叫 NasPage https://github.com/smhjw/NasPage
NasPage 基于 [52Lxcloud/HomeDir]( https://github.com/52Lxcloud/HomeDir) 持续重构而来,保留了 HomeDir 简洁、实用的核心思路。在这里特别感谢原作者 Lxcloud 的开源工作
主要增加了一些更符合自己使用习惯的功能:
- 响应式纵向网格,可设置每行 1–6 个站点
- 鼠标拖动、触屏长按和键盘排序
- 自定义背景、玻璃面板及透明度调节
项目截图:

Docker Compose:
```yaml
services:
naspage:
image: hjw766/naspage:latest
container_name: naspage
restart: unless-stopped
ports:
- "4028:4027"
volumes:
- /你的数据目录/NasPage:/app/data
NasPage 基于 [52Lxcloud/HomeDir]( https://github.com/52Lxcloud/HomeDir) 持续重构而来,保留了 HomeDir 简洁、实用的核心思路。在这里特别感谢原作者 Lxcloud 的开源工作
主要增加了一些更符合自己使用习惯的功能:
- 响应式纵向网格,可设置每行 1–6 个站点
- 鼠标拖动、触屏长按和键盘排序
- 自定义背景、玻璃面板及透明度调节
项目截图:

Docker Compose:
```yaml
services:
naspage:
image: hjw766/naspage:latest
container_name: naspage
restart: unless-stopped
ports:
- "4028:4027"
volumes:
- /你的数据目录/NasPage:/app/data