everypizza.im/index.html

43 lines
1.4 KiB
HTML
Raw Normal View History

2025-01-25 23:30:18 -06:00
<!DOCTYPE html>
<head>
2025-01-26 00:46:45 -06:00
<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">
2025-01-25 23:30:18 -06:00
</head>
<body>
2025-01-26 00:12:53 -06:00
<header>home | <a href="rules.html">rules</a> | <a href="sysinfo.html">system info</a></header>
2025-01-26 00:02:50 -06:00
<hr>
2025-01-25 23:37:01 -06:00
<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>
2025-01-26 02:00:31 -06:00
<h5>No account needed / external account needed</h5>
2025-01-25 23:37:01 -06:00
<ul>
2025-01-26 00:14:54 -06:00
<li>Element (Matrix client) - <a href="https://element.everypizza.im/">element.everypizza.im</a></li>
2025-01-26 02:00:31 -06:00
<li>Synapse-Admin (etke.cc fork) - <a href="https://admin.everypizza.im/">admin.everypizza.im</a></li>
2025-01-25 23:37:01 -06:00
</ul>
2025-01-26 02:00:31 -06:00
<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>
2025-01-25 23:37:01 -06:00
</p>
2025-01-26 00:17:53 -06:00
<h2>to-do</h2>
<p>
<ul>
<li>set up Cinny</li>
<li>set up at least one fedi instance</li>
</ul>
</p>
2025-01-25 23:37:01 -06:00
</body>