From 9404fbb46b8f1a2b08acf5a91f76f812ecd93b6d Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Tue, 5 Apr 2022 01:27:10 +0800 Subject: [PATCH 1/6] Updated Environment Variables (markdown) --- Environment-Variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Environment-Variables.md b/Environment-Variables.md index a3c79d3..a0f349c 100644 --- a/Environment-Variables.md +++ b/Environment-Variables.md @@ -8,6 +8,7 @@ | `UPTIME_KUMA_SSL_KEY` or `SSL_KEY` | `ssl-key` | Path to SSL key | | | `UPTIME_KUMA_SSL_CERT` or `SSL_CERT` | `ssl-cert` | Path to SSL certificate | | | `UPTIME_KUMA_CLOUDFLARED_TOKEN` | `cloudflared-token` | Cloudflare Tunnel Token (Available in 1.14.0) | | +| `NODE_EXTRA_CA_CERTS` | | Add your self-signed ca certs. (e.g. /cert/path/CAcert.pem) [Read more](https://github.com/louislam/uptime-kuma/issues/1380) | | ## Docker specific environment variables From 939fd1024430cc28087378b7fb27e665335dbfbc Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Tue, 5 Apr 2022 01:30:03 +0800 Subject: [PATCH 2/6] Updated Environment Variables (markdown) --- Environment-Variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Environment-Variables.md b/Environment-Variables.md index a0f349c..5c090d2 100644 --- a/Environment-Variables.md +++ b/Environment-Variables.md @@ -24,4 +24,4 @@ | ------------------------------------------ | -------------------------- | --------------------------------------------------------------------- | ---------: | | `NODE_ENV` | | Set the NodeJS environment flag | production | | `UPTIME_KUMA_DISABLE_FRAME_SAMEORIGIN` | `disable-frame-sameorigin` | Prevent kuma from being opened by an IFrame from other hosts | `false` | -| `UPTIME_KUMA_LOG_RESPONSE_BODY_MONITOR_ID` | | Log beat event to STDOUT ("1" to enable) | | +| `UPTIME_KUMA_LOG_RESPONSE_BODY_MONITOR_ID` | | Monitor ID - If provided, it will output the monitor's response to your console | | From 65b7751d7f35e4120d9bcf0f154b4fc6fd2a64dd Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Tue, 5 Apr 2022 01:31:45 +0800 Subject: [PATCH 3/6] Updated Environment Variables (markdown) --- Environment-Variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Environment-Variables.md b/Environment-Variables.md index 5c090d2..0534034 100644 --- a/Environment-Variables.md +++ b/Environment-Variables.md @@ -9,6 +9,7 @@ | `UPTIME_KUMA_SSL_CERT` or `SSL_CERT` | `ssl-cert` | Path to SSL certificate | | | `UPTIME_KUMA_CLOUDFLARED_TOKEN` | `cloudflared-token` | Cloudflare Tunnel Token (Available in 1.14.0) | | | `NODE_EXTRA_CA_CERTS` | | Add your self-signed ca certs. (e.g. /cert/path/CAcert.pem) [Read more](https://github.com/louislam/uptime-kuma/issues/1380) | | +| `NODE_TLS_REJECT_UNAUTHORIZED` | | Ignore all TLS errors | `0` | ## Docker specific environment variables From c0682f7adbbf4384a34a433c749db23d594e1041 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sat, 9 Apr 2022 14:42:41 +0800 Subject: [PATCH 4/6] =?UTF-8?q?Updated=20=F0=9F=86=99=20How=20to=20Update?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 🆙-How-to-Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/🆙-How-to-Update.md b/🆙-How-to-Update.md index 4e5989e..cc211fa 100644 --- a/🆙-How-to-Update.md +++ b/🆙-How-to-Update.md @@ -34,7 +34,7 @@ cd # Update from git git fetch --all -git checkout 1.13.1 --force +git checkout 1.13.2 --force # Install dependenies and prebuilt npm ci --production From fac27642dda4b73b5d59de6a007d70b8aeeabd61 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sun, 10 Apr 2022 11:40:04 +0800 Subject: [PATCH 5/6] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 02a85b3..fdf3094 100644 --- a/Home.md +++ b/Home.md @@ -46,6 +46,6 @@ https://github.com/louislam/uptime-kuma-wiki * (2021-12-02) Reach 10,076 Stargazers! * (2022-01-21) Reach 12,059 Stargazers! * (2022-03-02) Docker Pull is over 25M! 14,050 Stargazers! - +* (2022-04-10) 15,629 Stargazers! From 80170bcef0d0d3e9bc2399c967addb3638214f48 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Tue, 12 Apr 2022 14:50:44 +0800 Subject: [PATCH 6/6] Update to 1.14.0 --- 🆙-How-to-Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/🆙-How-to-Update.md b/🆙-How-to-Update.md index cc211fa..0be73f7 100644 --- a/🆙-How-to-Update.md +++ b/🆙-How-to-Update.md @@ -34,7 +34,7 @@ cd # Update from git git fetch --all -git checkout 1.13.2 --force +git checkout 1.14.0 --force # Install dependenies and prebuilt npm ci --production