From b33d36b23bdce2e036fbc84bc4fdb03e07b61e4e Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Tue, 11 Oct 2022 18:56:30 +0800 Subject: [PATCH 1/3] Updated Reverse Proxy (markdown) --- Reverse-Proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reverse-Proxy.md b/Reverse-Proxy.md index 18b9622..dcd3029 100644 --- a/Reverse-Proxy.md +++ b/Reverse-Proxy.md @@ -1,6 +1,6 @@ In order to expose Uptime Kuma to the web securely, it is recommended to proxy it behind a traditional webserver such as nginx or Apache. Below are some example configurations that you could use. -Unlike other web apps, Uptime Kuma is based on WebSocket. You need two more headers **"Upgrade"** and **"Connection"** in order to **reverse proxy WebSocket**. +Unlike other web apps, Uptime Kuma is based on WebSocket. You need two more headers **"Upgrade"** and **"Connection"** in order to accept WebSocket on a reverse proxy. Uptime Kuma **does not support a subdirectory** such as `http://example.com/uptimekuma`. Please prepare a domain or sub-domain to do that. From f42b0bba05c60e936d3c9de80de977e61419761f Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Tue, 11 Oct 2022 22:01:20 +0800 Subject: [PATCH 2/3] Updated Reset Password via CLI (markdown) --- Reset-Password-via-CLI.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Reset-Password-via-CLI.md b/Reset-Password-via-CLI.md index 826f83c..87ee336 100644 --- a/Reset-Password-via-CLI.md +++ b/Reset-Password-via-CLI.md @@ -1,7 +1,8 @@ ## With Docker ``` -docker exec -it npm run reset-password +docker exec -it bash +npm run reset-password ``` ## Without Docker From 03d7563ac1e5ee9aa4d4a68408d06c0adc6bd5eb Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Fri, 4 Nov 2022 00:22:46 +0800 Subject: [PATCH 3/3] Updated Notification Methods (markdown) --- Notification-Methods.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Notification-Methods.md b/Notification-Methods.md index b7b65a5..20c8ec3 100644 --- a/Notification-Methods.md +++ b/Notification-Methods.md @@ -1 +1,9 @@ -Please read: https://github.com/louislam/uptime-kuma/issues/284 +Uptime Kuma supports a lot of notifications. + +For native support platforms, please read here: + +[https://github.com/louislam/uptime-kuma/tree/master/server/notification-providers](https://github.com/louislam/uptime-kuma/tree/master/server/notification-providers) + +Uptime Kuma is integrated Apprise which supports up to 78+ notification services. You can read the full list here: + +https://github.com/caronc/apprise/wiki \ No newline at end of file