A simple dashboard for nezha.
Go to file
2024-10-11 09:46:36 +08:00
.github fix: generate changelog after build process 2024-10-10 09:50:16 +08:00
app feat: hide for guest 2024-10-11 09:43:03 +08:00
components fix: chart error state 2024-10-10 14:30:39 +08:00
docker doc: add env desc. 2024-10-02 17:52:59 +08:00
git-cliff-config feat: git-cliff-action 2024-09-30 22:32:37 +08:00
lib feat: hide for guest 2024-10-11 09:43:03 +08:00
messages fix: chart error state 2024-10-10 14:30:39 +08:00
public doc: translation 2024-09-26 10:36:44 +08:00
styles feat: overview chart 2024-10-09 22:45:24 +08:00
.env.example feat: add tag switch 2024-10-02 17:48:30 +08:00
.gitignore fix: ServerCard style 2024-07-27 13:26:42 +08:00
auto-i18n-config.json feat: better translation 2024-09-26 11:16:37 +08:00
bun.lockb doc: new documentation on updating tutorials 2024-10-11 09:25:12 +08:00
components.json first commit 2024-07-27 02:17:07 +08:00
Dockerfile perf: use oven/bun:1-alpine as production image 2024-10-06 01:01:19 +08:00
i18n-metadata.ts fix: sort imports 2024-10-10 09:27:35 +08:00
i18n.ts fix: sort imports 2024-10-10 09:27:35 +08:00
middleware.ts fix: sort imports 2024-10-10 09:27:35 +08:00
next.config.mjs fix: sort imports 2024-10-10 09:27:35 +08:00
package.json doc: new documentation on updating tutorials 2024-10-11 09:25:12 +08:00
postcss.config.js first commit 2024-07-27 02:17:07 +08:00
prettier.config.js fix: sort imports 2024-10-10 09:27:35 +08:00
README.md doc: new documentation on updating tutorials 2024-10-11 09:25:12 +08:00
tailwind.config.ts first commit 2024-07-27 02:17:07 +08:00
tsconfig.json feat: add tag switch 2024-10-02 17:48:30 +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
DefaultLocale 面板默认显示语言(代码参考下表) 默认en
NEXT_PUBLIC_NezhaFetchInterval 获取数据间隔(毫秒) 默认2000
NEXT_PUBLIC_ShowFlag 是否显示旗帜 默认false
NEXT_PUBLIC_DisableCartoon 是否禁用卡通人物 默认false
NEXT_PUBLIC_ShowTag 是否显示标签 默认false

多语言支持

语言 代码 是否完成翻译
简体中文 zh
繁体中文 zh-t
英语 en
日语 ja

screen-shot-one screen-shot-two screen-shot-three screen-shot-four