Skip to content

Commit

Permalink
Use tunnel instead of ssh for home-server workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
pkissling committed Oct 12, 2023
1 parent 0b2af18 commit d82bad0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions vscode/workspaces/home-server.code-workspace
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"folders": [
{
"uri": "vscode-remote://ssh-remote+home-server/home/home-server/docker/home-assistant"
"uri": "vscode-remote://tunnel+home-server/home/home-server/docker/home-assistant"
},
{
"uri": "vscode-remote://ssh-remote+home-server/home/home-server/clock-weather-card"
"uri": "vscode-remote://tunnel+home-server/home/home-server/clock-weather-card"
},
{
"uri": "vscode-remote://ssh-remote+home-server/home/home-server/home-network-utilities"
"uri": "vscode-remote://tunnel+home-server/home/home-server/home-network-utilities"
},
{
"uri": "vscode-remote://ssh-remote+home-server/home/home-server/docker"
"uri": "vscode-remote://tunnel+home-server/home/home-server/docker"
},
{
"uri": "vscode-remote://ssh-remote+home-server/home/home-server/docker-scout"
"uri": "vscode-remote://tunnel+home-server/home/home-server/docker-scout"
}
],
"remoteAuthority": "ssh-remote+home-server",
"remoteAuthority": "tunnel+home-server",
"settings": {}
}
}

0 comments on commit d82bad0

Please sign in to comment.