A simple dashboard for nezha.
Go to file
2024-10-14 18:41:12 +08:00
.github Update sync.yml 2024-10-14 10:15:09 +08:00
app Merge branch 'main' into cloudflare 2024-10-14 17:27:01 +08:00
components style: temporarily adjust the default height of offline cards 2024-10-13 17:56:59 +08:00
docker Merge branch 'main' into cloudflare 2024-10-13 16:25:16 +08:00
git-cliff-config feat: git-cliff-action 2024-09-30 22:32:37 +08:00
lib feat: add ForceShowAllServers env 2024-10-12 22:29:49 +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 custom header env 2024-10-13 16:20:39 +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 feat: add ForceShowAllServers env 2024-10-12 22:29:49 +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 feat: add ForceShowAllServers env 2024-10-12 22:29:49 +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: add env readme 2024-10-13 16:24:58 +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
ForceShowAllServers 是否强制显示所有服务器 默认false
NEXT_PUBLIC_NezhaFetchInterval 获取数据间隔(毫秒) 默认2000
NEXT_PUBLIC_ShowFlag 是否显示旗帜 默认false
NEXT_PUBLIC_DisableCartoon 是否禁用卡通人物 默认false
NEXT_PUBLIC_ShowTag 是否显示标签 默认false
NEXT_PUBLIC_ShowNetTransfer 是否显示流量信息 默认false
NEXT_PUBLIC_ForceUseSvgFlag 是否强制使用SVG旗帜 默认false
NEXT_PUBLIC_CustomLogo 自定义Logo 示例https://nezha-cf.buycoffee.top/apple-touch-icon.png
NEXT_PUBLIC_CustomTitle 自定义标题
NEXT_PUBLIC_CustomDescription 自定义描述(无多语言支持)

多语言支持

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

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