A simple dashboard for nezha.
Go to file
2024-09-25 16:07:45 +08:00
.github fix: docker build 2024-09-23 13:16:25 +08:00
app feat: disablePrefetch config 2024-09-25 15:57:59 +08:00
components Merge branch 'main' into new-docker 2024-09-22 17:50:29 +08:00
docker feat: disablePrefetch config 2024-09-25 15:57:59 +08:00
lib fix: add platforms 2024-09-23 13:13:14 +08:00
public feat: new init env 2024-09-22 17:34:30 +08:00
styles first commit 2024-07-27 02:17:07 +08:00
.env.example feat: disablePrefetch config 2024-09-25 15:57:59 +08:00
.gitignore fix: ServerCard style 2024-07-27 13:26:42 +08:00
bun.lockb fix: font size for mobile 2024-09-25 09:36:19 +08:00
components.json first commit 2024-07-27 02:17:07 +08:00
Dockerfile perf: use alpine as runner 2024-09-24 18:03:20 +08:00
next.config.mjs feat: add docker support 2024-09-22 16:33:22 +08:00
package.json fix: font size for mobile 2024-09-25 09:36:19 +08:00
postcss.config.js first commit 2024-07-27 02:17:07 +08:00
prettier.config.js first commit 2024-07-27 02:17:07 +08:00
README.md doc: add ServerDisablePrefetch config 2024-09-25 16:07:45 +08:00
tailwind.config.ts first commit 2024-07-27 02:17:07 +08:00
tsconfig.json first commit 2024-07-27 02:17:07 +08:00

NezhaDash

NezhaDash 是一个基于 Next.js 和 哪吒监控 的仪表盘

一键部署到 Vercel-推荐 Docker部署 Cloudflare部署
部署简易教程 Docker 部署教程 Cloudflare 部署教程
Vercel-demo Docker-demo Cloudflare-demo

环境变量

变量名 含义 示例
NezhaBaseUrl nezha 面板地址 http://120.x.x.x:8008
NezhaAuth nezha 面板 API Token 5hAY3QX6Nl9B3Uxxxx26KMvOMyXS1Udi
ServerDisablePrefetch 是否禁用预加载 默认false
NEXT_PUBLIC_NezhaFetchInterval 获取数据间隔(毫秒) 默认2000
NEXT_PUBLIC_ShowFlag 是否显示旗帜 默认false
NEXT_PUBLIC_DisableCartoon 是否禁用卡通人物 默认false

screen-shot-one screen-shot-two