added vscode devcontainer with kubectl
All checks were successful
/ deploy-to-homesrv01 (push) Successful in 27s
All checks were successful
/ deploy-to-homesrv01 (push) Successful in 27s
add wyoming-whisper k3s deplyoment
This commit is contained in:
49
casa.full-stack.code-workspace
Normal file
49
casa.full-stack.code-workspace
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user