Initial build: engine, run scripts, WinSCP setup, example configs

This commit is contained in:
2026-06-29 20:34:33 -05:00
parent 241acd40d6
commit ac4c6d823c
9 changed files with 416 additions and 2 deletions
@@ -0,0 +1,13 @@
{
"_comment": "Only create this file if this practice has its own FTP login. Delete any section you don't need to override.",
"ftps": {
"username": "practice-specific-username",
"password": "practice-specific-password"
},
"sftp": {
"username": "practice-specific-username",
"password": "practice-specific-password"
}
}