mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 21:30:41 +00:00
update selfhst icon-URLs to use @master path (#9543)
* update selfhst icon-URLs to use @master path Changed all icon URLs in JSON files from 'cdn.jsdelivr.net/gh/selfhst/icons/webp/' to 'cdn.jsdelivr.net/gh/selfhst/icons@master/webp/' for consistency and to ensure the latest icons are referenced. * added missing icons
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"interface_port": 3000,
|
||||
"documentation": "https://healthchecks.io/docs/",
|
||||
"website": "https://healthchecks.io/",
|
||||
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/healthchecks.webp",
|
||||
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@master/webp/healthchecks.webp",
|
||||
"description": "Healthchecks is a cron job monitoring service. It listens for HTTP requests and email messages (\"pings\") from your cron jobs and scheduled tasks (\"checks\"). When a ping does not arrive on time, Healthchecks sends out alerts. Healthchecks comes with a web dashboard, API, 25+ integrations for delivering notifications, monthly email reports, WebAuthn 2FA support, team management features: projects, team members, read-only access.",
|
||||
"install_methods": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user