website/announcements/index.html

144 lines
6.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../style.css" type="text/css">
<title>ANNOUNCEMENTS</title>
<style>
.lol {
width: 300vh;
height: auto;
max-height: 100%;
max-width: 100%;
}
</style>
</head>
<body>
<div class="content">
<h1 style="margin-bottom:0;">ANNOUNCEMENTS !!!</h1>
<p style="text-align: center ; font-size: small; color: rgb(255, 203, 48);">
For less important announcements, I use Telegram or Mastodon, it doesn't matter which one do you prefer since I will post the same thing in the 2 platforms.
</p>
<p style="text-align: center; font-size: small; color: rgb(255, 203, 48);"><a href="https://noc.social/@fijxu">Mastodon</a> | <a
href="https://t.me/zzlsann">Telegram</a></p>
<ul>
<li>
<a style="color: rgb(255, 107, 107);"> 2023-10-04 @ ~19:55 UTC+0
<b>NVMe Self-hosted Server Maintenance</b></a>
<p style="color: rgb(255, 107, 107);">
At Saturday 7 of this month (2023-10-07) I will be replacing
the NVMe Drive from the Self-hosted server to a new
one because the one that I have right now is kinda dead lol
and I don't want to have problems in the future. It is
supposed to have just 150TBW (Terabytes Writen) but it is the
double of that WTF!!!!!!!!! I don't know how this
thing is still alive... So, probably
probably, on Saturday 7 at 23:59 UTC+0 the server will be down
for a few hours, probably about 4 hours or more,
taking advantage of the time of installation, I'll think about
adding LUKS2 encryption but I don't think it's
necessary anyway... What I do plan to do is to see if I can
disable Intel
ME since it is not necessary at all and it is only one more
door for vulnerabilities...
<p><img class="lol"
src="../assets/imgs/fuckingwhatthefuck.png"></p>
</p>
</li>
<li>
<a style="color:rgb(133, 224, 103)"> 2023-08-22 @ ~21:35 UTC+0 <b>Wind
+ Rain...</b></a>
<p>If services are FOR SOME REASON are DOWN without any advice,
it could be because <b>Power Outage</b> or <b>Internet
Problems</b> thanks to the high speed Wind and upcoming
rain in some hours where I live.</p>
<img class="center" src="../assets/wind.gif"> <a class="center"><i>Wind
in Santiago de Chile...</i></a>
<p>Join the <a href="https://t.me/zzlsann">telegram announcements
channel</a> if you want more frequent updates, etc, etc.</p>
</li>
<li>
<a style="color:rgb(205, 92, 92)"> 2023-06-05 @ ~20:05 UTC+0
(Posted at 01:20 UTC+0) <b>Power Outage</b></a>
<p>Well, nothing to say, i wasn't able to change this page since
i didn't charge any of my devices so
i needed to wait until the power restores. Sorry :p. Where i
live things like this never happen, but i
guess is the price of living in a third country world.</p>
<p>Anyways, if you don't like instability feel free to use other
instances other than mine, or even make
your own instance, is not that hard even
if you use docker</p>
</li>
<li>
<a> 2023-05-19 @ 04:59 UTC+0 <b>About the LibreX search engine...</b></a>
<p>As everybody knows, LibreX almost NEVER retrieves the results
and it always returns a blank page</p>
<p>So I'am going to try to fix the rate limiting issue in LibreX,
it doesn't only happen on my instance,
it's
on all instances on general. Since this a homeserver the
percentage of getting rate limited is low
compared to rented VPSs from Linode or Vultr.</p>
<p><a href="https://github.com/hnhx/librex/issues/226">https://github.com/hnhx/librex/issues/226</a></p>
<p>Time to fix...</p>
<p>And also, i will fix the I2P and Tor addresses too, they seem
to be broken.</p>
<p style="color:greenyellow">RESOLVED: LibreX is no fully working</p>
</li>
<li>
<a> 2023-05-17 @ 00:30 UTC+0 <b>Self-hosted services ARE DOWN</b></a>
<p>Because I'm stupid and shut down the fiber connection remotely
(via ssh), I didn't realize that and ended
up cutting my connection to the remote server. Yes I know,
laugh at me (╯°□°)╯︵ ┻━┻</p>
<p>The server is expected to be back up in less than 12 hours,
probably at 13:00 UTC+0.</p>
<p>Sorry Invidious users ;(</p>
<p style="color:greenyellow">RESOLVED</p>
</li>
<li>
<a>2023-04-23 @ 23:30 UTC+0 | <b>Self-hosted services will be
down</b></a>
<p>Self-hosted services will PROBABLY fail to connect between
05:00-12:00 UTC+0 tomorrow (2023-04-24). This
is because my ISP
is going to change the GPON router I currently have in my
house. I will try to restore as soon as
possible. Sorry about this :p</p>
<p>
This includes:
<ul>
- Invidious
</ul>
<ul>
- Matrix server (Although I am the ony one using it)
</ul>
<ul>
- ayaya.beauty
</ul>
<ul>
- LibreX
</ul>
<ul>
- Forgejo (Git server)
</ul>
<ul>
- Privatebin
</ul>
<ul>
- Other things that i host but nobody cares
</ul>
</p>
<p style="color:greenyellow">RESOLVED</p>
</li>
</ul>
</body>
</html>