We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
面板版本(二选一) V1
需要什么? 重新对接按钮 额外信息 能不能像V0一样加上重新对接的按钮,不然每次换机器都要重新重命名而且换机器的话触发任务就没法用了
The text was updated successfully, but these errors were encountered:
嗯嗯,我也认为需要服务器和客户端两边握手,现在的版本(v1)有个问题,客户端发送信息到服务器面板上就会出现对应的信息。 静待大佬优化
Sorry, something went wrong.
uuid=$(grep 'uuid:' /opt/nezha/agent/config-*.yml | head -n1 | awk '{print $2}') 安装的时候 把env里面添加上 uuid 属性 env NZ_SERVER= NZ_TLS=true NZ_CLIENT_SECRET=xxx NZ_UUID=$uuid
NZ_UUID=$uuid
临时使用
No branches or pull requests
面板版本(二选一)
V1
需要什么?
重新对接按钮
额外信息
能不能像V0一样加上重新对接的按钮,不然每次换机器都要重新重命名而且换机器的话触发任务就没法用了
The text was updated successfully, but these errors were encountered: