v0.3.0
* Getting environment variables and passwords from Vault (not tested yet) * Vault configuration to config (not tested yet) * Ability to run scripts from file on local machine on the remote host * Ability to get ouput in the notification of a list for individual commands or all commands * Make SSH connections close after all commands have been run; reuse previous connections if needed
This commit is contained in:
25
docs/vangen/backy/index.html
Normal file
25
docs/vangen/backy/index.html
Normal file
@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>go.cybershell.xyz/backy</title>
|
||||
<meta name="go-import" content="go.cybershell.xyz/backy git https://git.andrewnw.xyz/CyberShell/backy">
|
||||
<meta name="go-source" content="go.cybershell.xyz/backy https://git.andrewnw.xyz/CyberShell/backy https://git.andrewnw.xyz/CyberShell/backy/src/branch/master/{/dir} https://git.andrewnw.xyz/CyberShell/backy/src/branch/master/{/dir}/{file}#L{line}">
|
||||
<style>
|
||||
* { font-family: sans-serif; }
|
||||
body { margin-top: 0; }
|
||||
.content { display: inline-block; }
|
||||
code { display: block; font-family: monospace; font-size: 1em; background-color: #d5d5d5; padding: 1em; margin-bottom: 16px; }
|
||||
ul { margin-top: 16px; margin-bottom: 16px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="content">
|
||||
<h2>go.cybershell.xyz/backy</h2>
|
||||
<code>go get go.cybershell.xyz/backy</code>
|
||||
<code>import "go.cybershell.xyz/backy"</code>
|
||||
Home: <a href="https://backy.cybershell.xyz/">https://backy.cybershell.xyz/</a><br/>
|
||||
Source: <a href="https://git.andrewnw.xyz/CyberShell/backy">https://git.andrewnw.xyz/CyberShell/backy</a><br/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user