fix: route GitWorkshop installs through orchestrator

This commit is contained in:
archipelago
2026-09-12 04:41:14 -04:00
parent c4ed9fb1fa
commit e625b29d9e
3 changed files with 29 additions and 1 deletions
+3
View File
@@ -48,6 +48,9 @@ export const APP_CATEGORY_MAP: Record<string, string> = {
'tailscale': 'networking', 'netbird': 'networking', 'nginx-proxy-manager': 'networking', 'portainer': 'networking',
'uptime-kuma': 'networking',
'botfights': 'community',
// User-facing app: keep the install placeholder in My Apps while its
// manifest (including interfaces.main.ui) is not available yet.
'archipelago-source': 'development',
}
export function getAppCategory(id: string, pkg: PackageDataEntry): string {