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:
binimum 2026-04-23 20:29:15 +01:00 committed by GitHub
commit f77016d0e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 6 additions and 12 deletions

View file

@ -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:

View file

@ -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;
}

View file

@ -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;
}

View file

@ -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;
}

View file

@ -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;
}

View file

@ -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,