Merge branch 'master' into public-dashboard

# Conflicts:
#	server/server.js
#	src/main.js
This commit is contained in:
LouisLam 2021-09-14 14:16:24 +08:00
commit d7a230ac15
22 changed files with 560 additions and 914 deletions

View file

@ -153,6 +153,10 @@ let indexHTML = fs.readFileSync("./dist/index.html").toString();
app.use("/", express.static("dist"));
app.get("/.well-known/change-password", async (_, response) => {
response.redirect("https://github.com/louislam/uptime-kuma/wiki/Reset-Password-via-CLI");
});
// ***************************
// Public API
// ***************************