Adds a cron job monitoring widget

This commit is contained in:
Alicia Sykes
2021-12-19 20:05:56 +00:00
parent 676d1cb106
commit 8ae310ebd3
4 changed files with 196 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ module.exports = {
save: '/config-manager/save',
rebuild: '/config-manager/rebuild',
systemInfo: '/system-info',
corsProxy: '/cors-proxy',
},
/* List of built-in themes, to be displayed within the theme-switcher dropdown */
builtInThemes: [
@@ -213,7 +214,7 @@ module.exports = {
exchangeRates: 'https://v6.exchangerate-api.com/v6/',
flights: 'https://aerodatabox.p.rapidapi.com/flights/airports/icao/',
githubTrending: 'https://gh-trending-repos.herokuapp.com/',
healthChecks: 'https://healthchecks.io/api/v1/',
healthChecks: 'https://healthchecks.io/api/v1/checks',
holidays: 'https://kayaposoft.com/enrico/json/v2.0/?action=getHolidaysForDateRange',
jokes: 'https://v2.jokeapi.dev/joke/',
news: 'https://api.currentsapi.services/v1/latest-news',