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

@@ -9,9 +9,13 @@
state: latest state: latest
update_cache: yes update_cache: yes
- name: Download and install fail2ban - name: Copy fail2ban jail
ansible.builtin.copy:
src: /etc/fail2ban/jail.conf
dest: /etc/fail2ban/jail.local
- name: Enable fail2ban
ansible.builtin.shell: ansible.builtin.shell:
cmd: cp /etc/fail2ban/jail.conf /etc/fail2ban/jail.local
cmd: systemctl enable fail2ban cmd: systemctl enable fail2ban
cmd: systemctl start fail2ban cmd: systemctl start fail2ban

View File

@@ -1 +0,0 @@
Contains files for https://grinminer.net/donate/

View File

@@ -1,99 +0,0 @@
<!-- LICENSING
FOSS distributable MIT licensing
/ [!USE AT OWN RISK, GRIN IS AN EXPERIMENTAL PROTOCOL!*]
Copyright 2024 Static Age Solutions
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Grinminer.net</title>
<link href="styles.css" rel="stylesheet"/>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<main>
<div class="info">
<!--MAIN BANNER-->
<a href="https://grinminer.net/"><img class="banner" src="https://s3.amazonaws.com/grinminer.net/web-banner.png" alt="Grinminer.net" width="device-width" height="auto"></a>
<!--TITLE-->
<h1><div class="title"><b>HOSTED GRIN NODES & STRATUM SERVERS</b></div></h1>
<!--LINKS-->
<div class="row">
<div class="links"><a href="https://grinminer.net/testnet/index.html">TESTNET</a></div>
<div class="links"><a href="https://grinminer.net/menu/index.html">SERVICES</a></div>
<div class="links"><a href="https://grinminer.net/download/index.html">DOWNLOADS</a></div>
<div class="links"><a href="https://grinminer.net/donate/index.html">DONATE</a></div>
<div class="links"><a href="mailto:/support@grinminer.ner">CONTACT</a></div>
</div>
<!--SUBTITLE-->
<div class="subtitle"><h2><a href="https://beincrypto.com/learn/no-kyc-crypto-exchanges/">NO KYC</a></div></h2>
<div class="accounts"><h3>ACCOUNTS OPEN Q1 '25</h3></div>
<div class="testnet"><b><h3><a href="https://grinminer.net/testnet/index.html">HOME OF GRIN'S PERMANENT TESTNET</a></h3></b></div>
<!--DONATIONS-->
<hr>
<div class="donate"><h2>donate</h2></div>
<hr>
<div class="donations"><p><b>We accept donations, since Grinminer.net hosts:</p>
<p><a href="https://testnet.grinminer.net:3414">testnet.grinminer.com:3414</a></p>
<p><a href="https://testnet.grinminer.net:3416">testnet.grinminer.com:3416</a></p>
<p>Grin testnet node + Stratum pool</p>
<p>Mining revenue drops by ~25% while a Grinminer.net G1 mini rig mines testnet blocks</p>
<p>tGRIN is free by request</p> <p class="address">grin1gangf5s4t26waquze8<br>3vuux96497jxfgdskke9jgh<br>2jszag48xtqnvtame</p>
<hr>
<p>OR</p>
<hr>
<a href="mailto:donations@grinminer.net">Email me a Slatepack</a></b></p> </div>
</div>
</main>
</body>
<footer>
<!--WARNING-->
<div class="warning1">
<b><p>GRIN PROTOCOL<br>&<br>GRINMINER.NET<br>FIRMWARE/SOFTWARE ARE HIGHLY EXPERIMENTAL</p></b>
<br>
<b><p class="warning2">USE AT YOUR OWN RISK</p></b> </div>
<!--COPYRIGHT-->
<b><p class="copyright"><b>Copyright 2024<br><a href="mailto:support@grinminer.net">Static Age Solutions</a><br>located in the PNW<br>USA<br>MIT License</p></b>
<!--BANNER2-->
<div class="banner2"><img src="https://grinminer.net/Twitterbanner.png" alt="Twitter banner"></div>
</footer>
</html>

View File

