added vscode devcontainer with kubectl
All checks were successful
/ deploy-to-homesrv01 (push) Successful in 27s

add  wyoming-whisper k3s deplyoment
This commit is contained in:
2025-05-21 19:25:43 +00:00
parent bbc56cac77
commit 5a9f1df663
7 changed files with 212 additions and 5 deletions

View File

@@ -0,0 +1,49 @@
{
"folders": [
{
"path": "./",
"name": "homesrv01"
},
{
"path": "../homeAssistant"
},
{
"path": "../lms"
},
{
"path": "../mosquitto"
},
{
"name": "kb",
"path": "../kb"
},
// {
// "name": "kb/kb",
// "path": "../../kb/kb"
// }
],
"settings": {
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"kb": true,
},
"ansible.python.interpreterPath": "/bin/python",
"cSpell.words": [
"lmscommunity",
"localtime",
"lyrionmusicserver",
"rclone",
"reverseproxy"
]
}
}