This commit is contained in:
parent
0db9f8e871
commit
c92640e098
3 changed files with 8 additions and 15 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
cp geofeed.csv dist
|
||||
|
||||
ncftp -u $FTP_USER -p $FTP_PASSWORD $FTP_SERVER -c "rmdir -r *"
|
||||
ncftpput -R -u $FTP_USER -p $FTP_PASSWORD $FTP_SERVER . dist/*
|
||||
|
||||
curl -H "AccessKey: $ACCESS_KEY" "https://api.bunny.net/purge?url=https%3A%2F%2Fdn42.m724.eu&async=false"
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
{
|
||||
"scripts": {
|
||||
"start": "parcel src/index.html src/**/index.html",
|
||||
"build": "parcel build src/index.html src/**/index.html"
|
||||
},
|
||||
"devDependencies": {
|
||||
"parcel": "^2.12.0"
|
||||
},
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
}
|
||||
body {
|
||||
margin: 0 auto;
|
||||
padding-right: 20px; /* make it look aligned */
|
||||
max-width: calc(100vw - 40px);
|
||||
word-wrap: break-word;
|
||||
width: fit-content;
|
||||
|
@ -20,17 +21,6 @@
|
|||
p {
|
||||
line-height: 0.6em;
|
||||
}
|
||||
.hostname {
|
||||
font-weight: bold;
|
||||
user-select: all;
|
||||
}
|
||||
.meta {
|
||||
color: darkslategray;
|
||||
user-select: all;
|
||||
max-width: 200px;
|
||||
overflow: scroll;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.sel {
|
||||
user-select: all;
|
||||
}
|
||||
|
@ -55,11 +45,11 @@
|
|||
<li>I can make an exception for you in most cases</li>
|
||||
</ul>
|
||||
|
||||
<p>Other</p>
|
||||
<p>How to</p>
|
||||
<ul>
|
||||
<li><a href="https://git.m724.eu/Minecon724/dn42-info/src/branch/master/nodes.md">Nodes with details</a></li>
|
||||
<li>Port is last 5 digits of your ASN (2xxx), unless</li>
|
||||
<li>your ASN is not 424242xxxx, then <a href="./calculator/index.html">use this</a></li>
|
||||
<li>your ASN is not 424242xxxx, then <a href="./calculator">use this</a></li>
|
||||
</ul>
|
||||
|
||||
<p>Contact</p>
|
||||
|
@ -72,7 +62,7 @@
|
|||
|
||||
<p>Other</p>
|
||||
<ul>
|
||||
<li><a href="./map/index.html">Network map</a> (uses thunderforest.com API)</li>
|
||||
<li><a href="./map">Network map</a> (uses thunderforest.com API)</li>
|
||||
<li><a href="./services.html">Services</a></li>
|
||||
</ul>
|
||||
|
||||
|
|
Loading…
Reference in a new issue