青柠 (@qning)我给自己的哪吒探针接入了LinuxDO Connect 中发帖

在哪吒面板配置文件**/opt/nezha/dashboard/data/config.yaml**最底部添加如下字段后重启哪吒探针即可,然后在后台授权绑定就OK了 
oauth2:
LinuxDo:
clientid: "xxx"
clientsecret: "xxxx"
endpoint:
authurl: "https://connect.linux.do/oauth2/authorize"
tokenurl: "https://connect.linux.do/oauth2/token"
userinfourl: "https://connect.linux.do/api/user"
useridpath: "id"

其中clientid、clientsecret自行前往LINUX DO - 新的理想型社区
创...