everypizza.im/index.html
nyx 282647f846 🤎
2025-01-26 21:13:37 -06:00

70 lines
2.7 KiB
HTML

<!DOCTYPE html>
<head>
<title>Every pizza instant messenger!</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="index.css" rel="stylesheet" type="text/css">
</head>
<body>
<header>home | <a href="rules.html">rules</a> | <a href="sysinfo.html">system info</a></header>
<hr>
<h1>everypizza.im</h1>
<h2>services</h2>
<p>
<h5>Account needed</h5>
<small>Please ask for an account if you want one.</small>
<ul>
<li>
XMPP/Jabber (Ejabberd)
<details>
<summary>
Important info about the XMMP/Jabber server
</summary>
<blockquote>
This server used to have Prosody but that broke and we're now on Ejabberd.</br>
</blockquote>
</details>
</li>
<li>
Matrix (Synapse)
<details>
<summary>
Important info about the Matrix server
</summary>
<blockquote>
Conduwuit servers currently do not federate due to a bug with IP caching. This server
also has a dynamic IP (although it does not change often), so there will be more federation issues
with Conduwuit. Additionally, transfem.dev intentionally blocks all federation with this server
due to interpersonal conflict on if a homeserver should be banned from everywhere.</br>
<small>
TL;DR: we have some federation issues with Conduwuit along with at least one intentional block.
</small>
</blockquote>
</li>
</ul>
<h5>No account needed / external account needed</h5>
<ul>
<li>Element (Matrix client) - <a href="https://element.everypizza.im/">element.everypizza.im</a></li>
<li>Synapse-Admin (etke.cc fork) - <a href="https://admin.everypizza.im/">admin.everypizza.im</a></li>
</ul>
<small>
<p>
<b>No public access</b></br>
These services are just listed to be easier to access and for transparency reasons.
<ul>
<li>Grafana - <a href="https://dash.everypizza.im/">dash.everypizza.im</a></li>
</ul>
</p>
</small>
</p>
<h2>to-do</h2>
<p>
<ul>
<li>set up Cinny</li>
<li>set up at least one fedi instance</li>
</ul>
</p>
<footer>
hosted with love
</footer>
</body>