-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* One of the last big hurdles in getting part 2.5 wrapped up. - Opens up cfg file editing to local installs owned by other users without having to route stuff through the ansible connector script. - More details in Todos.md. * Made `find_cfg_paths()` work for remote installs too. * Created new `read_file_over_ssh()` function for fetching cfg file contents for remote installs. - Uses paramiko's sftp open to read. * Created new `write_file_over_ssh()` to update cfg files with users desired changes. - Uses paramiko's sftp open to write changes. * Made download and save buttons work for edit page for remote installs. - Used Flask's `send_file()` to send the str contents as a file like object.
- Loading branch information
1 parent
6be8088
commit a790d95
Showing
3 changed files
with
177 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters