mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-21 06:02:04 -04:00
[Status Page] wip
This commit is contained in:
parent
7c7dbf68c1
commit
18ec42b060
6 changed files with 17 additions and 7 deletions
|
@ -107,12 +107,14 @@ module.exports.statusPageSocketHandler = (socket) => {
|
|||
|
||||
statusPage.slug = config.slug;
|
||||
statusPage.title = config.title;
|
||||
statusPage.description = config.description;
|
||||
statusPage.icon = config.logo;
|
||||
statusPage.theme = config.theme;
|
||||
//statusPage.published = ;
|
||||
//statusPage.search_engine_index = ;
|
||||
statusPage.show_tags = config.showTags;
|
||||
//statusPage.password = null;
|
||||
statusPage.modified_date = R.isoDateTime();
|
||||
|
||||
await R.store(statusPage);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue