31 lines
875 B
HTML
31 lines
875 B
HTML
<!DOCTYPE html>
|
|
|
|
<head>
|
|
<title>Every pizza instant messenger!</title>
|
|
</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 (Prosody)</li>
|
|
<li>Matrix (Synapse)</li>
|
|
</ul>
|
|
<h5>No account needed</h5>
|
|
<ul>
|
|
<li>Element (Matrix client) - <a href="https://element.everypizza.im/">element.everypizza.im</a></li>
|
|
</ul>
|
|
</p>
|
|
<h2>to-do</h2>
|
|
<p>
|
|
<ul>
|
|
<li>move over Grafana and Prometheus from the Oracle Cloud VPS</li>
|
|
<li>set up Cinny</li>
|
|
<li>set up at least one fedi instance</li>
|
|
</ul>
|
|
</p>
|
|
</body>
|