From 36ca94f4031df6e6b5e8c9e28f8d0a430940df50 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sat, 12 Feb 2022 04:26:10 +0400 Subject: [PATCH] Added section on file upload service. --- homepage/views/about.pug | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/homepage/views/about.pug b/homepage/views/about.pug index 3fb5132..76d1efc 100644 --- a/homepage/views/about.pug +++ b/homepage/views/about.pug @@ -78,7 +78,7 @@ block content h2 My servers p I have two of them, the first one is a #[a(href='https://www.raspberrypi.org/products/raspberry-pi-3-model-b/' rel='nofollow noreferrer') Raspberry Pi 3 rev. B] single board computer and the second one is a laptop. Yeah, not quite impressive, but they do their work just fine. 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's a cold storage. 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 seedbox, a FTP/HTTP 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 div.grid.figs figure @@ -113,6 +113,16 @@ block content | . a(href='http://files.arav.i2p') i2p p There you'll find music, videos, films, animes, TV shows, books, games, programs, drivers (a very few), OS images (Winblows :)). Go check it out! + div + h3 File upload + +isServiceUp("dwelling-upload") + p + a(href='https://upload.arav.top') upload.arav.top + | . + a(href='http://.onion') onion + | . + a(href='http://upload.arav.i2p') i2p + p I've made a file upload service for ya with a limit of 128MiB per file, keeping it for 48 hours, and overall storage I dedicated for it is 200GiB. div h3 Git +isServiceUp("gitea")