From 9e2d05095a314aed6a0e1deccc546256bd5aa0d5 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Wed, 4 May 2022 17:45:03 +0800 Subject: [PATCH 1/7] 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 94034ab..4b31ace 100644 --- a/Environment-Variables.md +++ b/Environment-Variables.md @@ -17,7 +17,7 @@ | Environment variable | Description | Default | | -------------------- | ----------------------------------- | ------: | | `PUID` | User id to access the data storage | `1000` | -| `GUID` | Group id to access the data storage | `1000` | +| `PGID` | Group id to access the data storage | `1000` | ## For Development only From ccab33aea53ffb1b0560ce5306d8694adbd3cba3 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Wed, 25 May 2022 15:01:02 +0800 Subject: [PATCH 2/7] Created Badge (markdown) --- Badge.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Badge.md diff --git a/Badge.md b/Badge.md new file mode 100644 index 0000000..570fb28 --- /dev/null +++ b/Badge.md @@ -0,0 +1 @@ +Please read: https://github.com/louislam/uptime-kuma/pull/1119 \ No newline at end of file From 70ac3a2424f23ec67875fa5609597239d77d8675 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Wed, 25 May 2022 23:36:28 +0800 Subject: [PATCH 3/7] Updated Badge (markdown) --- Badge.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Badge.md b/Badge.md index 570fb28..1e45478 100644 --- a/Badge.md +++ b/Badge.md @@ -1 +1,3 @@ +(Version >= 1.16.0) + Please read: https://github.com/louislam/uptime-kuma/pull/1119 \ No newline at end of file From 3830d63426edd01ff6e4fbf7c1c46f4a3f158b07 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Thu, 26 May 2022 19:41:51 +0800 Subject: [PATCH 4/7] Update to 1.16.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 2384c5d..16e3b7b 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.15.0 --force +git checkout 1.16.0 --force # Install dependenies and prebuilt npm ci --production From bf3abdcc290183cda97c21eb6f92f7edce6100e5 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sun, 29 May 2022 01:52:35 +0800 Subject: [PATCH 5/7] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index fdf3094..c16f7b9 100644 --- a/Home.md +++ b/Home.md @@ -4,7 +4,7 @@ This wiki is also available on https://uptime.kuma.pet/docs/ ## 🐻? -KumaοΌˆγ‚―γƒž / η†ŠοΌ‰means bear 🐻 in Japanese. +Kuma (γ‚―γƒž/η†Š) means bear 🐻 in Japanese. A little bear is watching your website.🐻🐻🐻 From c0e9b19cb1f59307d059ecf5a194212396a5c53e Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sun, 29 May 2022 12:49:39 +0800 Subject: [PATCH 6/7] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index c16f7b9..c6687fd 100644 --- a/Home.md +++ b/Home.md @@ -13,7 +13,7 @@ A little bear is watching your website.🐻🐻🐻 http://ipa-reader.xyz/?text=%CB%88%CA%8Cpta%C9%AAm%20k%C9%AF%CC%9F%E1%B5%9Dma%CC%A0&voice=Joey -### How to contribute to this wiki? +## How to contribute to this wiki? You could make a pull request in this wiki repo: https://github.com/louislam/uptime-kuma-wiki From ea57caf0776ad048091889128dea09476c84899b Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sun, 29 May 2022 12:59:29 +0800 Subject: [PATCH 7/7] Update to 1.16.1 --- πŸ†™-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 16e3b7b..e0e5b66 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.16.0 --force +git checkout 1.16.1 --force # Install dependenies and prebuilt npm ci --production