mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-30 03:00:40 +00:00
Merge remote-tracking branch 'production/master'
commit
330c24ef29
6 changed files with 14 additions and 3 deletions
|
@ -4,4 +4,6 @@ Just a note for some traps and useful things for development.
|
|||
- node-alpine3.13 image is not working on Raspberry Pi (armv7), need to downgrade to alpine 3.12.
|
||||
- docker-alpine's dns is actually not stable in some systems.
|
||||
- [CSS] do not use any system-ui fonts, the fonts will be difference in difference Windows Languages
|
||||
- [Unit Test] Vue suggested Jest, but what, you cannot run the test in a browser, it is so stupid because all browser functions cannot be tested (localStorage, DOM and more).
|
||||
- [Unit Test] Vue suggested Jest, but what, you cannot run the test in a browser, it is so stupid because all browser functions cannot be tested (localStorage, DOM and more).
|
||||
- Need to use `jsesc` to escape the content inside <script></script>.
|
||||
- .NET 4.7 is the best lowest version to support high DPI monitors
|
2
Home.md
2
Home.md
|
@ -47,5 +47,5 @@ https://github.com/louislam/uptime-kuma-wiki
|
|||
* (2022-01-21) Reach 12,059 Stargazers!
|
||||
* (2022-03-02) Docker Pull is over 25M! 14,050 Stargazers!
|
||||
* (2022-04-10) 15,629 Stargazers!
|
||||
|
||||
* (2022-10-09) 21,975 Stargazers! Over 20K! Another Milestone!🐻👍
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
(Version >= 1.18.0)
|
||||
|
||||
## If you are running Uptime Kuma Docker
|
||||
|
||||
By default, a docker container is self-contained, which means Uptime Kuma cannot access your host. You need to bind the /var/run/docker.sock to your container.
|
||||
|
|
6
Maintenance.md
Normal file
6
Maintenance.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
(Version >= 1.19.0)
|
||||
|
||||
This feature is designed for:
|
||||
|
||||
- Temporary disable notifications during time window
|
||||
- Show the message on status pages.
|
1
_Footer.md
Normal file
1
_Footer.md
Normal file
|
@ -0,0 +1 @@
|
|||
[Edit this page](https://github.com/louislam/uptime-kuma-wiki)
|
|
@ -34,7 +34,7 @@ cd <uptime-kuma-directory>
|
|||
|
||||
# Update from git
|
||||
git fetch --all
|
||||
git checkout 1.18.0 --force
|
||||
git checkout 1.18.5 --force
|
||||
|
||||
# Install dependencies and prebuilt
|
||||
npm install --production
|
||||
|
|
Loading…
Reference in a new issue