A simple dashboard for nezha.
Go to file
2024-09-22 16:50:26 +08:00
.github feat: add docker support 2024-09-22 16:33:22 +08:00
app fix: env script 2024-09-22 16:40:04 +08:00
components feat: add docker support 2024-09-22 16:33:22 +08:00
docker feat: add docker-compose 2024-09-22 16:50:26 +08:00
lib fix: env script 2024-09-22 16:40:04 +08:00
public fix: add viewport 2024-09-19 11:42:38 +08:00
styles first commit 2024-07-27 02:17:07 +08:00
.env.example feat: add disable cartoon option 2024-08-09 16:49:43 +08:00
.gitignore fix: ServerCard style 2024-07-27 13:26:42 +08:00
bun.lockb feat: add docker support 2024-09-22 16:33:22 +08:00
components.json first commit 2024-07-27 02:17:07 +08:00
Dockerfile fix: docker build 2024-09-22 16:42:42 +08:00
next.config.mjs feat: add docker support 2024-09-22 16:33:22 +08:00
package.json feat: add docker support 2024-09-22 16:33:22 +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 feat: add disable cartoon option 2024-08-09 16:49:43 +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

部署简易教程

环境变量

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

screen-shot-one screen-shot-two