diff --git a/Badge.md b/Badge.md new file mode 100644 index 0000000..1e45478 --- /dev/null +++ b/Badge.md @@ -0,0 +1,3 @@ +(Version >= 1.16.0) + +Please read: https://github.com/louislam/uptime-kuma/pull/1119 \ No newline at end of file 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 diff --git a/Home.md b/Home.md index fdf3094..c6687fd 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.🐻🐻🐻 @@ -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 diff --git a/πŸ†™-How-to-Update.md b/πŸ†™-How-to-Update.md index 9759105..1227246 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.1 --force +git checkout 1.16.1 --force # Install dependencies and prebuilt npm install --production