updated ssh playbook

This commit is contained in:
transatoshi
2025-01-11 19:13:08 -08:00
parent f1e5b16093
commit fd450665aa
21 changed files with 7859 additions and 3475 deletions

View File

@@ -101,6 +101,11 @@
<label><input id="wallet" type="radio" name="wallet" value="wallet" checked>No (free)</label>
<label><input id="no-wallet" type="radio" name="wallet" value="no-wallet">Yes (flat fee)</label>
</fieldset>
<fieldset>
<legend>Do you agree to only use your VPS for Grin related software?</legend>
<label><input id="agreed" type="radio" name="grin-only" value="wallet" checked>Yes</label>
<label><input id="not-agreed" type="radio" name="grin-only" value="not-agreed">No</label>
</fieldset>
<input type="text" name="comments" placeholder="comments or questions">
<input type="text" name="email" placeholder="your e-mail address" required>
<button type="submit">Submit</button>