Louis Lam
482049c72b
Merge pull request from GHSA-88j4-pcx8-q4q3
...
* WIP, still need to handle npm run reset-password
* Implement it for "npm run reset-password"
Bug fixes and change along with this commit
- Move `ssl`, `hostname`, `port` to ./server/config.js, so `reset-password` is able to read it
- Fix: FBSD is missing, no idea who dropped it.
- Fix: Frontend code should not require any backend code (./server/config.js), moved "badgeConstants" to the common util (./src/util.ts) and drop vite-common.js
* Minor
2023-12-10 20:40:40 +08:00
Louis Lam
c19dcdba44
Add reminder to keep healthcheck.js
2023-02-14 12:31:29 +08:00
Louis Lam
6048bc5dfc
Revert #2083 's change of healthcheck.js
2023-02-14 00:46:22 +08:00
Louis Lam
18ae6fa6c1
Merge remote-tracking branch 'origin/master' into patch-1_k8s
2023-01-30 21:34:45 +08:00
Louis Lam
ad5e1957b1
Deprecate healthcheck.js
2022-12-08 18:29:17 +08:00
Kyle
7aa3f6c559
Corrected default hostname port for healthcheck
2022-09-14 15:04:21 -06:00
Kyle
db4b2cd984
Re-add support for UPTIME_KUMA_HOST and _PORT in healthcheck.js
2022-09-14 14:25:56 -06:00
Kyle
b4f0f8bca5
Replace healthcheck hostname env variable name
2022-09-13 22:18:00 -06:00
Kyle
b382064384
Replace port env var in healthcheck.js
2022-09-13 21:52:32 -06:00
Louis
ed64853125
Keep FBSD, BSD for ping only
2022-01-12 01:44:01 +08:00
Denis
6bda5c6329
update comment
2022-01-11 13:39:45 +01:00
Louis
f9751d0c01
Fix FBSD to BSD https://github.com/louislam/uptime-kuma/pull/1155#issuecomment-1009544236
2022-01-11 19:15:28 +08:00
Louis Lam
e496c3b3be
update healthcheck.js
2021-11-02 22:03:02 +08:00
Louis Lam
60e12f4bfa
fix healthcheck.js with prefix UPTIME_KUMA_
2021-11-02 01:13:05 +08:00
LouisLam
201bba63d7
add a healthcheck comment
2021-09-10 21:17:20 +08:00
LouisLam
1d05df6ec9
[docker healthcheck] use retries instead, longer start-period causes starting problem in Docker Swarm mode
2021-09-09 11:41:28 +08:00
Louis Lam
926c15ea40
Update healthcheck.js
2021-09-07 17:30:50 +08:00
LouisLam
ec8c1cad31
update healthcheck.js for changing ssl cert / hostname / port
2021-09-07 16:06:28 +08:00
LouisLam
bf33f97c9e
code re-use and eslint
2021-08-09 13:49:37 +08:00
Niyas
c203317b3b
Docker healthcheck
...
Copied from https://scoutapm.com/blog/how-to-use-docker-healthcheck
2021-07-17 20:07:35 +05:30