mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-06 21:18:10 -05:00
Fix storing cloudflared token while start cloudflared
This commit is contained in:
parent
f02e9c44ec
commit
6674005e8b
@ -37,6 +37,7 @@ module.exports.cloudflaredSocketHandler = (socket) => {
|
|||||||
try {
|
try {
|
||||||
checkLogin(socket);
|
checkLogin(socket);
|
||||||
if (token && typeof token === "string") {
|
if (token && typeof token === "string") {
|
||||||
|
await setSetting("cloudflaredTunnelToken", token);
|
||||||
cloudflared.token = token;
|
cloudflared.token = token;
|
||||||
} else {
|
} else {
|
||||||
cloudflared.token = null;
|
cloudflared.token = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user