Compare commits
No commits in common. "main" and "tui" have entirely different histories.
14 changed files with 232 additions and 560 deletions
|
@ -1,5 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<XRD xmlns='http://docs.oasis-open.org/ns/xri/xrd-1.0'>
|
|
||||||
<Link href='https://everypizza.im:5281/http-bind' rel='urn:xmpp:alt-connections:xbosh' />
|
|
||||||
<Link href='wss://everypizza.im:5281/xmpp-websocket' rel='urn:xmpp:alt-connections:websocket' />
|
|
||||||
</XRD>
|
|
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
"links": [
|
|
||||||
{
|
|
||||||
"rel": "urn:xmpp:alt-connections:xbosh",
|
|
||||||
"href": "https://everypizza.im:5281/http-bind"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"rel": "urn:xmpp:alt-connections:websocket",
|
|
||||||
"href": "wss://everypizza.im:5281/xmpp-websocket"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"m.server": "matrix.everypizza.im:443"
|
|
||||||
}
|
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"m.server": "matrix.everypizza.im:443"
|
|
||||||
}
|
|
|
@ -1,14 +0,0 @@
|
||||||
{
|
|
||||||
"contacts": [
|
|
||||||
{
|
|
||||||
"email_address": "me@everypizza.im",
|
|
||||||
"matrix_id": "@n:everypizza.im",
|
|
||||||
"jabber_id": "xmpp:nyx@everypizza.im",
|
|
||||||
"role": "m.role.admin"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"email_address": "me@everypizza.im",
|
|
||||||
"role": "m.role.security"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
64
site/404.xht
64
site/404.xht
|
@ -1,64 +0,0 @@
|
||||||
<?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">
|
|
||||||
<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>
|
|
||||||
_
|
|
||||||
(_)
|
|
||||||
_____ _____ _ __ _ _ _ __ _ __________ _
|
|
||||||
/ _ \ \ / / _ \ '__| | | | '_ \| |_ /_ / _` |
|
|
||||||
| __/\ V / __/ | | |_| | |_) | |/ / / / (_| |
|
|
||||||
\___| \_/ \___|_| \__, | .__/|_/___/___\__,_|
|
|
||||||
__/ | |
|
|
||||||
|___/|_|
|
|
||||||
|
|
||||||
</pre>
|
|
||||||
<div class="nav">
|
|
||||||
<a href="/index.xht">GO HOME</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="main">
|
|
||||||
<h1>404 Not Found</h1>
|
|
||||||
<p>
|
|
||||||
The reader seems lost. Maybe the reader looking for our Matrix webclients,
|
|
||||||
listed on our <a href="https://everypizza.im/services.xht">services page</a>.
|
|
||||||
Or, maybe they're just exploring some of our sites. Maybe one of us made a mistake.
|
|
||||||
If the reader thinks this is the case, please do
|
|
||||||
<a href="https://everypizza.im/contact.xht">contact us</a>.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
The reader also might have gotten this page from going to a root backend domain. If so,
|
|
||||||
there's nothing to see here.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
If the reader truly has no idea how they got here, then maybe they should listen to music.
|
|
||||||
Here's a good song: <a href="https://inv.everypizza.im/watch?v=fzNMd3Tu1Zw">Energy by Elektronomia</a>.
|
|
||||||
Another one: <a href="https://inv.everypizza.im/watch?v=DXAidGQUuns">Steady As She Goes by The Raconteurs</a>.
|
|
||||||
Or, maybe they could just take a nap.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<i>
|
|
||||||
Well, what do I know? I'm just a webserver. I simply take files from folders and
|
|
||||||
display them on users' screens.
|
|
||||||
</i>
|
|
||||||
</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>
|
|
|
@ -1,9 +1,9 @@
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Atkinson Hyperlegible Mono WOFF2;
|
font-family: "Atkinson Hyperlegible Mono WOFF2;
|
||||||
src: url('/assets/fonts/AtkinsonHyperlegibleMono-Regular.woff2');
|
src: url('/assets/fonts/AtkinsonHyperlegibleMono-Regular.woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Atkinson Hyperlegible Mono TTF;
|
font-family: "Atkinson Hyperlegible Mono TTF;
|
||||||
src: url('/assets/fonts/Fixedsys Excelsior/AtkinsonHyperlegibleMono-Regular.ttf');
|
src: url('/assets/fonts/Fixedsys Excelsior/AtkinsonHyperlegibleMono-Regular.ttf');
|
||||||
}
|
}
|
||||||
|
@ -33,10 +33,6 @@ body {
|
||||||
background-color: hotpink;
|
background-color: hotpink;
|
||||||
}
|
}
|
||||||
|
|
||||||
.new {
|
|
||||||
color: hotpink
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav a {
|
.nav a {
|
||||||
color: black;
|
color: black;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -55,7 +51,3 @@ a {
|
||||||
color: dodgerblue;
|
color: dodgerblue;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
|
||||||
color: hotpink;
|
|
||||||
}
|
|
||||||
|
|
|
@ -1,49 +0,0 @@
|
||||||
<?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">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<title>EveryPizza IM</title>
|
|
||||||
<link rel="stylesheet" href="https://everypizza.im/assets/style.css" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<div class="header">
|
|
||||||
<pre>
|
|
||||||
_
|
|
||||||
(_)
|
|
||||||
_____ _____ _ __ _ _ _ __ _ __________ _
|
|
||||||
/ _ \ \ / / _ \ '__| | | | '_ \| |_ /_ / _` |
|
|
||||||
| __/\ V / __/ | | |_| | |_) | |/ / / / (_| |
|
|
||||||
\___| \_/ \___|_| \__, | .__/|_/___/___\__,_|
|
|
||||||
__/ | |
|
|
||||||
|___/|_|
|
|
||||||
|
|
||||||
</pre>
|
|
||||||
<div class="nav">
|
|
||||||
<a href="/index.xht">GO HOME</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="main">
|
|
||||||
<h1>Unable to connect</h1>
|
|
||||||
<p>
|
|
||||||
Our webserver isn't able to reach the backend. We have presumably been notified and
|
|
||||||
are hopefully working on it. We can't promise though, all of our team is within walking
|
|
||||||
distance of each other and we can't stay awake 24/7 (as much as we would like to).
|
|
||||||
</p>
|
|
||||||
<i>
|
|
||||||
I'm sorry I couldn't be of more help. I'm just a webserver, after all.
|
|
||||||
</i>
|
|
||||||
</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>
|
|
|
@ -1,24 +1,22 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?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">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
<title>MiDGARD</title>
|
||||||
<title>EveryPizza IM</title>
|
|
||||||
<link rel="stylesheet" href="/assets/style.css" />
|
<link rel="stylesheet" href="/assets/style.css" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body>
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<pre>
|
<pre>
|
||||||
_
|
███████╗██╗ ██╗███████╗██████╗ ██╗ ██╗██████╗ ██╗███████╗███████╗ █████╗ ██╗███╗ ███╗
|
||||||
(_)
|
██╔════╝██║ ██║██╔════╝██╔══██╗╚██╗ ██╔╝██╔══██╗██║╚══███╔╝╚══███╔╝██╔══██╗ ██║████╗ ████║
|
||||||
_____ _____ _ __ _ _ _ __ _ __________ _
|
█████╗ ██║ ██║█████╗ ██████╔╝ ╚████╔╝ ██████╔╝██║ ███╔╝ ███╔╝ ███████║ ██║██╔████╔██║
|
||||||
/ _ \ \ / / _ \ '__| | | | '_ \| |_ /_ / _` |
|
██╔══╝ ╚██╗ ██╔╝██╔══╝ ██╔══██╗ ╚██╔╝ ██╔═══╝ ██║ ███╔╝ ███╔╝ ██╔══██║ ██║██║╚██╔╝██║
|
||||||
| __/\ V / __/ | | |_| | |_) | |/ / / / (_| |
|
███████╗ ╚████╔╝ ███████╗██║ ██║ ██║ ██║ ██║███████╗███████╗██║ ██║██╗██║██║ ╚═╝ ██║
|
||||||
\___| \_/ \___|_| \__, | .__/|_/___/___\__,_|
|
╚══════╝ ╚═══╝ ╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚══════╝╚═╝ ╚═╝╚═╝╚═╝╚═╝ ╚═╝
|
||||||
__/ | |
|
|
||||||
|___/|_|
|
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
<div class="nav">
|
<div class="nav">
|
||||||
|
@ -26,7 +24,6 @@
|
||||||
<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>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="main">
|
<div class="main">
|
||||||
|
@ -46,6 +43,5 @@
|
||||||
<a href="http://midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion/">Tor</a>.
|
<a href="http://midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion/">Tor</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
|
@ -1,24 +1,21 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?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">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<title>EveryPizza IM</title>
|
<title>EveryPizza IM</title>
|
||||||
<link rel="stylesheet" href="/assets/style.css" />
|
<link rel="stylesheet" href="/assets/style.css" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body>
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<pre>
|
<pre>
|
||||||
_
|
███████╗██╗ ██╗███████╗██████╗ ██╗ ██╗██████╗ ██╗███████╗███████╗ █████╗ ██╗███╗ ███╗
|
||||||
(_)
|
██╔════╝██║ ██║██╔════╝██╔══██╗╚██╗ ██╔╝██╔══██╗██║╚══███╔╝╚══███╔╝██╔══██╗ ██║████╗ ████║
|
||||||
_____ _____ _ __ _ _ _ __ _ __________ _
|
█████╗ ██║ ██║█████╗ ██████╔╝ ╚████╔╝ ██████╔╝██║ ███╔╝ ███╔╝ ███████║ ██║██╔████╔██║
|
||||||
/ _ \ \ / / _ \ '__| | | | '_ \| |_ /_ / _` |
|
██╔══╝ ╚██╗ ██╔╝██╔══╝ ██╔══██╗ ╚██╔╝ ██╔═══╝ ██║ ███╔╝ ███╔╝ ██╔══██║ ██║██║╚██╔╝██║
|
||||||
| __/\ V / __/ | | |_| | |_) | |/ / / / (_| |
|
███████╗ ╚████╔╝ ███████╗██║ ██║ ██║ ██║ ██║███████╗███████╗██║ ██║██╗██║██║ ╚═╝ ██║
|
||||||
\___| \_/ \___|_| \__, | .__/|_/___/___\__,_|
|
╚══════╝ ╚═══╝ ╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚══════╝╚═╝ ╚═╝╚═╝╚═╝╚═╝ ╚═╝
|
||||||
__/ | |
|
|
||||||
|___/|_|
|
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
<div class="nav">
|
<div class="nav">
|
||||||
|
@ -26,7 +23,6 @@
|
||||||
<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>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="main">
|
<div class="main">
|
||||||
|
@ -37,41 +33,9 @@
|
||||||
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
|
For now, most things are clearnet only. We're working on getting stuff on Tor, Yggdrasil, and I2P.
|
||||||
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>
|
|
||||||
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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<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
|
||||||
|
@ -79,6 +43,5 @@
|
||||||
<a href="http://midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion/">Tor</a>.
|
<a href="http://midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion/">Tor</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
|
@ -1,2 +0,0 @@
|
||||||
User-Agent: *
|
|
||||||
Disallow: /
|
|
|
@ -1,24 +1,21 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?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">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<title>EveryPizza IM</title>
|
<title>EveryPizza IM</title>
|
||||||
<link rel="stylesheet" href="/assets/style.css" />
|
<link rel="stylesheet" href="/assets/style.css" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body>
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<pre>
|
<pre>
|
||||||
_
|
███████╗██╗ ██╗███████╗██████╗ ██╗ ██╗██████╗ ██╗███████╗███████╗ █████╗ ██╗███╗ ███╗
|
||||||
(_)
|
██╔════╝██║ ██║██╔════╝██╔══██╗╚██╗ ██╔╝██╔══██╗██║╚══███╔╝╚══███╔╝██╔══██╗ ██║████╗ ████║
|
||||||
_____ _____ _ __ _ _ _ __ _ __________ _
|
█████╗ ██║ ██║█████╗ ██████╔╝ ╚████╔╝ ██████╔╝██║ ███╔╝ ███╔╝ ███████║ ██║██╔████╔██║
|
||||||
/ _ \ \ / / _ \ '__| | | | '_ \| |_ /_ / _` |
|
██╔══╝ ╚██╗ ██╔╝██╔══╝ ██╔══██╗ ╚██╔╝ ██╔═══╝ ██║ ███╔╝ ███╔╝ ██╔══██║ ██║██║╚██╔╝██║
|
||||||
| __/\ V / __/ | | |_| | |_) | |/ / / / (_| |
|
███████╗ ╚████╔╝ ███████╗██║ ██║ ██║ ██║ ██║███████╗███████╗██║ ██║██╗██║██║ ╚═╝ ██║
|
||||||
\___| \_/ \___|_| \__, | .__/|_/___/___\__,_|
|
╚══════╝ ╚═══╝ ╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚══════╝╚═╝ ╚═╝╚═╝╚═╝╚═╝ ╚═╝
|
||||||
__/ | |
|
|
||||||
|___/|_|
|
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
<div class="nav">
|
<div class="nav">
|
||||||
|
@ -26,7 +23,6 @@
|
||||||
<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>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="main">
|
<div class="main">
|
||||||
|
@ -37,21 +33,7 @@
|
||||||
<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.
|
||||||
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>
|
|
||||||
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>
|
|
||||||
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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
|
@ -61,6 +43,5 @@
|
||||||
<a href="http://midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion/">Tor</a>.
|
<a href="http://midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion/">Tor</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
|
@ -1,54 +0,0 @@
|
||||||
<?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">
|
|
||||||
<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>
|
|
||||||
_
|
|
||||||
(_)
|
|
||||||
_____ _____ _ __ _ _ _ __ _ __________ _
|
|
||||||
/ _ \ \ / / _ \ '__| | | | '_ \| |_ /_ / _` |
|
|
||||||
| __/\ V / __/ | | |_| | |_) | |/ / / / (_| |
|
|
||||||
\___| \_/ \___|_| \__, | .__/|_/___/___\__,_|
|
|
||||||
__/ | |
|
|
||||||
|___/|_|
|
|
||||||
|
|
||||||
</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>
|
|
||||||
<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>
|
|
||||||
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 the NGINX web server.
|
|
||||||
</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>
|
|
|
@ -1,24 +1,21 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?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">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<title>EveryPizza IM</title>
|
<title>EveryPizza IM</title>
|
||||||
<link rel="stylesheet" href="/assets/style.css" />
|
<link rel="stylesheet" href="/assets/style.css" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body>
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<pre>
|
<pre>
|
||||||
_
|
███████╗██╗ ██╗███████╗██████╗ ██╗ ██╗██████╗ ██╗███████╗███████╗ █████╗ ██╗███╗ ███╗
|
||||||
(_)
|
██╔════╝██║ ██║██╔════╝██╔══██╗╚██╗ ██╔╝██╔══██╗██║╚══███╔╝╚══███╔╝██╔══██╗ ██║████╗ ████║
|
||||||
_____ _____ _ __ _ _ _ __ _ __________ _
|
█████╗ ██║ ██║█████╗ ██████╔╝ ╚████╔╝ ██████╔╝██║ ███╔╝ ███╔╝ ███████║ ██║██╔████╔██║
|
||||||
/ _ \ \ / / _ \ '__| | | | '_ \| |_ /_ / _` |
|
██╔══╝ ╚██╗ ██╔╝██╔══╝ ██╔══██╗ ╚██╔╝ ██╔═══╝ ██║ ███╔╝ ███╔╝ ██╔══██║ ██║██║╚██╔╝██║
|
||||||
| __/\ V / __/ | | |_| | |_) | |/ / / / (_| |
|
███████╗ ╚████╔╝ ███████╗██║ ██║ ██║ ██║ ██║███████╗███████╗██║ ██║██╗██║██║ ╚═╝ ██║
|
||||||
\___| \_/ \___|_| \__, | .__/|_/___/___\__,_|
|
╚══════╝ ╚═══╝ ╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚══════╝╚═╝ ╚═╝╚═╝╚═╝╚═╝ ╚═╝
|
||||||
__/ | |
|
|
||||||
|___/|_|
|
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
<div class="nav">
|
<div class="nav">
|
||||||
|
@ -26,7 +23,6 @@
|
||||||
<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>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="main">
|
<div class="main">
|
||||||
|
@ -35,53 +31,35 @@
|
||||||
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>
|
||||||
</p>
|
|
||||||
<h3>SOCIALIZATION</h3>
|
|
||||||
<p>
|
|
||||||
The main point of EveryPizza IM.
|
|
||||||
</p>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
Matrix: Runs Synapse. Our first and most popular service. Clearnet only, properly delegated.
|
Matrix: Runs Synapse. Our first and most popular service. Clearnet only, properly delegated.
|
||||||
<del>Register at our Matrix Authentication Service instance:
|
Register at our Matrix Authentication Service instance:
|
||||||
<a href="https://mxauth.everypizza.im/register/password">clearnet</a></del>.
|
<a href="https://mxauth.everypizza.im/register/password">clearnet</a>.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Prosody: XMPP implementation in Lua. <del>We have in-band registration, so you can register in most
|
Synapse-Admin: A tool for managing Synapse. Only works if you administrate a homeserver, but it's
|
||||||
clients.</del> Available on clearnet at everypizza.im.
|
not locked to any specific homeserver. Available on
|
||||||
</li>
|
<a href="http://synadmfz45wvcq45yxx2pyscozosqtddeabicv27hbqkjuga5iwkgxad.onion/">Tor</a> and
|
||||||
<li>
|
<a href="https://admin.everypizza.im/">clearnet</a>.
|
||||||
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>
|
||||||
<li>
|
<li>
|
||||||
Forgejo: Git hosting software. It's a fork of Gitea, and is written in Go. Git SSH is enabled on
|
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
|
port 2222. Available on <a href="https://git.everypizza.im/">clearnet</a>.
|
||||||
<a href="https://git.everypizza.im/">clearnet</a>.
|
</li>
|
||||||
|
<li>
|
||||||
|
Prosody: XMPP implementation in Lua. We have in-band registration, so you can register in most
|
||||||
|
clients. Available on clearnet at everypizza.im.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
|
||||||
<h3>CLIENTS</h3>
|
|
||||||
<p>
|
|
||||||
Web-based UIs for things.
|
|
||||||
</p>
|
|
||||||
<ul>
|
|
||||||
<li>
|
<li>
|
||||||
Element: Most feature-complete Matrix client. Also pretty bloated. Avaliable on
|
Element: Most feature-complete Matrix client. Also pretty bloated. Avaliable on
|
||||||
<a href="http://elemeej6geolie4i3fvp5vdqarg4qjcpd3vwdshje7od7tinplsg7kyd.onion/">Tor</a> and
|
<a href="http://elemeej6geolie4i3fvp5vdqarg4qjcpd3vwdshje7od7tinplsg7kyd.onion/">Tor</a> and
|
||||||
<a href="https://element.everypizza.im/">clearnet</a>.
|
<a href="https://element.everypizza.im/">clearnet</a>.
|
||||||
</li>
|
</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>
|
<li>
|
||||||
Cinny: Another Matrix client, Discord-like. Has less features than Element, although it has some
|
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!)
|
things that Element doesn't like custom emoji. (We have an emoji pack room at #emoji:everypizza.im!)
|
||||||
|
@ -89,37 +67,6 @@
|
||||||
and <a href="https://cinny.everypizza.im/">clearnet</a>.
|
and <a href="https://cinny.everypizza.im/">clearnet</a>.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</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>FRONTENDS</h3>
|
|
||||||
<p>
|
|
||||||
These are services that are not hosted by us, but we have a frontend for them.
|
|
||||||
</p>
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
Invidious: Frontend for YouTube. No account is needed. Available on
|
|
||||||
<a href="https://inv.everypizza.im/">clearnet</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
Redlib: Frontend for Reddit. Avaliable on <a href="https://rl.everypizza.im/">clearnet</a>.
|
|
||||||
</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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
|
@ -129,6 +76,5 @@
|
||||||
<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