完全免费!小白也能搭建个人专属多服务器监控神器,哪吒监控系统百分百成功!
注册地址:【点击直达】 Claw Cloud
注册奖励:$5 美元额度(无需信用卡)
GitHub 绑定福利:GitHub 账号 ≥180 天,每月额外送1 $5
机器稳定、不断线、速度不错
轻量配置适合搭建各类服务
零基础搭建高速VPN教程【点击直达】
零基础安装青龙面板全自动白嫖教程【点击直达】
原项目地址【点击查看】
部署哪吒
镜像(Image)输入:ghcr.io/nezhahq/nezha:v1.12.0
配置推荐:
CPU:0.5 核
内存:512M
地区:选择 Singapore
网络端口设置:
开启 8008 端口
所有端口都选 Public(公网)
存储添加:
本地挂载1个目录:
Capacity:2
复制编辑
/dashboard/data
点击 Deploy Application(部署应用)
配置grpc反代
Image Name(镜像名称): nginx
配置推荐:
CPU:0.1 核
内存:64M
地区:选择 Singapore
网络端口设置:
开启 80 端口 选grpc
所有端口都选 Public(公网)
添加配置文件 Configmaps
file name : /etc/nginx/conf.d/default.conf
粘贴以下内容:
文件内容中 nezha.ns-imc7mqm6.svc.cluster.local 替换为你自己的哪吒面板容器的内网地址,就是刚刚创建的第一个容器
内容:
upstream dashboard {
server 第一个容器的网址;
keepalive 512;
}
server {
listen 80 http2;
server_name 第一个容器的网址不带端口;
underscores_in_headers on;
location ^~ /proto.NezhaService/ {
grpc_set_header Host $host;
grpc_set_header nz-realip $remote_addr;
grpc_read_timeout 600s;
grpc_send_timeout 600s;
grpc_socket_keepalive on;
client_max_body_size 10m;
grpc_buffer_size 4m;
grpc_pass grpc://dashboard;
}
}
点击 Deploy Application(部署应用)
面板默认用户名和密码:admin
Agent对接地址: 第二个容器80端口的网址
这个错误提示:
说明安装脚本中需要使用 unzip
工具,但你的系统中没有安装它。
✅ 解决方法:安装 unzip
在你的 VPS 上执行以下命令来安装 unzip
:
对于 Debian / Ubuntu 系统:
对于 CentOS / RHEL:
对于 Alpine(如某些轻量容器环境):
更多资源分享链接
海外网赚走资系列
https://youtube.com/playlist?list=PLU5ZBgZNBmfLOIMi-NfhVevAqI0ou6DLu&si=_nM8YlIin5GAlIPp
永久免费VPN合集
https://www.youtube.com/playlist?list=PLull5C8Cu9seW365SMm_BRFcdIhMCnZCW
合集1
https://www.youtube.com/playlist?list=PLull5C8Cu9sdMqVZHHC-2ySQ_p0k1EDiq
合集2
https://www.youtube.com/playlist?list=PLull5C8Cu9sdZM1gk851ZMDhH37n04VLZ
合集1
https://www.youtube.com/playlist?list=PLull5C8Cu9sduNjDlZHcM8taPl6oCV5S1
合集2
https://www.youtube.com/playlist?list=PLull5C8Cu9sc72ZKMd9sZ5nVFxa8lVP9e
温馨提示:本站资源,仅供学习和交流使用,严禁商用,所有软件和资源都有时效性,苹果软件伪装上架的会短期内下架,如果遇到失效的请等待下次上架,或反馈给博主,如果给您带来帮助请转发给您身边的朋友或者朋友圈
更多资源分享链接
海外网赚走资系列
https://youtube.com/playlist?list=PLU5ZBgZNBmfLOIMi-NfhVevAqI0ou6DLu&si=_nM8YlIin5GAlIPp
永久免费VPN合集
https://www.youtube.com/playlist?list=PLull5C8Cu9seW365SMm_BRFcdIhMCnZCW
合集1
https://www.youtube.com/playlist?list=PLull5C8Cu9sdMqVZHHC-2ySQ_p0k1EDiq
合集2
https://www.youtube.com/playlist?list=PLull5C8Cu9sdZM1gk851ZMDhH37n04VLZ
合集1
https://www.youtube.com/playlist?list=PLull5C8Cu9sduNjDlZHcM8taPl6oCV5S1
合集2
https://www.youtube.com/playlist?list=PLull5C8Cu9sc72ZKMd9sZ5nVFxa8lVP9e
0 评论