From 9a732b250c24d9fc1a13b09b2492975b850f6dc5 Mon Sep 17 00:00:00 2001 From: Quinten0508 <55107945+Quinten0508@users.noreply.github.com> Date: Sat, 20 Jul 2024 23:43:53 +0200 Subject: [PATCH] shit * seperated internal and external links (finally lmao, not completely satisfied tho) * updates page * linked gallery (the int. links tab was looking a little sparse lmao) --- gallery.html | 25 +++++++-- index.html | 29 +++++++--- links.html | 38 +++++++++---- style.css | 4 ++ template.html | 25 +++++++-- updates.html | 151 ++++++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 241 insertions(+), 31 deletions(-) create mode 100644 updates.html diff --git a/gallery.html b/gallery.html index 5d2bc30..d29bfa2 100644 --- a/gallery.html +++ b/gallery.html @@ -32,8 +32,27 @@
+
+

Status

+

     

+
+
+ +
diff --git a/index.html b/index.html index 8d35fe8..1c7f319 100644 --- a/index.html +++ b/index.html @@ -29,8 +29,27 @@
+
+

Status

+

     

+
+
+ +
@@ -78,10 +93,6 @@
-
-

News & Updates

-

Just migrated from a 2 core celeron (@1.1GHz) mini pc to a more respectable i3-8100 (4x3.6GHz). Expect no improvements, the old webserver was running just fine. Thank god for docker, migrating about a dozen individual services and DBs took me less than an hour, and no data was lost.

-

Status

diff --git a/links.html b/links.html index ad9e6ea..6d93e66 100644 --- a/links.html +++ b/links.html @@ -64,19 +64,14 @@
+
diff --git a/style.css b/style.css index ac14d34..6886187 100644 --- a/style.css +++ b/style.css @@ -366,6 +366,9 @@ button { #heartbeat-time { font-size: 1.2rem; } + #external-links { + padding-top: 0.5rem; + } #directory-box { margin-top: 0.5rem; @@ -380,6 +383,7 @@ button { + #header { display: flex; flex-direction: row; diff --git a/template.html b/template.html index d7a0f01..aa13ead 100644 --- a/template.html +++ b/template.html @@ -29,8 +29,27 @@
+
+

Status

+

     

+
+
+ +
diff --git a/updates.html b/updates.html new file mode 100644 index 0000000..1c17915 --- /dev/null +++ b/updates.html @@ -0,0 +1,151 @@ + + + + + CHANGEME - Quintens Outpost + + + + + + + + + +
+ + +
+ +
+
+ +

Quinten's Outpost

+ + +
+ +
+ +
+ +
+

Status

+

     

+
+
+ + + + +
+ +
Current directory:
+

+ /home/quinten/updates +

+
+ + + + +
+

News & Updates

+
+
+

Server upgrade!

+
2024-07-20
+

Up until now this webserver alongside a bunch of other private infrastrucutre had been running off of a dual-core celeron (@1.1Ghz) inside of a crappy mini-pc. I've finally gotten all the parts needed to upgrade, so here are the most important details:

+
    +
  • i3-8100 (4x3.6GHz)
  • +
  • 16GB RAM
  • +
  • 2x16TB Exos drives (mirrored)
  • +
  • no case (yet!)
  • +
+
+

Don't expect any groundbreaking improvements on this front though, the webserver ran just fine.

+
+

We now have 16TB of storage (instead of the 250GB before >.>). It's being used to seed a bunch of stuff @ Anna's Archive and SciHub, but I'm planning to use it as a personal NAS and for server storage eventually.

+
+ + + + + + + + + + + +
+ + + + + +
+
+ +
+ +
+ + + + + + + + + + + + \ No newline at end of file