fix: route installs to apps or services
Demo images / Build & push demo images (push) Successful in 3m39s

This commit is contained in:
archipelago
2026-09-12 15:07:33 -04:00
parent d35474f774
commit c4aa72dccc
6 changed files with 32 additions and 7 deletions
@@ -68,6 +68,7 @@ const REGISTRY = 'source.archipelago-foundation.org/lfg2025'
/** Marketplace app ID -> backend package keys (for "Already Installed" when first-boot/deploy created them) */
export const INSTALLED_ALIASES: Record<string, string[]> = {
'cuprate-ui': ['cuprate-ui', 'cuprate'],
mempool: ['mempool-web', 'mempool-api', 'archy-mempool-web', 'archy-mempool-db'],
bitcoin: ['bitcoin-knots'],
btcpay: ['btcpay-server', 'archy-btcpay-db', 'archy-nbxplorer'],