42 lines
1.4 KiB
HTML
42 lines
1.4 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 (Prosody)</li>
|
|
<li>Matrix (Synapse)</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>
|