fix: hide dwn from My Apps (backend service, not user app)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
7ab51ded75
commit
f1db6b08b6
@ -341,7 +341,7 @@ const activeTab = ref<'apps' | 'services'>(
|
||||
// Service container name patterns (backend/infra, not user-facing)
|
||||
const SERVICE_NAMES = new Set([
|
||||
// Database & backend infrastructure
|
||||
'archy-mempool-db', 'archy-btcpay-db', 'archy-nbxplorer', 'archy-tor',
|
||||
'dwn', 'archy-mempool-db', 'archy-btcpay-db', 'archy-nbxplorer', 'archy-tor',
|
||||
'immich_postgres', 'immich_redis',
|
||||
'penpot-postgres', 'penpot-valkey', 'penpot-backend', 'penpot-exporter',
|
||||
'mysql-mempool', 'mempool-api', 'archy-mempool-web',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user