mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-22 14:30:58 -04:00
Feat: Add database storage for TLS info
This commit is contained in:
parent
ccda6f05f5
commit
96c60dd94a
5 changed files with 59 additions and 12 deletions
|
@ -8,7 +8,7 @@ class Database {
|
|||
|
||||
static templatePath = "./db/kuma.db"
|
||||
static path = './data/kuma.db';
|
||||
static latestVersion = 1;
|
||||
static latestVersion = 2;
|
||||
static noReject = true;
|
||||
|
||||
static async patch() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue