Merge pull request #612 from monochrome-music/claude/practical-nightingale-f108aa
Replace tidal-uptime workers.dev URLs with geeked.wtf
This commit is contained in:
commit
f77016d0e9
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:
|
||||
|
||||
- [https://tidal-uptime.jiffy-puffs-1j.workers.dev](https://tidal-uptime.jiffy-puffs-1j.workers.dev/)
|
||||
- [https://tidal-uptime.props-76styles.workers.dev](https://tidal-uptime.props-76styles.workers.dev/)
|
||||
- [https://tidal-uptime.geeked.wtf](https://tidal-uptime.geeked.wtf)
|
||||
|
||||
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 {
|
||||
constructor() {
|
||||
this.INSTANCES_URLS = [
|
||||
'https://tidal-uptime.jiffy-puffs-1j.workers.dev/',
|
||||
'https://tidal-uptime.props-76styles.workers.dev/',
|
||||
'https://tidal-uptime.geeked.wtf',
|
||||
];
|
||||
this.apiInstances = null;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -48,8 +48,7 @@ class TidalAPI {
|
|||
class ServerAPI {
|
||||
constructor() {
|
||||
this.INSTANCES_URLS = [
|
||||
'https://tidal-uptime.jiffy-puffs-1j.workers.dev/',
|
||||
'https://tidal-uptime.props-76styles.workers.dev/',
|
||||
'https://tidal-uptime.geeked.wtf',
|
||||
];
|
||||
this.apiInstances = null;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -48,8 +48,7 @@ class TidalAPI {
|
|||
class ServerAPI {
|
||||
constructor() {
|
||||
this.INSTANCES_URLS = [
|
||||
'https://tidal-uptime.jiffy-puffs-1j.workers.dev/',
|
||||
'https://tidal-uptime.props-76styles.workers.dev/',
|
||||
'https://tidal-uptime.geeked.wtf',
|
||||
];
|
||||
this.apiInstances = null;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -70,8 +70,7 @@ class TidalAPI {
|
|||
class ServerAPI {
|
||||
constructor() {
|
||||
this.INSTANCES_URLS = [
|
||||
'https://tidal-uptime.jiffy-puffs-1j.workers.dev/',
|
||||
'https://tidal-uptime.props-76styles.workers.dev/',
|
||||
'https://tidal-uptime.geeked.wtf',
|
||||
];
|
||||
this.apiInstances = null;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,8 +5,7 @@ import { SVG_RIGHT_ARROW } from './icons';
|
|||
export const apiSettings = {
|
||||
STORAGE_KEY: 'monochrome-api-instances-v9',
|
||||
INSTANCES_URLS: [
|
||||
'https://tidal-uptime.jiffy-puffs-1j.workers.dev/',
|
||||
'https://tidal-uptime.props-76styles.workers.dev/',
|
||||
'https://tidal-uptime.geeked.wtf',
|
||||
],
|
||||
defaultInstances: { api: [], streaming: [] },
|
||||
userInstances: null,
|
||||
|
|
|
|||
Loading…
Reference in a new issue