friendly urls
All checks were successful
/ deploy (push) Successful in 29s

This commit is contained in:
Minecon724 2024-10-11 13:10:05 +02:00
parent 0db9f8e871
commit c92640e098
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8
3 changed files with 8 additions and 15 deletions

View file

@ -2,7 +2,6 @@
cp geofeed.csv dist 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/* 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" curl -H "AccessKey: $ACCESS_KEY" "https://api.bunny.net/purge?url=https%3A%2F%2Fdn42.m724.eu&async=false"

View file

@ -1,4 +1,8 @@
{ {
"scripts": {
"start": "parcel src/index.html src/**/index.html",
"build": "parcel build src/index.html src/**/index.html"
},
"devDependencies": { "devDependencies": {
"parcel": "^2.12.0" "parcel": "^2.12.0"
}, },

View file

@ -10,6 +10,7 @@
} }
body { body {
margin: 0 auto; margin: 0 auto;
padding-right: 20px; /* make it look aligned */
max-width: calc(100vw - 40px); max-width: calc(100vw - 40px);
word-wrap: break-word; word-wrap: break-word;
width: fit-content; width: fit-content;
@ -20,17 +21,6 @@
p { p {
line-height: 0.6em; 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 { .sel {
user-select: all; user-select: all;
} }
@ -55,11 +45,11 @@
<li>I can make an exception for you in most cases</li> <li>I can make an exception for you in most cases</li>
</ul> </ul>
<p>Other</p> <p>How to</p>
<ul> <ul>
<li><a href="https://git.m724.eu/Minecon724/dn42-info/src/branch/master/nodes.md">Nodes with details</a></li> <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>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> </ul>
<p>Contact</p> <p>Contact</p>
@ -72,7 +62,7 @@
<p>Other</p> <p>Other</p>
<ul> <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> <li><a href="./services.html">Services</a></li>
</ul> </ul>