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:
Dorian 2026-03-19 18:05:22 +00:00
parent 7ab51ded75
commit f1db6b08b6

View File

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