@@ -1,378 +0,0 @@
/*ツ*/
/*Grinminer.net CSS style sheet*/
/*
FOSS License MIT
Copyright <YEAR> <COPYRIGHT HOLDER>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
body {
background-color:black;styles
font-family: sans-serif;
text-align: center;
}
}
.banner {
margin-top: 20px;
margin-bottom: 0px;
max-width: 1500px;
}
.title {
margin-top: -50px;
margin-bottom: 0px;
color: #FEF102;
background-color: darkslategrey;
border: 10px solid #FF2AD4;
}
.chart-title {
margin-top: 0px;
margin-bottom: 0px;
color: #FEF102;
background-color: darkslategrey;
border-top: 10px solid #FF2AD4;
border-left: 10px solid #FF2AD4;
border-right: #FF2AD4;
max-width: 1500px;
}
.links {
font-size: 22px;
float: left;
width: 20%;
margin-top: -45px;
border: 10px solid #FF2AD4;
background-color: black;
}
.codes {
float: left;
width: 33%;
margin-top: 80px;
margin-bottom: 20px;
}
.subtitle {
margin-top: 0px;
text-decoration: underline;
}
h1 {
padding-top: 10px;
padding-bottom: 0px;
border-bottom: 10px solid #FF2AD4;
}
h2 {
margin-top: 10px;
padding: 0px;
}
h3 {
margin-bottom: 15px;
}
.accounts {
font-size: 22px;
color: #FEF102;
}
.shill {
color: #FEF102;
font-size: 20px;
border: 10px dotted #FEF102;
margin-bottom: 0px;
}
.donate {
font-size: 44px;
color: #FEF102;
text-decoration: underline;
margin: 0px;
}
p {
font-size: 26px;
text-align: center;
margin-top: -10px;
margin-bottom: -10px;
padding-top: 10px;
padding-bottom: 10px;
}
.contact {
margin-top: -10px;
}
.whytitle {
width: 100%;
margin-bottom: 0px;
color: #FEF102;
background-color: darkslategrey;
border: 10px solid #FF2AD4;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 1250px;
}
.why {
padding-bottom: 0px;
margin-top: 0px;
margin-bottom: 0px;
color: #FEF102;
background-color: darkslategrey;
}
img {
display: block;
background-color: black;
margin-left: auto;
margin-right: auto;
margin-top: -60px;
margin-bottom: 10px;
padding-top: -10px;
padding-bottom: -10px;
width: 100%;
border: 10px solid #FF2AD4;
max-width: 1500px;
}
.images {
display: block;
background-color: black;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;
padding-top: -0px;
padding-bottom: -0px;
width: 100%;
border: 10px solid #FF2AD4;
max-width: 1250px;
}
* {
box-sizing: border-box;
}
.row {
margin-top: 10px;
margin-bottom: 0px;
}
.column2 {
float: left;
width: 50%;
padding: 20px;
}
.nodes {
width: 100%;
background-color: #FF2AD4;
border: 10px solid #FF2AD4;
margin-left: auto;
margin-right: auto;
margin-top: 100px;
margin-bottom: 0px;
padding: 0px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1250px;
}
.node {
color: lawngreen;
background-color: darkslategrey;
}
.blank {
color: darkslategrey;
background-color: darkslategrey;
}
hr {
size: 10px;
border: 5px solid #FF2AD4;;
color: #FF2AD4;
}
.sicknode {
color: tomato;
background-color: darkslategrey;
}
.node, .sicknode {
font-size: 24px ;
font-style: bold;
font-family: Impact, sans-serif;
padding-bottom: 10px;
margin-top: -30px;
margin-bottom: 0px;
padding top: 0px;
}
.row::after {
content: "";
clear: both;
display: table;
}
.menu {
display: block;
width: 100%;
color: #FEF102;
background-color: black;
border: 10px solid #FF2AD4;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
margin-top:10px;
max-width: 1250px;
}
.servicestitle {
margin-top: 0px;
margin-bottom: 0px;
color: #FEF102;
background-color: darkslategrey;
border-bottom: 20px solid #FF2AD4;
border-top: 10px solid #FF2AD4;
border-left: 10px solid #FF2AD4;
border-right: 10px solid #FF2AD4;
}
.prices {
display: block;
width: 100%;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
color: #FEF102;
background-color: black;
border-bottom: 10px solid #FF2AD4;
border-top: 10px solid #FF2AD4;
border-left: 10px solid #FF2AD4;
border-right: 10px solid #FF2AD4;
max-width: 1250px;
}
.price {
font-family: monospace;
font-size: 24px;
}
.watch {
color: #FEF102;
}
.chart {
align-self: center;
max-width: 1250px;
margin-top: 0px;
margin-bottom: 0px;
border-top: 10px solid #FF2AD4;
}
.description {
width: 100%;
color: #FEF102;
background-color: black;
border: 10px solid #FF2AD4;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
margin-top:-10px;
padding-top: 0px;
padding-bottom: 10px;
max-width: 1250px;
word-wrap: break-word;
}
footer {
margin-top: 100px;
margin-bottom: 50px;
font-size: 26px;
text-align: center;
}
.donations {
font-size: 24px;
width: auto;
font-style: italic;
color: #FEF102;
background-color: black;
border-bottom: 10px solid #FF2AD4;
border-left: 10px solid #FF2AD4;
border-right: 10px solid #FF2AD4;
max-width: 1500px;
margin-bottom: 0px;
}
.address {
color: #FF2AD4;
}
.warning1 {
color: red;
font-family: impact;
font-size: 50px;
margin-bottom: 100px;
}
.warning2 {
color: red;
font-family: impact;
font-size: 50px;
margin-bottom: 100px;
}
.copyright {
width: auto;
margin: auto;
padding: -15px;
font-style: italic;
color: #FEF102;
background-color: black;
border: 6px solid #FF2AD4;
max-width: 750px;
margin-bottom: 100px;
}
a {
color: chartreuse;
}
a:visited {
color: chartreuse; .copyright {
width: auto;
margin: auto;
padding: -15px;
font-style: italic;
background-color: #FEF102;
border: 6px solid #FF2AD4;
max-width: 750px;
margin-top: -100Spx;
}
}
a:hover {
color: purple;
}
a:active {
color: orange;
}

View File

@@ -1 +0,0 @@
Contains files for https://grinminer.net/download/

View File

@@ -1 +0,0 @@
SHA256(grin-v5.3.1-linux-x86_64.tar.gz)= 913ce1116b88437c95b743722106a4aabb440195145bb55bcf2e0b3a20fd11fc

View File

@@ -1 +0,0 @@
SHA256(grin-v5.3.1-macos-x86_64.tar.gz)= d6877117cd5ee50ba7ed8416d4fabb9e3b5e94ac9a36d9b0ed59ed0c4e21837e

View File

@@ -1,3 +0,0 @@
Algorithm : SHA256
Hash : 95D8A3BA4F369C300F7FC60D32A6231C79C4CC81873F4F815209D11AE42D0063
Path : D:\a\grin\grin\target\release\grin-v5.3.1-win-x86_64.zip

1948
website/download/index.html Executable file → Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,389 +0,0 @@
/*Grinminer.net CSS style sheet*/
/*
FOSS License MIT
Copyright <YEAR> <COPYRIGHT HOLDER>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
body {
background-color:black;
font-family: sans-serif;
text-align: center;
}
. {
font-weight: bolder;
}
.info {
width: 100%;
color: #FEF102;
background-color: black;
border: 10px solid #FF2AD4;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
margin-top:40px;
max-width: 1500px;
}
.banner {
margin-top: 0px;
margin-bottom: 0px;
}
.title {
margin-top: -50px;
margin-bottom: 0px;
color: #FEF102;
background-color: darkslategrey;
border: 10px solid #FF2AD4;
}
.chart-title {
margin-top: 0px;
margin-bottom: 0px;
color: #FEF102;
background-color: darkslategrey;
border-top: 10px solid #FF2AD4;
border-left: 10px solid #FF2AD4;
border-right: #FF2AD4;
max-width: 1500px;
}
.links {
font-size: 22px;
float: left;
width: 20%;
margin-top: -45px;
border: 10px solid #FF2AD4;
background-color: black;
}
.codes {
float: left;
width: 33%;
margin-top: 80px;
margin-bottom: 20px;
}
.subtitle {
margin-top: 10px;
text-decoration: underline;
}
h1 {
padding-top: 10px;
padding-bottom: 0px;
border-bottom: 10px solid #FF2AD4;
}
h2 {
margin-top: 0px;
padding: 0px;
}
h3 {
margin-bottom: 15px;
}
.download {
color: #FEF102;
text-decoration: underline;
font-size: 44px;
}
.accounts {
font-size: 22px;
color: #FEF102;
}
.shill {
color: #FEF102;
font-size: 20px;
border: 10px dotted #FEF102;
margin-bottom: 0px;
}
p {
font-size: 26px;
text-align: center;
margin-top: -10px;
margin-bottom: -10px;
padding-top: 10px;
padding-bottom: 10px;
}
.contact {
margin-top: -10px;
}
.whytitle {
width: 100%;
margin-bottom: 0px;
color: #FEF102;
background-color: darkslategrey;
border: 10px solid #FF2AD4;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 1500px;
}
.why {
padding-bottom: 0px;
margin-top: 0px;
margin-bottom: 0px;
color: #FEF102;
background-color: darkslategrey;
}
img {
display: block;
background-color: black;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
width: 100%;
border: 10px solid #FF2AD4;
max-width: 1500px;
}
.images {
display: block;
background-color: black;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
width: 100%;
border: 10px solid #FF2AD4;
max-width: 1500px;
}
* {
box-sizing: border-box;
}
.row {
margin-top: 10px;
margin-bottom: 0px;
}
.column2 {
float: left;
width: 50%;
padding: 20px;
}
.nodes {
width: 100%;
background-color: #FF2AD4;
border: 10px solid #FF2AD4;
margin-left: auto;
margin-right: auto;
margin-top: 100px;
margin-bottom: 0px;
padding: 0px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1500px;
}
.node {
color: lawngreen;
background-color: darkslategrey;
}
.blank {
color: darkslategrey;
background-color: darkslategrey;
}
hr {
size: 10px;
border: 5px solid #FF2AD4;
background-color: #FF2AD4;
}
.sicknode {
color: tomato;
background-color: darkslategrey;
}
.node, .sicknode {
font-size: 24px ;
font-style: bold;
font-family: Impact, sans-serif;
padding-bottom: 0px;
margin-top: -30px;
margin-bottom: 0px;
padding top: 0px;
}
.row::after {
content: "";
clear: both;
display: table;
}
.menu {
display: block;
width: 100%;
color: #FEF102;
background-color: black;
border: 10px solid #FF2AD4;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
margin-top:10px;
max-width: 1500px;
}
.servicestitle {
margin-top: 0px;
margin-bottom: 0px;
color: #FEF102;
background-color: darkslategrey;
border-bottom: 20px solid #FF2AD4;
border-top: 10px solid #FF2AD4;
border-left: 10px solid #FF2AD4;
border-right: 10px solid #FF2AD4;
}
.prices {
display: block;
width: 100%;
margin-top: 0px;
margin-bottom: 100px;
margin-left: auto;
margin-right: auto;
color: #FEF102;
background-color: black;
border-bottom: 10px solid #FF2AD4;
border-top: 10px solid #FF2AD4;
border-left: 10px solid #FF2AD4;
border-right: 10px solid #FF2AD4;
max-width: 1500px;
}
.price {
font-family: monospace;
font-size: 24px;
}
.watch {
color: #FEF102;
}
.chart {
width: 100%;
margin-left: auto;
margin-right: auto;
max-width: 1500px;
margin-top: -40px;
margin-bottom: 0px;
border: 10px solid #FF2AD4;
}
.description {
width: 100%;
color: #FEF102;
background-color: black;
border: 10px solid #FF2AD4;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
margin-top:-10px;
padding-top: 0px;
padding-bottom: 10px;
max-width: 1250px;
word-wrap: break-word;
}
footer {
margin-top: 100px;
margin-bottom: 50px;
font-size: 26px;
text-align: center;
}
.donations {
font-size: 24px;
width: auto;
margin: auto;
padding: -15px;
font-style: italic;
color: #FEF102;
background-color: black;
border: 10px solid #FF2AD4;
max-width: 1500px;
margin-bottom: 100px;
}
.address {
color: #FF2AD4;
}
.warning1 {
color: red;
font-family: impact;
font-size: 50px;
margin-bottom: 100px;
}
.warning2 {
color: red;
font-family: impact;
font-size: 50px;
margin-bottom: 100px;
}
.copyright {
width: auto;
margin: auto;
padding: -15px;
font-style: italic;
color: #FEF102;
background-color: black;
border: 6px solid #FF2AD4;
max-width: 750px;
margin-bottom: 100px;
}
a {
color: chartreuse;
}
a:visited {
color: chartreuse; .copyright {
width: auto;
margin: auto;
padding: -15px;
font-style: italic;
background-color: #FEF102;
border: 6px solid #FF2AD4;
max-width: 750px;
margin-top: -100Spx;
}
}
a:hover {
color: purple;
}
a:active {
color: orange;
}

View File

@@ -1 +0,0 @@
Contains iPollo G1/G1 mini firmware to download from https://grinminer.net/download/index.html

View File

@@ -101,6 +101,11 @@
<label><input id="wallet" type="radio" name="wallet" value="wallet" checked>No (free)</label> <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> <label><input id="no-wallet" type="radio" name="wallet" value="no-wallet">Yes (flat fee)</label>
</fieldset> </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="comments" placeholder="comments or questions">
<input type="text" name="email" placeholder="your e-mail address" required> <input type="text" name="email" placeholder="your e-mail address" required>
<button type="submit">Submit</button> <button type="submit">Submit</button>

File diff suppressed because it is too large Load Diff

View File

@@ -1 +0,0 @@
Contains HTML and CSS files for the services menu at https://grinminer.net/menu/index.html

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 184 KiB

After

Width:  |  Height:  |  Size: 119 KiB

File diff suppressed because one or more lines are too long

View File

@@ -1,3 +0,0 @@
Contains HTML and CSS files for https://grinminer.net/testnet/
Home of Grin's permanent testnet node and miner at testnet.grinminer.net:3414

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB