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"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||||
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||||
<head>
|
|
||||||
<title>EveryPizza IM</title>
|
<head>
|
||||||
<link rel="stylesheet" href="/assets/style.css" />
|
<title>EveryPizza IM</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<link rel="stylesheet" href="/assets/style.css" />
|
||||||
</head>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<body>
|
</head>
|
||||||
<div class="header">
|
|
||||||
<pre>
|
<body>
|
||||||
|
<div class="header">
|
||||||
|
<pre>
|
||||||
_
|
_
|
||||||
(_)
|
(_)
|
||||||
_____ _____ _ __ _ _ _ __ _ __________ _
|
_____ _____ _ __ _ _ _ __ _ __________ _
|
||||||
|
@ -20,30 +21,31 @@
|
||||||
|___/|_|
|
|___/|_|
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
<div class="nav">
|
<div class="nav">
|
||||||
<a href="/index.xht">HOME</a>
|
<a href="/index.xht">HOME</a>
|
||||||
<a href="/rules.xht">RULES</a>
|
<a href="/rules.xht">RULES</a>
|
||||||
<a href="/services.xht">SERVICES</a>
|
<a href="/services.xht">SERVICES</a>
|
||||||
<a href="/contact.xht" class="current">CONTACT</a>
|
<a href="/contact.xht" class="current">CONTACT</a>
|
||||||
<a href="/servers.xht">SERVERS</a>
|
<a href="/servers.xht">SERVERS</a>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="main">
|
</div>
|
||||||
<p>
|
<div class="main">
|
||||||
|
<p>
|
||||||
To contact the admin, XMPP is usually the fastest. Please use
|
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="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="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
|
<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>.
|
else fails, email: <a href="mailto:me@everypizza.im">me@everypizza.im</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<p>
|
<p>
|
||||||
This design is <del>stolen from</del> inspired by Midgard, on
|
This design is <del>stolen from</del> inspired by Midgard, on
|
||||||
<a href="http://[300:5506:25eb:d0d9::]/">Yggdrasil</a> and
|
<a href="http://[300:5506:25eb:d0d9::]/">Yggdrasil</a> and
|
||||||
<a href="http://midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion/">Tor</a>.
|
<a href="http://midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion/">Tor</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
|
||||||
|
</html>
|
116
site/index.xht
116
site/index.xht
|
@ -1,15 +1,16 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||||
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||||
<head>
|
|
||||||
<title>EveryPizza IM</title>
|
<head>
|
||||||
<link rel="stylesheet" href="/assets/style.css" />
|
<title>EveryPizza IM</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<link rel="stylesheet" href="/assets/style.css" />
|
||||||
</head>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<body>
|
</head>
|
||||||
<div class="header">
|
|
||||||
<pre>
|
<body>
|
||||||
|
<div class="header">
|
||||||
|
<pre>
|
||||||
_
|
_
|
||||||
(_)
|
(_)
|
||||||
_____ _____ _ __ _ _ _ __ _ __________ _
|
_____ _____ _ __ _ _ _ __ _ __________ _
|
||||||
|
@ -20,63 +21,64 @@
|
||||||
|___/|_|
|
|___/|_|
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
<div class="nav">
|
<div class="nav">
|
||||||
<a href="/index.xht" class="current">HOME</a>
|
<a href="/index.xht" class="current">HOME</a>
|
||||||
<a href="/rules.xht">RULES</a>
|
<a href="/rules.xht">RULES</a>
|
||||||
<a href="/services.xht">SERVICES</a>
|
<a href="/services.xht">SERVICES</a>
|
||||||
<a href="/contact.xht">CONTACT</a>
|
<a href="/contact.xht">CONTACT</a>
|
||||||
<a href="/servers.xht">SERVERS</a>
|
<a href="/servers.xht">SERVERS</a>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="main">
|
</div>
|
||||||
<p>
|
<div class="main">
|
||||||
|
<p>
|
||||||
Hi! everypizza.im is a collection of privacy-respecting services offered for the community for free.
|
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
|
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
|
"public by request". Now, we have the resources to deal with spam and can make these services public for
|
||||||
all to use.
|
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
|
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,
|
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!
|
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.
|
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:
|
This site is mirrored to both of those:
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://[200:9121:df80:1c56:a40:252d:dba0:a9a]/">
|
<a href="http://[200:9121:df80:1c56:a40:252d:dba0:a9a]/">
|
||||||
Yggdrasil
|
Yggdrasil
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://epim22cnhxerm2k4e3tmmjzyfzymzdemumj6uxaesjnu7tk5nwjnl7yd.onion/">
|
<a href="http://epim22cnhxerm2k4e3tmmjzyfzymzdemumj6uxaesjnu7tk5nwjnl7yd.onion/">
|
||||||
Tor
|
Tor
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<p>
|
<p>
|
||||||
<img src="https://media.everypizza.im/b/gaysite.gif" alt="This site is gay"/>
|
<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/free.gif" alt="Free Software" />
|
||||||
<img src="https://media.everypizza.im/b/freestuff.gif" alt="Free Stuff"/>
|
<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/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/wii.gif" alt="Nintendo Wii" />
|
||||||
<img src="https://media.everypizza.im/b/gay.gif" alt="Rainbow flag"/>
|
<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/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/nofuckingthanks.gif" alt="NFT No Fucking Thanks" />
|
||||||
<img src="https://media.everypizza.im/b/everypizza.png" alt="EveryPizza"/>
|
<img src="https://media.everypizza.im/b/everypizza.png" alt="EveryPizza" />
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<hr/>
|
<hr />
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<p>
|
<p>
|
||||||
This design is <del>stolen from</del> inspired by Midgard, on
|
This design is <del>stolen from</del> inspired by Midgard, on
|
||||||
<a href="http://[300:5506:25eb:d0d9::]/">Yggdrasil</a> and
|
<a href="http://[300:5506:25eb:d0d9::]/">Yggdrasil</a> and
|
||||||
<a href="http://midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion/">Tor</a>.
|
<a href="http://midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion/">Tor</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
|
||||||
|
</html>
|
|
@ -1,15 +1,16 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||||
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||||
<head>
|
|
||||||
<title>EveryPizza IM</title>
|
<head>
|
||||||
<link rel="stylesheet" href="/assets/style.css" />
|
<title>EveryPizza IM</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<link rel="stylesheet" href="/assets/style.css" />
|
||||||
</head>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<body>
|
</head>
|
||||||
<div class="header">
|
|
||||||
<pre>
|
<body>
|
||||||
|
<div class="header">
|
||||||
|
<pre>
|
||||||
_
|
_
|
||||||
(_)
|
(_)
|
||||||
_____ _____ _ __ _ _ _ __ _ __________ _
|
_____ _____ _ __ _ _ _ __ _ __________ _
|
||||||
|
@ -20,45 +21,46 @@
|
||||||
|___/|_|
|
|___/|_|
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
<div class="nav">
|
<div class="nav">
|
||||||
<a href="/index.xht">HOME</a>
|
<a href="/index.xht">HOME</a>
|
||||||
<a href="/rules.xht" class="current">RULES</a>
|
<a href="/rules.xht" class="current">RULES</a>
|
||||||
<a href="/services.xht">SERVICES</a>
|
<a href="/services.xht">SERVICES</a>
|
||||||
<a href="/contact.xht">CONTACT</a>
|
<a href="/contact.xht">CONTACT</a>
|
||||||
<a href="/servers.xht">SERVERS</a>
|
<a href="/servers.xht">SERVERS</a>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="main">
|
</div>
|
||||||
<p>
|
<div class="main">
|
||||||
|
<p>
|
||||||
Our rules are pretty light. It's the least possible to help us achive our goals
|
Our rules are pretty light. It's the least possible to help us achive our goals
|
||||||
and not get us in legal trouble.
|
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,
|
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.
|
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
|
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,
|
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.
|
it is very important that you report it to help us take down the harrassing content.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Privacy is also important. When you access these services, the mininum possible is logged. For XMPP,
|
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
|
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
|
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
|
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.
|
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
|
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
|
of our services. As everything is self-hosted at home, <b>do not</b> store <i>vital</i> information on our
|
||||||
services.
|
services.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<p>
|
<p>
|
||||||
This design is <del>stolen from</del> inspired by Midgard, on
|
This design is <del>stolen from</del> inspired by Midgard, on
|
||||||
<a href="http://[300:5506:25eb:d0d9::]/">Yggdrasil</a> and
|
<a href="http://[300:5506:25eb:d0d9::]/">Yggdrasil</a> and
|
||||||
<a href="http://midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion/">Tor</a>.
|
<a href="http://midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion/">Tor</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
|
||||||
|
</html>
|
|
@ -1,15 +1,16 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||||
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||||
<head>
|
|
||||||
<title>EveryPizza IM</title>
|
<head>
|
||||||
<link rel="stylesheet" href="/assets/style.css" />
|
<title>EveryPizza IM</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<link rel="stylesheet" href="/assets/style.css" />
|
||||||
</head>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<body>
|
</head>
|
||||||
<div class="header">
|
|
||||||
<pre>
|
<body>
|
||||||
|
<div class="header">
|
||||||
|
<pre>
|
||||||
_
|
_
|
||||||
(_)
|
(_)
|
||||||
_____ _____ _ __ _ _ _ __ _ __________ _
|
_____ _____ _ __ _ _ _ __ _ __________ _
|
||||||
|
@ -20,36 +21,37 @@
|
||||||
|___/|_|
|
|___/|_|
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
<div class="nav">
|
<div class="nav">
|
||||||
<a href="/index.xht">HOME</a>
|
<a href="/index.xht">HOME</a>
|
||||||
<a href="/rules.xht">RULES</a>
|
<a href="/rules.xht">RULES</a>
|
||||||
<a href="/services.xht">SERVICES</a>
|
<a href="/services.xht">SERVICES</a>
|
||||||
<a href="/contact.xht">CONTACT</a>
|
<a href="/contact.xht">CONTACT</a>
|
||||||
<a href="/servers.xht" class="current">SERVERS</a>
|
<a href="/servers.xht" class="current">SERVERS</a>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="main">
|
</div>
|
||||||
<p>
|
<div class="main">
|
||||||
|
<p>
|
||||||
EveryPizza IM currently has 2 different servers: a Dell Optiplex 9020, hosting most of the things
|
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
|
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
|
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.
|
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
|
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
|
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,
|
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
|
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
|
have plans to start making Nginx listen on a seperate port, and reverse proxy it through Caddy while rewriting
|
||||||
configuration files for it.)
|
configuration files for it.)
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<p>
|
<p>
|
||||||
This design is <del>stolen from</del> inspired by Midgard, on
|
This design is <del>stolen from</del> inspired by Midgard, on
|
||||||
<a href="http://[300:5506:25eb:d0d9::]/">Yggdrasil</a> and
|
<a href="http://[300:5506:25eb:d0d9::]/">Yggdrasil</a> and
|
||||||
<a href="http://midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion/">Tor</a>.
|
<a href="http://midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion/">Tor</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
|
||||||
|
</html>
|
|
@ -1,15 +1,16 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||||
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||||
<head>
|
|
||||||
<title>EveryPizza IM</title>
|
<head>
|
||||||
<link rel="stylesheet" href="/assets/style.css" />
|
<title>EveryPizza IM</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<link rel="stylesheet" href="/assets/style.css" />
|
||||||
</head>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<body>
|
</head>
|
||||||
<div class="header">
|
|
||||||
<pre>
|
<body>
|
||||||
|
<div class="header">
|
||||||
|
<pre>
|
||||||
_
|
_
|
||||||
(_)
|
(_)
|
||||||
_____ _____ _ __ _ _ _ __ _ __________ _
|
_____ _____ _ __ _ _ _ __ _ __________ _
|
||||||
|
@ -20,87 +21,107 @@
|
||||||
|___/|_|
|
|___/|_|
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
<div class="nav">
|
<div class="nav">
|
||||||
<a href="/index.xht">HOME</a>
|
<a href="/index.xht">HOME</a>
|
||||||
<a href="/rules.xht">RULES</a>
|
<a href="/rules.xht">RULES</a>
|
||||||
<a href="/services.xht" class="current">SERVICES</a>
|
<a href="/services.xht" class="current">SERVICES</a>
|
||||||
<a href="/contact.xht">CONTACT</a>
|
<a href="/contact.xht">CONTACT</a>
|
||||||
<a href="/servers.xht">SERVERS</a>
|
<a href="/servers.xht">SERVERS</a>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="main">
|
</div>
|
||||||
<p>
|
<div class="main">
|
||||||
|
<p>
|
||||||
Here's all the public services we have! To prevent spam, you need an email to register on almost all.
|
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.
|
For a few of these, you need to ask for an account.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<ul>
|
</p>
|
||||||
<li>
|
<h3>SOCIALIZATION</h3>
|
||||||
Matrix: Runs Synapse. Our first and most popular service. Clearnet only, properly delegated.
|
<p>
|
||||||
<del>Register at our Matrix Authentication Service instance:
|
The main point of EveryPizza IM.
|
||||||
<a href="https://mxauth.everypizza.im/register/password">clearnet</a></del>.
|
</p>
|
||||||
</li>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
Synapse-Admin: A tool for managing Synapse. Only works if you administrate a homeserver, but it's
|
Matrix: Runs Synapse. Our first and most popular service. Clearnet only, properly delegated.
|
||||||
not locked to any specific homeserver. Available on
|
<del>Register at our Matrix Authentication Service instance:
|
||||||
<a href="http://synadmfz45wvcq45yxx2pyscozosqtddeabicv27hbqkjuga5iwkgxad.onion/">Tor</a> and
|
<a href="https://mxauth.everypizza.im/register/password">clearnet</a></del>.
|
||||||
<a href="https://admin.everypizza.im/">clearnet</a>.
|
</li>
|
||||||
</li>
|
<li>
|
||||||
<li>
|
Prosody: XMPP implementation in Lua. <del>We have in-band registration, so you can register in most
|
||||||
Forgejo: Git hosting software. It's a fork of Gitea, and is written in Go. Git SSH is enabled on
|
clients.</del> Available on clearnet at everypizza.im.
|
||||||
port 2222<del>, and registration is open</del>. Available on
|
</li>
|
||||||
<a href="https://git.everypizza.im/">clearnet</a>.
|
<li>
|
||||||
</li>
|
Sharkey: Fediverse software based on Misskey, written in Node.JS. Very bloated. Please ask for an
|
||||||
<li>
|
account if you want one! Avaliable on <a href="https://sharkey.everypizza.im/">clearnet</a>.
|
||||||
Prosody: XMPP implementation in Lua. <del>We have in-band registration, so you can register in most
|
</li>
|
||||||
clients.</del> Available on clearnet at everypizza.im.
|
</ul>
|
||||||
</li>
|
<h3>CODE</h3>
|
||||||
<li>
|
<p>
|
||||||
Element: Most feature-complete Matrix client. Also pretty bloated. Avaliable on
|
Services for the nerds.
|
||||||
<a href="http://elemeej6geolie4i3fvp5vdqarg4qjcpd3vwdshje7od7tinplsg7kyd.onion/">Tor</a> and
|
</p>
|
||||||
<a href="https://element.everypizza.im/">clearnet</a>.
|
<ul>
|
||||||
</li>
|
<li>
|
||||||
<li>
|
Pinnwand: Anonymous pastebin. No accounts or tracking.
|
||||||
Sharkey: Fediverse software based on Misskey, written in Node.JS. Very bloated. Please ask for an
|
Avaliable on <a href="http://pasteldnn4vc6hmtbzomgho3jd2xy2xpqxoh2g34efjsfaydrrj4s6qd.onion/">Tor</a>,
|
||||||
account if you want one! Avaliable on <a href="https://sharkey.everypizza.im/">clearnet</a>.
|
<a href="http://[300:9121:df80:1c56::6420]/">Yggdrasil</a>, and
|
||||||
</li>
|
<a href="https://pst.everypizza.im/">clearnet</a>.
|
||||||
<li>
|
</li>
|
||||||
Cinny: Another Matrix client, Discord-like. Has less features than Element, although it has some
|
<li>
|
||||||
things that Element doesn't like custom emoji. (We have an emoji pack room at #emoji:everypizza.im!)
|
Forgejo: Git hosting software. It's a fork of Gitea, and is written in Go. Git SSH is enabled on
|
||||||
Avaliable on <a href="http://cinny6ftbsw77nqe7w6lsvsi7vjlrocg4vybm2rx6qwfl5kjrweyvmqd.onion/">Tor</a>
|
port 2222<del>, and registration is open</del>. Available on
|
||||||
and <a href="https://cinny.everypizza.im/">clearnet</a>.
|
<a href="https://git.everypizza.im/">clearnet</a>.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
</ul>
|
||||||
Pinnwand: Anonymous pastebin. No accounts or tracking.
|
<h3>CLIENTS</h3>
|
||||||
Avaliable on <a href="http://pasteldnn4vc6hmtbzomgho3jd2xy2xpqxoh2g34efjsfaydrrj4s6qd.onion/">Tor</a>,
|
<p>
|
||||||
<a href="http://[300:9121:df80:1c56::6420]/">Yggdrasil</a>, and
|
Web-based UIs for things.
|
||||||
<a href="https://pst.everypizza.im/">clearnet</a>.
|
</p>
|
||||||
</li>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
Utilites: Small collection of utilites. <a href="https://git.everypizza.im/n/utils">Open source</a>.
|
Synapse-Admin: A tool for managing Synapse. Only works if you administrate a homeserver, but it's
|
||||||
No account is needed. On <a href="https://tools.everypizza.im/">clearnet</a> and
|
not locked to any specific homeserver. Available on
|
||||||
<a href="http://[300:9121:df80:1c56:7825:6b16:fbe:c409]/">Yggdrasil</a>.
|
<a href="http://synadmfz45wvcq45yxx2pyscozosqtddeabicv27hbqkjuga5iwkgxad.onion/">Tor</a> and
|
||||||
</li>
|
<a href="https://admin.everypizza.im/">clearnet</a>.
|
||||||
<li>
|
</li>
|
||||||
DICT server: Dictionary server. No account is needed. Available on everypizza.im port 2628.
|
<li>
|
||||||
Also on [200:9121:df80:1c56:a40:252d:dba0:a9a], same port. Use the command
|
Element: Most feature-complete Matrix client. Also pretty bloated. Avaliable on
|
||||||
"dict -h everypizza.im {word}" to search for a word. We have the WordNet,
|
<a href="http://elemeej6geolie4i3fvp5vdqarg4qjcpd3vwdshje7od7tinplsg7kyd.onion/">Tor</a> and
|
||||||
Moby Thesaurus II, and The Devil's Dictionary dictionaries.
|
<a href="https://element.everypizza.im/">clearnet</a>.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
<li>
|
||||||
</p>
|
Cinny: Another Matrix client, Discord-like. Has less features than Element, although it has some
|
||||||
<h3>PLANNED</h3>
|
things that Element doesn't like custom emoji. (We have an emoji pack room at #emoji:everypizza.im!)
|
||||||
<p>
|
Avaliable on <a href="http://cinny6ftbsw77nqe7w6lsvsi7vjlrocg4vybm2rx6qwfl5kjrweyvmqd.onion/">Tor</a>
|
||||||
We plan hosting a few more services in the future. Next up will probably be Element Call,
|
and <a href="https://cinny.everypizza.im/">clearnet</a>.
|
||||||
a video conferencing program and maybe Mumble, for voice chat.
|
</li>
|
||||||
</p>
|
</ul>
|
||||||
</div>
|
<h3>GENERAL</h3>
|
||||||
<div class="footer">
|
<ul>
|
||||||
<p>
|
<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
|
This design is <del>stolen from</del> inspired by Midgard, on
|
||||||
<a href="http://[300:5506:25eb:d0d9::]/">Yggdrasil</a> and
|
<a href="http://[300:5506:25eb:d0d9::]/">Yggdrasil</a> and
|
||||||
<a href="http://midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion/">Tor</a>.
|
<a href="http://midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion/">Tor</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
|
||||||
|
</html>
|
Loading…
Add table
Reference in a new issue