uptime-kuma/server/model
mueller-ma 7f0d3a3043 Add custom html code to head
With this PR a new text field will be added that allows setting custom
html code to the `<head>` of a status page.
The implementation will be similar to
https://github.com/louislam/uptime-kuma/pull/2567/files, but with a
multi-line text field and without escaping any special chars.

For security reasons the env var `UPTIME_KUMA_ALLOW_CUSTOM_HTML` must be set to `1` to enable this feature.

This will allow tracking with most analytic platforms and has been
requested several times.

Closes #2818
2024-06-04 00:31:47 +02:00
..
api_key.js Added JSDoc to ESLint (#3529) 2023-08-11 15:46:41 +08:00
docker_host.js Added JSDoc to ESLint (#3529) 2023-08-11 15:46:41 +08:00
group.js Made sure that more of the async usages are awaited (#4574) 2024-03-15 15:02:55 +01:00
heartbeat.js Feat: Retries persistence (#3814) 2023-11-24 18:11:36 +08:00
incident.js Added JSDoc to ESLint (#3529) 2023-08-11 15:46:41 +08:00
maintenance.js Made sure that more of the async usages are awaited (#4574) 2024-03-15 15:02:55 +01:00
monitor.js Fix: Use retryInterval when a monitor is DOWN (#4476) 2024-06-03 21:47:43 +02:00
proxy.js Added JSDoc to ESLint (#3529) 2023-08-11 15:46:41 +08:00
remote_browser.js Feature: remote browser support (#3904) 2023-12-01 15:29:10 +08:00
status_page.js Add custom html code to head 2024-06-04 00:31:47 +02:00
tag.js Added JSDoc to ESLint (#3529) 2023-08-11 15:46:41 +08:00
user.js Feat: Refresh login token for the client initiating password change (#4214) 2023-12-18 19:52:49 +08:00