Replace old tidal-uptime workers.dev URLs with geeked.wtf
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a3580a9098
commit
00bb06448d
6 changed files with 6 additions and 12 deletions
|
|
@ -24,8 +24,7 @@ PLEASE do not use any rehost of monochrome and complain to us about features not
|
||||||
|
|
||||||
Monochrome uses the Hi-Fi API under the hood. Live, up-to-date status trackers (which return JSON) can be found below:
|
Monochrome uses the Hi-Fi API under the hood. Live, up-to-date status trackers (which return JSON) can be found below:
|
||||||
|
|
||||||
- [https://tidal-uptime.jiffy-puffs-1j.workers.dev](https://tidal-uptime.jiffy-puffs-1j.workers.dev/)
|
- [https://tidal-uptime.geeked.wtf](https://tidal-uptime.geeked.wtf)
|
||||||
- [https://tidal-uptime.props-76styles.workers.dev](https://tidal-uptime.props-76styles.workers.dev/)
|
|
||||||
|
|
||||||
These are available API endpoints that can be used with Monochrome or other Hi-Fi based applications:
|
These are available API endpoints that can be used with Monochrome or other Hi-Fi based applications:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -48,8 +48,7 @@ class TidalAPI {
|
||||||
class ServerAPI {
|
class ServerAPI {
|
||||||
constructor() {
|
constructor() {
|
||||||
this.INSTANCES_URLS = [
|
this.INSTANCES_URLS = [
|
||||||
'https://tidal-uptime.jiffy-puffs-1j.workers.dev/',
|
'https://tidal-uptime.geeked.wtf',
|
||||||
'https://tidal-uptime.props-76styles.workers.dev/',
|
|
||||||
];
|
];
|
||||||
this.apiInstances = null;
|
this.apiInstances = null;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -48,8 +48,7 @@ class TidalAPI {
|
||||||
class ServerAPI {
|
class ServerAPI {
|
||||||
constructor() {
|
constructor() {
|
||||||
this.INSTANCES_URLS = [
|
this.INSTANCES_URLS = [
|
||||||
'https://tidal-uptime.jiffy-puffs-1j.workers.dev/',
|
'https://tidal-uptime.geeked.wtf',
|
||||||
'https://tidal-uptime.props-76styles.workers.dev/',
|
|
||||||
];
|
];
|
||||||
this.apiInstances = null;
|
this.apiInstances = null;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -48,8 +48,7 @@ class TidalAPI {
|
||||||
class ServerAPI {
|
class ServerAPI {
|
||||||
constructor() {
|
constructor() {
|
||||||
this.INSTANCES_URLS = [
|
this.INSTANCES_URLS = [
|
||||||
'https://tidal-uptime.jiffy-puffs-1j.workers.dev/',
|
'https://tidal-uptime.geeked.wtf',
|
||||||
'https://tidal-uptime.props-76styles.workers.dev/',
|
|
||||||
];
|
];
|
||||||
this.apiInstances = null;
|
this.apiInstances = null;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -70,8 +70,7 @@ class TidalAPI {
|
||||||
class ServerAPI {
|
class ServerAPI {
|
||||||
constructor() {
|
constructor() {
|
||||||
this.INSTANCES_URLS = [
|
this.INSTANCES_URLS = [
|
||||||
'https://tidal-uptime.jiffy-puffs-1j.workers.dev/',
|
'https://tidal-uptime.geeked.wtf',
|
||||||
'https://tidal-uptime.props-76styles.workers.dev/',
|
|
||||||
];
|
];
|
||||||
this.apiInstances = null;
|
this.apiInstances = null;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,7 @@ import { SVG_RIGHT_ARROW } from './icons';
|
||||||
export const apiSettings = {
|
export const apiSettings = {
|
||||||
STORAGE_KEY: 'monochrome-api-instances-v9',
|
STORAGE_KEY: 'monochrome-api-instances-v9',
|
||||||
INSTANCES_URLS: [
|
INSTANCES_URLS: [
|
||||||
'https://tidal-uptime.jiffy-puffs-1j.workers.dev/',
|
'https://tidal-uptime.geeked.wtf',
|
||||||
'https://tidal-uptime.props-76styles.workers.dev/',
|
|
||||||
],
|
],
|
||||||
defaultInstances: { api: [], streaming: [] },
|
defaultInstances: { api: [], streaming: [] },
|
||||||
userInstances: null,
|
userInstances: null,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue