diff --git a/Environment-Variables.md b/Environment-Variables.md index a3c79d3..0534034 100644 --- a/Environment-Variables.md +++ b/Environment-Variables.md @@ -8,6 +8,8 @@ | `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) | | +| `NODE_TLS_REJECT_UNAUTHORIZED` | | Ignore all TLS errors | `0` | ## Docker specific environment variables @@ -23,4 +25,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 | | 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! diff --git a/🆙-How-to-Update.md b/🆙-How-to-Update.md index 4e5989e..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.1 --force +git checkout 1.14.0 --force # Install dependenies and prebuilt npm ci --production