mirror of
https://github.com/unraid/api.git
synced 2026-01-06 08:39:54 -06:00
Co-authored-by: Eli Bosley <ekbosley@gmail.com> Co-authored-by: Pujit Mehrotra <pujit@lime-technology.com> Co-authored-by: mdatelle <mike@datelle.net> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Zack Spear <zackspear@users.noreply.github.com>
22 lines
580 B
JSON
22 lines
580 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"
|
|
]
|
|
}
|
|
|