1
0
Fork 0
forked from wl/pages
pages/blog/servers-up/index.html
zayd f83520b199
new blog post announcing servers going online
Signed-off-by: zayd <wanderer@envs.net>
2025-02-04 22:59:22 -05:00

61 lines
3.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover">
<title>Zaydblog</title>
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="alternate" type="application/rss+xml" title="RSS" href="/blog/atom.xml">
</head>
<body>
<nav class="navbar">
<li><h1 class="title"><a href="/">wanderlost</a></h1></li>
<li><a href="/">Home</a></li>
<li><a href="/blog/">Index</a></li>
<li><a href="/blog/atom.xml">Atom</a></li>
</nav>
<main>
<div class="post">
<h1 class="post-title">Server up</h1>
<h2 class="post-date">2025-02-04</h2>
<p>After waiting way too long, I finally have a server online. Nothing big, just a RPi 5 running
Alpine to provide some services for myself and other. I'm trying to focus on hosting sites
built to be minimal, without the bloat much of the modern web has. It also exclusively serves
on dark/altnets (Yggdrasil and Tor currently, I'll hopefully have I2P stuff running within a
week or so) to promote using that over the clearnet. The service's name is "Midgard", I felt like
that fits the theme of creating a more human web and goes with "Yggdrasil" nicely.</p>
<p>Current services are forums (running Simple Machines Forum) and sites (using Caddy). The forums
still have some work that needs to get done (selfhosting jQuery, fixing resource fetching outside
of Tor) but it should fully work on Tor. You can access it
<a href="http://forum.zyae5rxcjcezkozdbjb6oabzegiu6erx5e3o6mcl73qzzphhu2adu5yd.onion/index.php">here</a>, but I
have it set so accounts require approval as I'm currently a frequent target of spam commonly
including things I very much do not want to be hosting.</p>
<p>I also host personal sites for me and some others.</p>
<ul>
<li>Me <a href="http://wl.zyae5rxcjcezkozdbjb6oabzegiu6erx5e3o6mcl73qzzphhu2adu5yd.onion/">Tor</a>, <a href="http://%5B300:5506:25eb:d0d9:1000:1000:1000:1000%5D/">Yggdrasil</a></li>
<li>Array in a Matrix <a href="http://array.zyae5rxcjcezkozdbjb6oabzegiu6erx5e3o6mcl73qzzphhu2adu5yd.onion/">Tor</a>, <a href="http://%5B300:5506:25eb:d0d9:1000:1000:1000:1001%5D/">Yggdrasil</a></li>
<li>Purplebored <a href="http://purplebored.zyae5rxcjcezkozdbjb6oabzegiu6erx5e3o6mcl73qzzphhu2adu5yd.onion/">Tor</a>, <a href="http://%5B300:5506:25eb:d0d9:1000:1000:1000:1002%5D/">Yggdrasil</a></li>
</ul>
<p>The home page for Midgard isn't done yet, but it's going to be done soon.
<a href="http://zyae5rxcjcezkozdbjb6oabzegiu6erx5e3o6mcl73qzzphhu2adu5yd.onion/">Tor link</a>,
<a href="http://%5B200:5506:25eb:d0d9:4c64:92a6:42a6:f4b0%5D">Yggdrasil Link</a></p>
<p>Planned services include Vaultwarden (a password manager) and Forgejo (a Git forge). Not sure
if/when they'll come.</p>
<p>If you want a site hosted on Midgard, feel free to reach out to me on <a href="xmpp:zayd@telepath.im">XMPP</a>
with a Git repo link, a brief description, and I might set it up for you if the site isn't too big
and bloated and it isn't something I wouldn't want on my machines (please no pedo/zoo shit, no hate
speech or anything like that, no malware obviously). Also don't rely on me too hard for maintaining
uptime. Things have been going fairly smoothly so far but I'm still pretty new to self hosting so
I can't guarantee much in the way of stability.</p>
</div>
</main>
</body>
</html>