mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-01 02:34:03 +00:00
Merge remote-tracking branch 'wiki/master'
# Conflicts:
# 🆙-How-to-Update.md
commit
9ae29752ff
4 changed files with 7 additions and 4 deletions
3
Badge.md
Normal file
3
Badge.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
(Version >= 1.16.0)
|
||||
|
||||
Please read: https://github.com/louislam/uptime-kuma/pull/1119
|
|
@ -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
|
||||
|
||||
|
|
4
Home.md
4
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
|
||||
|
|
|
@ -34,7 +34,7 @@ cd <uptime-kuma-directory>
|
|||
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue