fix: 23.182.128.160:3000 is primary registry everywhere
Swapped all registry references: image-versions.sh, marketplaceData.ts, curatedApps.ts, catalog.json. git.tx1138.com is now fallback only. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
c910be87af
commit
c71d543f4c
@ -1,6 +1,6 @@
|
|||||||
import type { MarketplaceApp } from './types'
|
import type { MarketplaceApp } from './types'
|
||||||
|
|
||||||
const R = 'git.tx1138.com/lfg2025'
|
const R = '23.182.128.160:3000/lfg2025'
|
||||||
|
|
||||||
// ---------- Dynamic catalog from registry ----------
|
// ---------- Dynamic catalog from registry ----------
|
||||||
export interface CatalogFeatured {
|
export interface CatalogFeatured {
|
||||||
@ -25,7 +25,7 @@ const CATALOG_TTL = 60 * 60 * 1000 // 1 hour cache
|
|||||||
/** Remote catalog URLs — tried in order. First success wins. */
|
/** Remote catalog URLs — tried in order. First success wins. */
|
||||||
const CATALOG_URLS = [
|
const CATALOG_URLS = [
|
||||||
// Primary: Gitea raw file (dynamic, updated without frontend rebuild)
|
// Primary: Gitea raw file (dynamic, updated without frontend rebuild)
|
||||||
'https://git.tx1138.com/lfg2025/app-catalog/raw/branch/main/catalog.json',
|
// Legacy (down): https://git.tx1138.com/lfg2025/app-catalog/raw/branch/main/catalog.json
|
||||||
// Fallback: direct IP if DNS fails
|
// Fallback: direct IP if DNS fails
|
||||||
'http://23.182.128.160:3000/lfg2025/app-catalog/raw/branch/main/catalog.json',
|
'http://23.182.128.160:3000/lfg2025/app-catalog/raw/branch/main/catalog.json',
|
||||||
// Last resort: local static file (baked into frontend build)
|
// Last resort: local static file (baked into frontend build)
|
||||||
|
|||||||
@ -33,7 +33,7 @@ export interface InstallProgress {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** Archipelago app registry — all app images are mirrored here */
|
/** Archipelago app registry — all app images are mirrored here */
|
||||||
const REGISTRY = 'git.tx1138.com/lfg2025'
|
const REGISTRY = '23.182.128.160:3000/lfg2025'
|
||||||
|
|
||||||
/** Marketplace app ID -> backend package keys (for "Already Installed" when first-boot/deploy created them) */
|
/** Marketplace app ID -> backend package keys (for "Already Installed" when first-boot/deploy created them) */
|
||||||
export const INSTALLED_ALIASES: Record<string, string[]> = {
|
export const INSTALLED_ALIASES: Record<string, string[]> = {
|
||||||
|
|||||||
@ -10,8 +10,8 @@
|
|||||||
# to verify against the registry.
|
# to verify against the registry.
|
||||||
|
|
||||||
# Archipelago app registries (primary + fallback)
|
# Archipelago app registries (primary + fallback)
|
||||||
ARCHY_REGISTRY="git.tx1138.com/lfg2025"
|
ARCHY_REGISTRY="23.182.128.160:3000/lfg2025"
|
||||||
ARCHY_REGISTRY_FALLBACK="23.182.128.160:3000/lfg2025"
|
ARCHY_REGISTRY_FALLBACK="git.tx1138.com/lfg2025"
|
||||||
|
|
||||||
# Bitcoin stack
|
# Bitcoin stack
|
||||||
BITCOIN_KNOTS_IMAGE="$ARCHY_REGISTRY/bitcoin-knots:latest"
|
BITCOIN_KNOTS_IMAGE="$ARCHY_REGISTRY/bitcoin-knots:latest"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user