Use column instead of grid. Shortened description for Minecraft server.

This commit is contained in:
Alexander Andreev 2022-10-25 06:18:38 +04:00
parent d35d7e0803
commit 58f090368f
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 11 additions and 15 deletions

View File

@ -26,7 +26,7 @@ block content
p Now a little break for... p Now a little break for...
section#my-cat section#my-cat
h2 My cat Boris :3 h2 My cat Boris :3
div.grid.figs div.columns.figs
figure figure
a(href='/assets/img/my_cat.webp') a(href='/assets/img/my_cat.webp')
img(src='/assets/img/my_cat_thumb.webp' title=':3' alt='My cat. :3') img(src='/assets/img/my_cat_thumb.webp' title=':3' alt='My cat. :3')
@ -80,7 +80,7 @@ block content
p Laptop is Acer Packard Bell TE69CX that has a 2 core Intel Pentium 2117U 1.8GHz and 10GB RAM (2GB + 8GB), the system disk is a 120GB SSD and the other one is 2TB HDD where all the shit I have is stored. I've replaced my good old 500GB disk with 2TB one, since it became a little too tight, now it is a system disk for Raspberry Pi. Everything that have just a bit of importantance to me is backed up, encrypted and stored in the clouds. :) p Laptop is Acer Packard Bell TE69CX that has a 2 core Intel Pentium 2117U 1.8GHz and 10GB RAM (2GB + 8GB), the system disk is a 120GB SSD and the other one is 2TB HDD where all the shit I have is stored. I've replaced my good old 500GB disk with 2TB one, since it became a little too tight, now it is a system disk for Raspberry Pi. Everything that have just a bit of importantance to me is backed up, encrypted and stored in the clouds. :)
p #[span.highlighted TL;DR about services.] Laptop runs a network file share, a public file upload service, a seedbox, a HTTP public file share, TeamSpeak 3, Mumble, Matrix, I2P, an internet-radio, git server, ClamAV for email server, a web-server, and a database. Raspberry Pi 3 runs OpenVPN, BIND9, DNSCrypt-proxy, a Tor relay, an email server, and a XMPP server. p #[span.highlighted TL;DR about services.] Laptop runs a network file share, a public file upload service, a seedbox, a HTTP public file share, TeamSpeak 3, Mumble, Matrix, I2P, an internet-radio, git server, ClamAV for email server, a web-server, and a database. Raspberry Pi 3 runs OpenVPN, BIND9, DNSCrypt-proxy, a Tor relay, an email server, and a XMPP server.
section#servers-photos section#servers-photos
div.grid.figs div.columns.figs
figure figure
a(href='/assets/img/raspi.webp') a(href='/assets/img/raspi.webp')
img(src='/assets/img/raspi_thumb.webp' alt='Raspberry Pi 3 rev. B') img(src='/assets/img/raspi_thumb.webp' alt='Raspberry Pi 3 rev. B')
@ -92,7 +92,7 @@ block content
section#servers-public-services section#servers-public-services
h2 Public services h2 Public services
p.center That are available for everyone. p.center That are available for everyone.
div.grid div.columns
div div
+isServiceUp("Internet-radio", "liquidsoap") +isServiceUp("Internet-radio", "liquidsoap")
p p
@ -141,7 +141,7 @@ block content
section#servers-private-services section#servers-private-services
h2 Private services h2 Private services
p.center That are available for a narrow circle of people. p.center That are available for a narrow circle of people.
div.grid div.columns
div div
+isServiceUp("E-Mail server", "postfix") +isServiceUp("E-Mail server", "postfix")
p Postfix, Dovecot (w/Sieve), Spamassassin, ClamAV, OpenDMARC and OpenDKIM. p Postfix, Dovecot (w/Sieve), Spamassassin, ClamAV, OpenDMARC and OpenDKIM.
@ -172,14 +172,11 @@ block content
p Expect poor performance because the server is a low-end laptop. p Expect poor performance because the server is a low-end laptop.
section#servers-games section#servers-games
h2 Game servers h2 Game servers
div.grid div.columns
div div
+isServiceUp("Minecraft", "forge-1.16.5") +isServiceUp("Minecraft", "forge-1.16.5")
p.highlighted arav.top:25565 p.highlighted arav.top:25565
p Version is 1.16.5 currently. I homebrew clients for it. Here is #[a(href=files_site+"/games/minecraft/aravsdwelling-minecraft-1.16.5.exe") an installer for Windows] (412MiB) I make with NSIS. And a #[a(href=files_site+"/games/minecraft/aravsdwelling-minecraft-1.16.5.tar.gz") TAR.GZ archive] (424 MiB) that is for both Windows and Linux. You'll need to set a PLAYER and MC_DIR variables in scripts. And change JVM_PARAMS to your preferences (-Xmx usually needs to be adjusted). And that's only if you use an archive. p Version is 1.16.5 currently. I homebrew clients for it. Here is #[a(href=files_site+"/games/minecraft/aravsdwelling-minecraft-1.16.5.exe") an installer for Windows] (412MiB) I make with NSIS. And a #[a(href=files_site+"/games/minecraft/aravsdwelling-minecraft-1.16.5.tar.gz") TAR.GZ archive] (424 MiB) that is for both Windows and Linux. You'll need to set a PLAYER and MC_DIR variables in scripts. And change JVM_PARAMS to your preferences (-Xmx usually needs to be adjusted).
p And you can get #[a(href=files_site+"/programs/windows/installators/jre-8u281-windows-x64.exe") jre-8u281-windows-x64.exe] from my file share.
p SHA-1 hash for a Windows installer is 9140c9c84e9915d3af22e7b5c889cafdc34839cb.
p SHA-1 hash for a TAR.GZ archive is 45ea54bfd8ac3ff56ac4655fb1c4a0ebf5c904db.
div div
+isServiceUp("Starbound", "starbound_server") +isServiceUp("Starbound", "starbound_server")
p.highlighted arav.top:21065 p.highlighted arav.top:21065
@ -200,7 +197,7 @@ block content
section#servers-inner-services section#servers-inner-services
h2 Inner services h2 Inner services
p.center Services that maintains other services or used exclusively by me. p.center Services that maintains other services or used exclusively by me.
div.grid div.columns
div div
h3 Web-server h3 Web-server
p NGiNX + PHP-FPM (just for phpMyAdmin) + NodeJS + Go. p NGiNX + PHP-FPM (just for phpMyAdmin) + NodeJS + Go.
@ -250,15 +247,14 @@ block content
section#banners section#banners
h2 Banners h2 Banners
p In case you found my site anyhow useful and would like to add me to your links page here are the banners for you. p In case you found my site anyhow useful and would like to add me to your links page here are the banners for you.
div.grid.banners div.banners
figure figure
img(src="/shared/img/banner_88x31.gif" alt="Light banner 88x31") img(src="/shared/img/banner_88x31.gif" alt="Light banner 88x31")
figure
img(src="/shared/img/banner_240x60.gif" alt="Light banner 240x60")
p And theirs dark counterparts are also available.
div.grid.banners
figure figure
img(src="/shared/img/banner_dark_88x31.gif" alt="Dark banner 88x31") img(src="/shared/img/banner_dark_88x31.gif" alt="Dark banner 88x31")
div.banners
figure
img(src="/shared/img/banner_240x60.gif" alt="Light banner 240x60")
figure figure
img(src="/shared/img/banner_dark_240x60.gif" alt="Dark banner 240x60") img(src="/shared/img/banner_dark_240x60.gif" alt="Dark banner 240x60")
section#privacy-statements section#privacy-statements