Compare commits
2 commits
c3c4977f28
...
ea87dfdb50
Author | SHA256 | Date | |
---|---|---|---|
ea87dfdb50 | |||
cddeac8304 |
5 changed files with 264 additions and 235 deletions
|
@ -1,15 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
||||
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>EveryPizza IM</title>
|
||||
<link rel="stylesheet" href="/assets/style.css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
<pre>
|
||||
|
||||
<head>
|
||||
<title>EveryPizza IM</title>
|
||||
<link rel="stylesheet" href="/assets/style.css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="header">
|
||||
<pre>
|
||||
_
|
||||
(_)
|
||||
_____ _____ _ __ _ _ _ __ _ __________ _
|
||||
|
@ -20,30 +21,31 @@
|
|||
|___/|_|
|
||||
|
||||
</pre>
|
||||
<div class="nav">
|
||||
<a href="/index.xht">HOME</a>
|
||||
<a href="/rules.xht">RULES</a>
|
||||
<a href="/services.xht">SERVICES</a>
|
||||
<a href="/contact.xht" class="current">CONTACT</a>
|
||||
<a href="/servers.xht">SERVERS</a>
|
||||
</div>
|
||||
<div class="nav">
|
||||
<a href="/index.xht">HOME</a>
|
||||
<a href="/rules.xht">RULES</a>
|
||||
<a href="/services.xht">SERVICES</a>
|
||||
<a href="/contact.xht" class="current">CONTACT</a>
|
||||
<a href="/servers.xht">SERVERS</a>
|
||||
</div>
|
||||
<div class="main">
|
||||
<p>
|
||||
</div>
|
||||
<div class="main">
|
||||
<p>
|
||||
To contact the admin, XMPP is usually the fastest. Please use
|
||||
<a href="xmpp:nyx@everypizza.im">nyx@everypizza.im</a>. It also has Matrix:
|
||||
<a href="matrix:u/n:everypizza.im">@n:everypizza.im</a>, fedi:
|
||||
<a href="https://sharkey.everypizza.im/@me/">@me@sharkey.everypizza.im</a>, and if all
|
||||
else fails, email: <a href="mailto:me@everypizza.im">me@everypizza.im</a>.
|
||||
</p>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
<div class="footer">
|
||||
<p>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<p>
|
||||
This design is <del>stolen from</del> inspired by Midgard, on
|
||||
<a href="http://[300:5506:25eb:d0d9::]/">Yggdrasil</a> and
|
||||
<a href="http://midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion/">Tor</a>.
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
116
site/index.xht
116
site/index.xht
|
@ -1,15 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
||||
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>EveryPizza IM</title>
|
||||
<link rel="stylesheet" href="/assets/style.css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
<pre>
|
||||
|
||||
<head>
|
||||
<title>EveryPizza IM</title>
|
||||
<link rel="stylesheet" href="/assets/style.css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="header">
|
||||
<pre>
|
||||
_
|
||||
(_)
|
||||
_____ _____ _ __ _ _ _ __ _ __________ _
|
||||
|
@ -20,63 +21,64 @@
|
|||
|___/|_|
|
||||
|
||||
</pre>
|
||||
<div class="nav">
|
||||
<a href="/index.xht" class="current">HOME</a>
|
||||
<a href="/rules.xht">RULES</a>
|
||||
<a href="/services.xht">SERVICES</a>
|
||||
<a href="/contact.xht">CONTACT</a>
|
||||
<a href="/servers.xht">SERVERS</a>
|
||||
</div>
|
||||
<div class="nav">
|
||||
<a href="/index.xht" class="current">HOME</a>
|
||||
<a href="/rules.xht">RULES</a>
|
||||
<a href="/services.xht">SERVICES</a>
|
||||
<a href="/contact.xht">CONTACT</a>
|
||||
<a href="/servers.xht">SERVERS</a>
|
||||
</div>
|
||||
<div class="main">
|
||||
<p>
|
||||
</div>
|
||||
<div class="main">
|
||||
<p>
|
||||
Hi! everypizza.im is a collection of privacy-respecting services offered for the community for free.
|
||||
Originally, these services were gonna be private. Then someone asked for an account, and then it went
|
||||
"public by request". Now, we have the resources to deal with spam and can make these services public for
|
||||
all to use.
|
||||
</p>
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
In the future we plan to make our own services to host too! Currently, we're working on Toastbin (Pastebin
|
||||
alternative, to replace Pinnwand) and a few other projects to run on here. Feel free to suggest services too,
|
||||
as we're always open to trying new things!
|
||||
</p>
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
For now, a few things are clearnet only. We're working on getting the rest of the stuff on Tor and Yggdrasil.
|
||||
This site is mirrored to both of those:
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="http://[200:9121:df80:1c56:a40:252d:dba0:a9a]/">
|
||||
Yggdrasil
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://epim22cnhxerm2k4e3tmmjzyfzymzdemumj6uxaesjnu7tk5nwjnl7yd.onion/">
|
||||
Tor
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<p>
|
||||
<img src="https://media.everypizza.im/b/gaysite.gif" alt="This site is gay"/>
|
||||
<img src="https://media.everypizza.im/b/free.gif" alt="Free Software"/>
|
||||
<img src="https://media.everypizza.im/b/freestuff.gif" alt="Free Stuff"/>
|
||||
<img src="https://media.everypizza.im/b/anybrowser.gif" alt="Any Damn Browser"/>
|
||||
<img src="https://media.everypizza.im/b/wii.gif" alt="Nintendo Wii"/>
|
||||
<img src="https://media.everypizza.im/b/gay.gif" alt="Rainbow flag"/>
|
||||
<img src="https://media.everypizza.im/b/arch.gif" alt="Powered by Arch"/>
|
||||
<img src="https://media.everypizza.im/b/nofuckingthanks.gif" alt="NFT No Fucking Thanks"/>
|
||||
<img src="https://media.everypizza.im/b/everypizza.png" alt="EveryPizza"/>
|
||||
</p>
|
||||
</div>
|
||||
<hr/>
|
||||
<div class="footer">
|
||||
<p>
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="http://[200:9121:df80:1c56:a40:252d:dba0:a9a]/">
|
||||
Yggdrasil
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://epim22cnhxerm2k4e3tmmjzyfzymzdemumj6uxaesjnu7tk5nwjnl7yd.onion/">
|
||||
Tor
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<p>
|
||||
<img src="https://media.everypizza.im/b/gaysite.gif" alt="This site is gay" />
|
||||
<img src="https://media.everypizza.im/b/free.gif" alt="Free Software" />
|
||||
<img src="https://media.everypizza.im/b/freestuff.gif" alt="Free Stuff" />
|
||||
<img src="https://media.everypizza.im/b/anybrowser.gif" alt="Any Damn Browser" />
|
||||
<img src="https://media.everypizza.im/b/wii.gif" alt="Nintendo Wii" />
|
||||
<img src="https://media.everypizza.im/b/gay.gif" alt="Rainbow flag" />
|
||||
<img src="https://media.everypizza.im/b/arch.gif" alt="Powered by Arch" />
|
||||
<img src="https://media.everypizza.im/b/nofuckingthanks.gif" alt="NFT No Fucking Thanks" />
|
||||
<img src="https://media.everypizza.im/b/everypizza.png" alt="EveryPizza" />
|
||||
</p>
|
||||
</div>
|
||||
<hr />
|
||||
<div class="footer">
|
||||
<p>
|
||||
This design is <del>stolen from</del> inspired by Midgard, on
|
||||
<a href="http://[300:5506:25eb:d0d9::]/">Yggdrasil</a> and
|
||||
<a href="http://midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion/">Tor</a>.
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -1,15 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
||||
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>EveryPizza IM</title>
|
||||
<link rel="stylesheet" href="/assets/style.css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
<pre>
|
||||
|
||||
<head>
|
||||
<title>EveryPizza IM</title>
|
||||
<link rel="stylesheet" href="/assets/style.css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="header">
|
||||
<pre>
|
||||
_
|
||||
(_)
|
||||
_____ _____ _ __ _ _ _ __ _ __________ _
|
||||
|
@ -20,45 +21,46 @@
|
|||
|___/|_|
|
||||
|
||||
</pre>
|
||||
<div class="nav">
|
||||
<a href="/index.xht">HOME</a>
|
||||
<a href="/rules.xht" class="current">RULES</a>
|
||||
<a href="/services.xht">SERVICES</a>
|
||||
<a href="/contact.xht">CONTACT</a>
|
||||
<a href="/servers.xht">SERVERS</a>
|
||||
</div>
|
||||
<div class="nav">
|
||||
<a href="/index.xht">HOME</a>
|
||||
<a href="/rules.xht" class="current">RULES</a>
|
||||
<a href="/services.xht">SERVICES</a>
|
||||
<a href="/contact.xht">CONTACT</a>
|
||||
<a href="/servers.xht">SERVERS</a>
|
||||
</div>
|
||||
<div class="main">
|
||||
<p>
|
||||
</div>
|
||||
<div class="main">
|
||||
<p>
|
||||
Our rules are pretty light. It's the least possible to help us achive our goals
|
||||
and not get us in legal trouble.
|
||||
</p>
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
You may not use everypizza.im services to break Texas or US law. Brute-forcing passwords,
|
||||
DDoSing, unnecessarily using system resources, "pentesting", etc. is strictly forbidden.
|
||||
If you see abusive content on our services, <i>please</i> report it. When possible, <i>please</i> try
|
||||
to solve small conflicts on your own. If a user is actively engaging in harassment or abuse towards you,
|
||||
it is very important that you report it to help us take down the harrassing content.
|
||||
</p>
|
||||
<p>
|
||||
it is very important that you report it to help us take down the harrassing content.
|
||||
</p>
|
||||
<p>
|
||||
Privacy is also important. When you access these services, the mininum possible is logged. For XMPP,
|
||||
the admins are sent a notification with your chosen username and that is it. For Sharkey, the software
|
||||
for some reason requires your IP used for registration to be logged. If you do not like this, you may
|
||||
use a VPN or service like Tor. Our disks also have full disk encryption. Data is only acessible by Nyx
|
||||
and 2 others it trusts with its life.
|
||||
</p>
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
While we try our best to keep services running as much as possible, outside factors can effect the stability
|
||||
of our services. As everything is self-hosted at home, <b>do not</b> store <i>vital</i> information on our
|
||||
services.
|
||||
</p>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<p>
|
||||
This design is <del>stolen from</del> inspired by Midgard, on
|
||||
<a href="http://[300:5506:25eb:d0d9::]/">Yggdrasil</a> and
|
||||
<a href="http://midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion/">Tor</a>.
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -1,15 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
||||
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>EveryPizza IM</title>
|
||||
<link rel="stylesheet" href="/assets/style.css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
<pre>
|
||||
|
||||
<head>
|
||||
<title>EveryPizza IM</title>
|
||||
<link rel="stylesheet" href="/assets/style.css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="header">
|
||||
<pre>
|
||||
_
|
||||
(_)
|
||||
_____ _____ _ __ _ _ _ __ _ __________ _
|
||||
|
@ -20,36 +21,37 @@
|
|||
|___/|_|
|
||||
|
||||
</pre>
|
||||
<div class="nav">
|
||||
<a href="/index.xht">HOME</a>
|
||||
<a href="/rules.xht">RULES</a>
|
||||
<a href="/services.xht">SERVICES</a>
|
||||
<a href="/contact.xht">CONTACT</a>
|
||||
<a href="/servers.xht" class="current">SERVERS</a>
|
||||
</div>
|
||||
<div class="nav">
|
||||
<a href="/index.xht">HOME</a>
|
||||
<a href="/rules.xht">RULES</a>
|
||||
<a href="/services.xht">SERVICES</a>
|
||||
<a href="/contact.xht">CONTACT</a>
|
||||
<a href="/servers.xht" class="current">SERVERS</a>
|
||||
</div>
|
||||
<div class="main">
|
||||
<p>
|
||||
</div>
|
||||
<div class="main">
|
||||
<p>
|
||||
EveryPizza IM currently has 2 different servers: a Dell Optiplex 9020, hosting most of the things
|
||||
and a Rasberry Pi 4 with 4GB RAM hosting a private Jellyfin. Soon, the Pi will (hopefully) start hosting
|
||||
some simple PHP apps. The Dell server has an i5-4590, 16GB RAM, and a 230GB main SSD. Eventually, we'll
|
||||
get a large hard drive for storing media and such. The Pi is operating on a 128GB SD card.
|
||||
</p>
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
For operating systems, the Optiplex is running Arch Linux, so that the server can get the latest packages
|
||||
as fast as possible. As there's not many good rolling release distros that work on the Pi, the Pi is running
|
||||
Rasberry Pi OS Lite, essentially Debian with more stuff preinstalled. Both servers use Caddy as their webserver,
|
||||
although hopefully they can be migrated to something that uses less resources, like Nginx, in the future. (We
|
||||
have plans to start making Nginx listen on a seperate port, and reverse proxy it through Caddy while rewriting
|
||||
configuration files for it.)
|
||||
</p>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<p>
|
||||
This design is <del>stolen from</del> inspired by Midgard, on
|
||||
<a href="http://[300:5506:25eb:d0d9::]/">Yggdrasil</a> and
|
||||
<a href="http://midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion/">Tor</a>.
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -1,15 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
||||
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>EveryPizza IM</title>
|
||||
<link rel="stylesheet" href="/assets/style.css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
<pre>
|
||||
|
||||
<head>
|
||||
<title>EveryPizza IM</title>
|
||||
<link rel="stylesheet" href="/assets/style.css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="header">
|
||||
<pre>
|
||||
_
|
||||
(_)
|
||||
_____ _____ _ __ _ _ _ __ _ __________ _
|
||||
|
@ -20,87 +21,107 @@
|
|||
|___/|_|
|
||||
|
||||
</pre>
|
||||
<div class="nav">
|
||||
<a href="/index.xht">HOME</a>
|
||||
<a href="/rules.xht">RULES</a>
|
||||
<a href="/services.xht" class="current">SERVICES</a>
|
||||
<a href="/contact.xht">CONTACT</a>
|
||||
<a href="/servers.xht">SERVERS</a>
|
||||
</div>
|
||||
<div class="nav">
|
||||
<a href="/index.xht">HOME</a>
|
||||
<a href="/rules.xht">RULES</a>
|
||||
<a href="/services.xht" class="current">SERVICES</a>
|
||||
<a href="/contact.xht">CONTACT</a>
|
||||
<a href="/servers.xht">SERVERS</a>
|
||||
</div>
|
||||
<div class="main">
|
||||
<p>
|
||||
</div>
|
||||
<div class="main">
|
||||
<p>
|
||||
Here's all the public services we have! To prevent spam, you need an email to register on almost all.
|
||||
For a few of these, you need to ask for an account.
|
||||
</p>
|
||||
<p>
|
||||
<ul>
|
||||
<li>
|
||||
Matrix: Runs Synapse. Our first and most popular service. Clearnet only, properly delegated.
|
||||
<del>Register at our Matrix Authentication Service instance:
|
||||
<a href="https://mxauth.everypizza.im/register/password">clearnet</a></del>.
|
||||
</li>
|
||||
<li>
|
||||
Synapse-Admin: A tool for managing Synapse. Only works if you administrate a homeserver, but it's
|
||||
not locked to any specific homeserver. Available on
|
||||
<a href="http://synadmfz45wvcq45yxx2pyscozosqtddeabicv27hbqkjuga5iwkgxad.onion/">Tor</a> and
|
||||
<a href="https://admin.everypizza.im/">clearnet</a>.
|
||||
</li>
|
||||
<li>
|
||||
Forgejo: Git hosting software. It's a fork of Gitea, and is written in Go. Git SSH is enabled on
|
||||
port 2222<del>, and registration is open</del>. Available on
|
||||
<a href="https://git.everypizza.im/">clearnet</a>.
|
||||
</li>
|
||||
<li>
|
||||
Prosody: XMPP implementation in Lua. <del>We have in-band registration, so you can register in most
|
||||
clients.</del> Available on clearnet at everypizza.im.
|
||||
</li>
|
||||
<li>
|
||||
Element: Most feature-complete Matrix client. Also pretty bloated. Avaliable on
|
||||
<a href="http://elemeej6geolie4i3fvp5vdqarg4qjcpd3vwdshje7od7tinplsg7kyd.onion/">Tor</a> and
|
||||
<a href="https://element.everypizza.im/">clearnet</a>.
|
||||
</li>
|
||||
<li>
|
||||
Sharkey: Fediverse software based on Misskey, written in Node.JS. Very bloated. Please ask for an
|
||||
account if you want one! Avaliable on <a href="https://sharkey.everypizza.im/">clearnet</a>.
|
||||
</li>
|
||||
<li>
|
||||
Cinny: Another Matrix client, Discord-like. Has less features than Element, although it has some
|
||||
things that Element doesn't like custom emoji. (We have an emoji pack room at #emoji:everypizza.im!)
|
||||
Avaliable on <a href="http://cinny6ftbsw77nqe7w6lsvsi7vjlrocg4vybm2rx6qwfl5kjrweyvmqd.onion/">Tor</a>
|
||||
and <a href="https://cinny.everypizza.im/">clearnet</a>.
|
||||
</li>
|
||||
<li>
|
||||
Pinnwand: Anonymous pastebin. No accounts or tracking.
|
||||
Avaliable on <a href="http://pasteldnn4vc6hmtbzomgho3jd2xy2xpqxoh2g34efjsfaydrrj4s6qd.onion/">Tor</a>,
|
||||
<a href="http://[300:9121:df80:1c56::6420]/">Yggdrasil</a>, and
|
||||
<a href="https://pst.everypizza.im/">clearnet</a>.
|
||||
</li>
|
||||
<li>
|
||||
Utilites: Small collection of utilites. <a href="https://git.everypizza.im/n/utils">Open source</a>.
|
||||
No account is needed. On <a href="https://tools.everypizza.im/">clearnet</a> and
|
||||
<a href="http://[300:9121:df80:1c56:7825:6b16:fbe:c409]/">Yggdrasil</a>.
|
||||
</li>
|
||||
<li>
|
||||
DICT server: Dictionary server. No account is needed. Available on everypizza.im port 2628.
|
||||
Also on [200:9121:df80:1c56:a40:252d:dba0:a9a], same port. Use the command
|
||||
"dict -h everypizza.im {word}" to search for a word. We have the WordNet,
|
||||
Moby Thesaurus II, and The Devil's Dictionary dictionaries.
|
||||
</li>
|
||||
</ul>
|
||||
</p>
|
||||
<h3>PLANNED</h3>
|
||||
<p>
|
||||
We plan hosting a few more services in the future. Next up will probably be Element Call,
|
||||
a video conferencing program and maybe Mumble, for voice chat.
|
||||
</p>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
</p>
|
||||
<h3>SOCIALIZATION</h3>
|
||||
<p>
|
||||
The main point of EveryPizza IM.
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
Matrix: Runs Synapse. Our first and most popular service. Clearnet only, properly delegated.
|
||||
<del>Register at our Matrix Authentication Service instance:
|
||||
<a href="https://mxauth.everypizza.im/register/password">clearnet</a></del>.
|
||||
</li>
|
||||
<li>
|
||||
Prosody: XMPP implementation in Lua. <del>We have in-band registration, so you can register in most
|
||||
clients.</del> Available on clearnet at everypizza.im.
|
||||
</li>
|
||||
<li>
|
||||
Sharkey: Fediverse software based on Misskey, written in Node.JS. Very bloated. Please ask for an
|
||||
account if you want one! Avaliable on <a href="https://sharkey.everypizza.im/">clearnet</a>.
|
||||
</li>
|
||||
</ul>
|
||||
<h3>CODE</h3>
|
||||
<p>
|
||||
Services for the nerds.
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
Pinnwand: Anonymous pastebin. No accounts or tracking.
|
||||
Avaliable on <a href="http://pasteldnn4vc6hmtbzomgho3jd2xy2xpqxoh2g34efjsfaydrrj4s6qd.onion/">Tor</a>,
|
||||
<a href="http://[300:9121:df80:1c56::6420]/">Yggdrasil</a>, and
|
||||
<a href="https://pst.everypizza.im/">clearnet</a>.
|
||||
</li>
|
||||
<li>
|
||||
Forgejo: Git hosting software. It's a fork of Gitea, and is written in Go. Git SSH is enabled on
|
||||
port 2222<del>, and registration is open</del>. Available on
|
||||
<a href="https://git.everypizza.im/">clearnet</a>.
|
||||
</li>
|
||||
</ul>
|
||||
<h3>CLIENTS</h3>
|
||||
<p>
|
||||
Web-based UIs for things.
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
Synapse-Admin: A tool for managing Synapse. Only works if you administrate a homeserver, but it's
|
||||
not locked to any specific homeserver. Available on
|
||||
<a href="http://synadmfz45wvcq45yxx2pyscozosqtddeabicv27hbqkjuga5iwkgxad.onion/">Tor</a> and
|
||||
<a href="https://admin.everypizza.im/">clearnet</a>.
|
||||
</li>
|
||||
<li>
|
||||
Element: Most feature-complete Matrix client. Also pretty bloated. Avaliable on
|
||||
<a href="http://elemeej6geolie4i3fvp5vdqarg4qjcpd3vwdshje7od7tinplsg7kyd.onion/">Tor</a> and
|
||||
<a href="https://element.everypizza.im/">clearnet</a>.
|
||||
</li>
|
||||
<li>
|
||||
Cinny: Another Matrix client, Discord-like. Has less features than Element, although it has some
|
||||
things that Element doesn't like custom emoji. (We have an emoji pack room at #emoji:everypizza.im!)
|
||||
Avaliable on <a href="http://cinny6ftbsw77nqe7w6lsvsi7vjlrocg4vybm2rx6qwfl5kjrweyvmqd.onion/">Tor</a>
|
||||
and <a href="https://cinny.everypizza.im/">clearnet</a>.
|
||||
</li>
|
||||
</ul>
|
||||
<h3>GENERAL</h3>
|
||||
<ul>
|
||||
<li>
|
||||
Utilites: Small collection of utilites. <a href="https://git.everypizza.im/n/utils">Open source</a>.
|
||||
No account is needed. On <a href="https://tools.everypizza.im/">clearnet</a> and
|
||||
<a href="http://[300:9121:df80:1c56:7825:6b16:fbe:c409]/">Yggdrasil</a>.
|
||||
</li>
|
||||
<li>
|
||||
DICT server: Dictionary server. No account is needed. Available on everypizza.im port 2628.
|
||||
Also on [200:9121:df80:1c56:a40:252d:dba0:a9a], same port. Use the command
|
||||
"dict -h everypizza.im {word}" to search for a word. We have the WordNet,
|
||||
Moby Thesaurus II, and The Devil's Dictionary dictionaries.
|
||||
</li>
|
||||
</ul>
|
||||
<h3>PLANNED</h3>
|
||||
<p>
|
||||
We plan hosting a few more services in the future. Next up will probably be Element Call,
|
||||
a video conferencing program and maybe Mumble, for voice chat.
|
||||
</p>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<p>
|
||||
This design is <del>stolen from</del> inspired by Midgard, on
|
||||
<a href="http://[300:5506:25eb:d0d9::]/">Yggdrasil</a> and
|
||||
<a href="http://midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion/">Tor</a>.
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Reference in a new issue