mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-22 11:35:56 +00:00
Merge remote-tracking branch 'production/master'
commit
330c24ef29
6 changed files with 14 additions and 3 deletions
|
@ -5,3 +5,5 @@ Just a note for some traps and useful things for development.
|
||||||
- docker-alpine's dns is actually not stable in some systems.
|
- 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
|
- [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-01-21) Reach 12,059 Stargazers!
|
||||||
* (2022-03-02) Docker Pull is over 25M! 14,050 Stargazers!
|
* (2022-03-02) Docker Pull is over 25M! 14,050 Stargazers!
|
||||||
* (2022-04-10) 15,629 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
|
## 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.
|
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
|
# Update from git
|
||||||
git fetch --all
|
git fetch --all
|
||||||
git checkout 1.18.0 --force
|
git checkout 1.18.5 --force
|
||||||
|
|
||||||
# Install dependencies and prebuilt
|
# Install dependencies and prebuilt
|
||||||
npm install --production
|
npm install --production
|
||||||
|
|
Loading…
Add table
Reference in a new issue