mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-03 03:56:18 -04:00
implement timezone
This commit is contained in:
parent
1d64f643b1
commit
55bd6b6d7a
9 changed files with 441 additions and 384 deletions
|
@ -10,11 +10,8 @@ const passwordHash = require('password-hash');
|
|||
const jwt = require('jsonwebtoken');
|
||||
const Monitor = require("./model/monitor");
|
||||
|
||||
let stop = false;
|
||||
let interval = 6000;
|
||||
let totalClient = 0;
|
||||
let jwtSecret = null;
|
||||
let loadFromDatabase = true;
|
||||
let monitorList = {};
|
||||
|
||||
(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue