LouisLam
508586fcfd
add codesandbox config for demo
3 years ago
Dumitru Uzun
feb0feda76
Dockerfile: Avoid keeping npm in RAM
...
By running node directly, we save some RAM. In my case npm consumes 300MB and does nothing, just waits for the node process to exit.
On small VPSes 300MB is a lot!
3 years ago
Ponkhy
34ca5c5c15
Merge branch 'master' of https://github.com/louislam/uptime-kuma
3 years ago
Ponkhy
2b8c5e2e65
Added German Language
3 years ago
Thomas Ferney
44d9967cfb
feat: add rocket.chat notification
3 years ago
LouisLam
8318c2e8ff
add a simple dns server for testing, and disable ipRegex for dev only (need to input port)
3 years ago
LouisLam
46ac753c46
Merge branch 'master' into dns-monitor
3 years ago
Thies
72740ba477
Update the styling to better match existing styles
...
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
3 years ago
Thies Nieborg
5d438ca2b6
Discord notification URL now also represents non http services
3 years ago
Ponkhy
02a12e68b8
Used ALTER TABLE instead of rebuilding the table
3 years ago
Louis Lam
a7cd70f7de
Merge pull request #253 from chakflying/chart-fix
...
Fix: More Chart improvements
3 years ago
Louis Lam
26db0471da
Merge pull request #254 from RasHas/master
...
added mattermost notification support
3 years ago
Ponkhy
d313a06d5c
Optimizations for output handling
3 years ago
LouisLam
4c1f2f85f8
manual fix stylelint
3 years ago
Rashad
23851ef539
added mattermost notification support
3 years ago
LouisLam
397fd12081
remove unused import
3 years ago
LouisLam
564bc96735
eslint: camelcase rule do not check properties, because it could be database field name
3 years ago
LouisLam
682e4d45e2
eslint for notification.js
3 years ago
LouisLam
f96d792fa1
fix patch database using better-sqlite3
3 years ago
Nelson Chan
2d20634738
Chore: Add comments, improve performance & styling
3 years ago
Nelson Chan
9442c3fa05
Fix: Fix chart bars to be full width
3 years ago
LouisLam
302d2665d2
run stylelint for the project
3 years ago
LouisLam
2b68be52b0
Merge branch 'clean-mobile-table'
3 years ago
LouisLam
393c4fb1a7
update stylelint
3 years ago
Louis Lam
13f6c79e79
Merge pull request #236 from Ponkhy/clean-mobile-table
...
Added clean monitor table for smaller screens
3 years ago
LouisLam
ca69d06e0d
update border color
3 years ago
LouisLam
d8d428907e
Merge branch 'master' into clean-mobile-table
3 years ago
Ponkhy
a17c14ea1c
Centered title, badge and datetime
3 years ago
LouisLam
28a51d806b
translate to Traditional Chinese (Hong Kong)
3 years ago
Ponkhy
6eead46fa6
Merge branch 'dns-monitor' of https://github.com/Ponkhy/uptime-kuma into dns-monitor
3 years ago
Ponkhy
44d9fa63f0
Adjusted the output for A and AAAA records
3 years ago
LouisLam
dd4c00eed3
add vue i18n
3 years ago
LouisLam
752ac05149
Merge remote-tracking branch 'origin/master'
3 years ago
LouisLam
14652c9b5f
Remove unused variables
3 years ago
Louis Lam
054186370e
add source of ipRegex
3 years ago
Louis Lam
40d80dfdfd
clarify pull request rule
3 years ago
Louis Lam
b9684e32d3
Update CONTRIBUTING.md
3 years ago
LouisLam
8e726da82a
eslint: add camelcase rule
3 years ago
Louis Lam
df41c40cc2
add mit license badge in readme
3 years ago
Ponkhy
5dc834794c
Row spacing reduced and badge centered
3 years ago
LouisLam
36ace3e56c
naming convention and wrap all styles inside .table-shadow-box to avoid unexpected style in the future
3 years ago
LouisLam
3f12afce28
Merge branch 'master' into clean-mobile-table
3 years ago
Louis Lam
833b4733a8
Merge pull request #246 from chakflying/patch-4
...
Proj: Add npm lint commands
3 years ago
Nelson Chan
066b67dfce
Proj: Add lint commands
3 years ago
Ponkhy
b2041cb36b
Fixed ESLint Errors
3 years ago
LouisLam
aa2233eb2d
log notification error
3 years ago
Ponkhy
e5981b10ce
Replaced var with let and removed re-declaration
3 years ago
LouisLam
46cb955172
afterLogin change to non blocking
3 years ago
LouisLam
50f300dd28
heartbeat interval change to use setTimeout()
3 years ago
LouisLam
2f50fc4c00
plan to switch to better-sqlite3, drop node-sqlite3
3 years ago