Compare commits
44 commits
Author | SHA256 | Date | |
---|---|---|---|
cc30f93293 | |||
ea50dd54d1 | |||
64e1d795e6 | |||
f478591271 | |||
334241a391 | |||
01d9e00a56 | |||
bb70e6405b | |||
1fecba6529 | |||
dfcd499c31 | |||
ea87dfdb50 | |||
cddeac8304 | |||
c3c4977f28 | |||
a291ab8355 | |||
4142a7ba51 | |||
0168c5301a | |||
efc8e9520f | |||
8cfca953e8 | |||
77816e728b | |||
32fa5ab246 | |||
d6b640ca32 | |||
70bf1be853 | |||
5a014047cc | |||
e72abde3da | |||
5bc4c4b6db | |||
38157b66be | |||
0690fa4d19 | |||
722a9d8c29 | |||
0d5519c4e9 | |||
ecd8efc395 | |||
ad463ec0bf | |||
bd02ec313e | |||
c991917d8a | |||
51cf3f5964 | |||
49b55d1764 | |||
683b050027 | |||
d56b7a9f3b | |||
5f99767800 | |||
0261f456d7 | |||
e00c7b3580 | |||
2f08967ee3 | |||
5ee156c198 | |||
f3553bbac3 | |||
0fb2425357 | |||
c20d8ba3d4 |
14 changed files with 547 additions and 232 deletions
5
site/.well-known/host-meta
Normal file
5
site/.well-known/host-meta
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<?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>
|
12
site/.well-known/host-meta.json
Normal file
12
site/.well-known/host-meta.json
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
3
site/.well-known/matrix/client
Normal file
3
site/.well-known/matrix/client
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"m.server": "matrix.everypizza.im:443"
|
||||||
|
}
|
3
site/.well-known/matrix/server
Normal file
3
site/.well-known/matrix/server
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"m.server": "matrix.everypizza.im:443"
|
||||||
|
}
|
14
site/.well-known/matrix/support
Normal file
14
site/.well-known/matrix/support
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"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
Normal file
64
site/404.xht
Normal file
|
@ -0,0 +1,64 @@
|
||||||
|
<?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,6 +33,10 @@ body {
|
||||||
background-color: hotpink;
|
background-color: hotpink;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.new {
|
||||||
|
color: hotpink
|
||||||
|
}
|
||||||
|
|
||||||
.nav a {
|
.nav a {
|
||||||
color: black;
|
color: black;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -51,3 +55,7 @@ a {
|
||||||
color: dodgerblue;
|
color: dodgerblue;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
color: hotpink;
|
||||||
|
}
|
||||||
|
|
49
site/cannot_connect.xht
Normal file
49
site/cannot_connect.xht
Normal file
|
@ -0,0 +1,49 @@
|
||||||
|
<?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,22 +1,24 @@
|
||||||
<?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>MiDGARD</title>
|
<head>
|
||||||
|
<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">
|
||||||
|
@ -24,6 +26,7 @@
|
||||||
<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">
|
||||||
|
@ -43,5 +46,6 @@
|
||||||
<a href="http://midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion/">Tor</a>.
|
<a href="http://midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion/">Tor</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
|
@ -1,21 +1,24 @@
|
||||||
<?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>
|
|
||||||
|
<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">
|
||||||
|
@ -23,6 +26,7 @@
|
||||||
<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">
|
||||||
|
@ -33,9 +37,41 @@
|
||||||
all to use.
|
all to use.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
For now, most things are clearnet only. We're working on getting stuff on Tor, Yggdrasil, and I2P.
|
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>
|
||||||
|
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
|
||||||
|
@ -43,5 +79,6 @@
|
||||||
<a href="http://midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion/">Tor</a>.
|
<a href="http://midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion/">Tor</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
2
site/robots.txt
Normal file
2
site/robots.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
User-Agent: *
|
||||||
|
Disallow: /
|
|
@ -1,21 +1,24 @@
|
||||||
<?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>
|
|
||||||
|
<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">
|
||||||
|
@ -23,6 +26,7 @@
|
||||||
<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">
|
||||||
|
@ -33,7 +37,21 @@
|
||||||
<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.
|
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>
|
||||||
|
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">
|
||||||
|
@ -43,5 +61,6 @@
|
||||||
<a href="http://midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion/">Tor</a>.
|
<a href="http://midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion/">Tor</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
54
site/servers.xht
Normal file
54
site/servers.xht
Normal file
|
@ -0,0 +1,54 @@
|
||||||
|
<?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,21 +1,24 @@
|
||||||
<?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>
|
|
||||||
|
<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">
|
||||||
|
@ -23,6 +26,7 @@
|
||||||
<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">
|
||||||
|
@ -31,35 +35,53 @@
|
||||||
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.
|
||||||
Register at our Matrix Authentication Service instance:
|
<del>Register at our Matrix Authentication Service instance:
|
||||||
<a href="https://mxauth.everypizza.im/register/password">clearnet</a>.
|
<a href="https://mxauth.everypizza.im/register/password">clearnet</a></del>.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Synapse-Admin: A tool for managing Synapse. Only works if you administrate a homeserver, but it's
|
Prosody: XMPP implementation in Lua. <del>We have in-band registration, so you can register in most
|
||||||
not locked to any specific homeserver. Available on
|
clients.</del> Available on clearnet at everypizza.im.
|
||||||
<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. Available on <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>
|
|
||||||
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>
|
||||||
<li>
|
<li>
|
||||||
Sharkey: Fediverse software based on Misskey, written in Node.JS. Very bloated. Please ask for an
|
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>.
|
account if you want one! Avaliable on <a href="https://sharkey.everypizza.im/">clearnet</a>.
|
||||||
</li>
|
</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>
|
||||||
|
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>
|
<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!)
|
||||||
|
@ -67,6 +89,24 @@
|
||||||
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>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">
|
||||||
|
@ -76,5 +116,6 @@
|
||||||
<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