70 lines
2.8 KiB
HTML
70 lines
2.8 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 (Prosody)
|
|
<details>
|
|
<summary>
|
|
Important info about the XMMP/Jabber server
|
|
</summary>
|
|
<blockquote>
|
|
Prosody isn't working for some reason and the admin is too shy to ask in the MUC. We're
|
|
in the process of switching to Ejabberd.</br>
|
|
<small>
|
|
TL;DR: Prosody not working, switching to Ejabberd soon.
|
|
</small>
|
|
</blockquote>
|
|
</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>
|
|
</body>
|