www.wholesome.haus/index.html

28 lines
1,021 B
HTML
Raw Normal View History

2025-02-25 21:45:57 -08:00
<!DOCTYPE html>
2025-02-25 11:48:51 -08:00
<html>
<head>
<title>wholesome haus</title>
2025-02-25 21:45:57 -08:00
<link href="wholesome.css" rel="stylesheet" />
2025-02-25 11:48:51 -08:00
</head>
<body>
2025-02-25 21:45:57 -08:00
<h1>wholesome haus</h1>
<p>a community for hackers who want an alternative to the corporate driven technoscape that currently exists.</p>
<p>we have a few services that we run:</p>
<ul>
<li>a <a href="https://matrix.org">matrix</a> server at chat.wholesome.haus</li>
<li><a href="https://git.wholesome.haus">a forgejo git forge</a></li>
<li>a lightweight <a href="https://maddy.email/">maddy email server</a> at mail.wholesome.haus</li>
</ul>
2025-02-25 21:51:13 -08:00
<p>currently these are invite only services (so to not let things get too crazy), but please feel free to get in touch.</p>
<p>we're based in los angeles. we'll do in person meet ups on thursdays probably.</p>
2025-02-25 21:45:57 -08:00
<h2>contact</h2>
if you feel compelled, reach out to dominik
<ul>
<li><b>matrix</b>: @dom:chat.wholesome.haus</li>
<li><b>email</b>: dom [at] mail.wholesome.haus</li>
</ul>
2025-02-25 11:48:51 -08:00
</body>
</html>