add Jellyfin

This commit is contained in:
Márcio Fernandes
2026-07-11 21:20:31 +00:00
parent 591afcc617
commit 63e9fb40a1
3 changed files with 21 additions and 1 deletions
+19
View File
@@ -14,6 +14,10 @@
{
"path": "../mosquitto"
},
{
"name": "Jellyfin",
"path": "../myLimbo.Jellyfin"
},
{
"name": "kb",
"path": "../kb"
@@ -95,7 +99,22 @@
"focus": false,
"panel": "shared"
}
},
{
"label": "Kustomize - Build - Selected File",
"type": "shell",
"command": "bash -c '[[ \"$(basename ${file})\" == \"kustomization.yaml\" ]] && kubectl kustomize ${fileDirname} || echo \"❌ invalid kustomization.yaml\"'",
"problemMatcher": [],
"group": "build"
},
{
"label": "Kustomize - Build & Deploy - Selected File",
"type": "shell",
"command": "bash -c '[[ \"$(basename ${file})\" == \"kustomization.yaml\" ]] && kubectl kustomize ${fileDirname} | kubectl apply -f - || echo \"❌ invalid kustomization.yaml\"'",
"problemMatcher": [],
"group": "build"
}
]
}
}