mirror of
https://github.com/unraid/api.git
synced 2026-02-18 05:58:28 -06:00
22 lines
578 B
JSON
22 lines
578 B
JSON
{
|
|
"_comment": "rename this file to .vscode/sftp.json and replace name/host/privateKeyPath for your system",
|
|
"name": "Tower",
|
|
"host": "Tower.local",
|
|
"protocol": "sftp",
|
|
"port": 22,
|
|
"username": "root",
|
|
"privateKeyPath": "C:/Users/username/.ssh/tower",
|
|
"remotePath": "/",
|
|
"context": "plugin/source/dynamix.unraid.net/",
|
|
"uploadOnSave": true,
|
|
"useTempFile": false,
|
|
"openSsh": false,
|
|
"ignore": [
|
|
"// comment: ignore dot files/dirs in root of repo",
|
|
".github",
|
|
".vscode",
|
|
".git",
|
|
".DS_Store"
|
|
]
|
|
}
|