Import from other repo
This commit is contained in:
parent
2defc011c7
commit
5d72258683
17 changed files with 300 additions and 380 deletions
Binary file not shown.
28
LICENSE
28
LICENSE
|
@ -1,18 +1,10 @@
|
|||
/*
|
||||
* THE STRONGEST PUBLIC LICENSE
|
||||
* Draft 1, November 2010
|
||||
*
|
||||
* Everyone is permitted to copy and distribute verbatim or modified
|
||||
* copies of this license document, and changing it is allowed as long
|
||||
* as the name is changed.
|
||||
*
|
||||
* THE STRONGEST PUBLIC LICENSE
|
||||
* TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
*
|
||||
* ⑨. This license document permits you to DO WHAT THE FUCK YOU WANT TO
|
||||
* as long as you APPRECIATE CIRNO AS THE STRONGEST IN GENSOKYO.
|
||||
*
|
||||
* This program is distributed in the hope that it will be THE STRONGEST,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* USEFULNESS or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*/
|
||||
This is free and unencumbered software released into the public domain.
|
||||
|
||||
Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.
|
||||
|
||||
In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and
|
||||
successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
For more information, please refer to <http://unlicense.org/>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# everypizza.im
|
||||
# everypizza.im-2
|
||||
|
||||
Source code for everypizza.im. Just moved from git.gay.
|
||||
A WIP redesign of everypizza.im.
|
|
@ -1,23 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<head>
|
||||
<title>Every pizza instant messenger! | dev</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link href="https://everypizza.im/index.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
</br>
|
||||
</br>
|
||||
<header><a href="index.html">go back home</a></header>
|
||||
<hr>
|
||||
<h1>everypizza.im - dev services</h1>
|
||||
<p>
|
||||
<center>
|
||||
notice: these might go down at any time! we also have self-signed certs for
|
||||
these.
|
||||
</center>
|
||||
we currently aren't running any testing/development services. we plan to have
|
||||
<a href="https://git.everypizza.im/n/toastbin">toastbin</a> running soon along
|
||||
with a few other things.
|
||||
</p>
|
||||
</body>
|
Binary file not shown.
|
@ -1,74 +0,0 @@
|
|||
@import url('./AtkinsonHyperlegible-Regular.woff2');
|
||||
|
||||
.atkinson-hyperlegible-regular {
|
||||
font-family: "Atkinson Hyperlegible", serif;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.atkinson-hyperlegible-bold {
|
||||
font-family: "Atkinson Hyperlegible", serif;
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Atkinson Hyperlegible';
|
||||
padding: 1%;
|
||||
height: 100vh;
|
||||
font-size: 18px;
|
||||
max-width: 40em;
|
||||
background: linear-gradient(234deg, #ffecf2, #ffd9e5);
|
||||
-webkit-animation: AnimationName 5s ease infinite;
|
||||
-moz-animation: AnimationName 5s ease infinite;
|
||||
-o-animation: AnimationName 5s ease infinite;
|
||||
animation: AnimationName 5s ease infinite;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
background: linear-gradient(234deg, #28282B, #353935);
|
||||
-webkit-animation: AnimationName 5s ease infinite;
|
||||
-moz-animation: AnimationName 5s ease infinite;
|
||||
-o-animation: AnimationName 5s ease infinite;
|
||||
animation: AnimationName 5s ease infinite;
|
||||
color: white;
|
||||
}
|
||||
a:visited {
|
||||
color: #7174ab
|
||||
}
|
||||
a {
|
||||
color: #9296dc
|
||||
}
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 2px solid #ccc;
|
||||
/* margin: 20px 0;*/
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
@-webkit-keyframes AnimationName {
|
||||
0%{background-position:0% 50%}
|
||||
50%{background-position:100% 50%}
|
||||
100%{background-position:0% 50%}
|
||||
}
|
||||
|
||||
@-moz-keyframes AnimationName {
|
||||
0%{background-position:0% 50%}
|
||||
50%{background-position:100% 50%}
|
||||
100%{background-position:0% 50%}
|
||||
}
|
||||
|
||||
@-o-keyframes AnimationName {
|
||||
0%{background-position:0% 50%}
|
||||
50%{background-position:100% 50%}
|
||||
100%{background-position:0% 50%}
|
||||
}
|
||||
|
||||
@keyframes AnimationName {
|
||||
0%{background-position:0% 50%}
|
||||
50%{background-position:100% 50%}
|
||||
100%{background-position:0% 50%}
|
||||
}
|
|
@ -1,30 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<head>
|
||||
<title>Every pizza instant messenger! | fedi</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link href="../index.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
</br>
|
||||
</br>
|
||||
<header><a href="index.html">go back home</a></header>
|
||||
<hr>
|
||||
<h1>everypizza.im - fedi</h1>
|
||||
<h2>under construction!!!!</h2>
|
||||
<p>
|
||||
<center>
|
||||
notice: these might go down at any time!
|
||||
</center>
|
||||
<h4>""running""</h4>
|
||||
<ul>
|
||||
<li><a href="https://sharkey.everypizza.im/">sharkey</a></li>
|
||||
<li><a href="https://ice.everypizza.im">iceshrimp</a></li>
|
||||
</ul>
|
||||
<h4>todo</h4>
|
||||
<ul>
|
||||
<li>Friendica</li>
|
||||
<li>Wafrn</li>
|
||||
</ul>
|
||||
</p>
|
||||
</body>
|
97
index.css
97
index.css
|
@ -1,97 +0,0 @@
|
|||
@import url('./AtkinsonHyperlegible-Regular.woff2');
|
||||
|
||||
.atkinson-hyperlegible-regular {
|
||||
font-family: "Atkinson Hyperlegible", serif;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.atkinson-hyperlegible-bold {
|
||||
font-family: "Atkinson Hyperlegible", serif;
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@keyframes AnimationName {
|
||||
0% { background-position: 0% 50%; }
|
||||
50% { background-position: 100% 50%; }
|
||||
100% { background-position: 0% 50%; }
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Atkinson Hyperlegible';
|
||||
padding: 2em;
|
||||
height: 100vh;
|
||||
font-size: 18px;
|
||||
max-width: 40em;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
html {
|
||||
min-height: 100%;
|
||||
background: linear-gradient(130deg, #ffecf2, #ffd9e5) no-repeat;
|
||||
background-size: 200% 200%;
|
||||
animation: AnimationName 30s ease infinite;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
color: white;
|
||||
}
|
||||
html {
|
||||
min-height: 100%;
|
||||
background: linear-gradient(130deg, #28282B, #353935) no-repeat;
|
||||
background-size: 200% 200%;
|
||||
animation: AnimationName 30s ease infinite;
|
||||
}
|
||||
a:visited {
|
||||
color: #7174ab
|
||||
}
|
||||
a {
|
||||
color: #9296dc
|
||||
}
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 2px solid #ccc;
|
||||
/* margin: 20px 0;*/
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
div#banner {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background-color: #e2ff25;
|
||||
width: 100%;
|
||||
}
|
||||
div#banner-content {
|
||||
width: 800px;
|
||||
margin: 0 auto;
|
||||
padding: 10px;
|
||||
color: #000
|
||||
}
|
||||
|
||||
@-webkit-keyframes AnimationName {
|
||||
0%{background-position:0% 50%}
|
||||
50%{background-position:100% 50%}
|
||||
100%{background-position:0% 50%}
|
||||
}
|
||||
|
||||
@-moz-keyframes AnimationName {
|
||||
0%{background-position:0% 50%}
|
||||
50%{background-position:100% 50%}
|
||||
100%{background-position:0% 50%}
|
||||
}
|
||||
|
||||
@-o-keyframes AnimationName {
|
||||
0%{background-position:0% 50%}
|
||||
50%{background-position:100% 50%}
|
||||
100%{background-position:0% 50%}
|
||||
}
|
||||
|
||||
@keyframes AnimationName {
|
||||
0%{background-position:0% 50%}
|
||||
50%{background-position:100% 50%}
|
||||
100%{background-position:0% 50%}
|
||||
}
|
79
index.html
79
index.html
|
@ -1,79 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<head>
|
||||
<title>Every pizza instant messenger!</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link href="index.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<header>home | <a href="rules.html">rules</a> | <a href="sysinfo.html">system info</a> | <a href="support.html">support</a></header>
|
||||
<hr>
|
||||
<h1>everypizza.im</h1>
|
||||
<h2>services</h2>
|
||||
<p>
|
||||
<center>
|
||||
notice: these might go down at any time!
|
||||
</center>
|
||||
<h5>No account needed</h5>
|
||||
<ul>
|
||||
<li>Yggdrasil (tcp://ygg.everypizza.im:9441, tcp://99.10.221.198:9441, or tcp://[2600:1702:4caa:ac10::26]:9441)</li>
|
||||
</ul>
|
||||
<h5>Account needed</h5>
|
||||
<small>Please ask for an account if you want one.</small>
|
||||
<ul>
|
||||
<li>
|
||||
XMPP/Jabber (Ejabberd)
|
||||
<details>
|
||||
<summary>
|
||||
Important info about the XMMP/Jabber server
|
||||
</summary>
|
||||
<blockquote>
|
||||
This server used to have Prosody but that broke and we're now on Ejabberd.</br>
|
||||
</blockquote>
|
||||
</details>
|
||||
</li>
|
||||
<li>
|
||||
Matrix (Synapse) (<a href="https://matrix.to/#/@n:everypizza.im">admin contact</a>)
|
||||
<details>
|
||||
<summary>
|
||||
Important info about the Matrix server
|
||||
</summary>
|
||||
<blockquote>
|
||||
Conduwuit servers currently do not federate due to a bug with IP caching. This server
|
||||
also has a dynamic IP (although it does not change often), so there will be more federation issues
|
||||
with Conduwuit. Additionally, transfem.dev intentionally blocks all federation with this server
|
||||
due to interpersonal conflict on if a homeserver should be banned from everywhere.</br>
|
||||
<small>
|
||||
TL;DR: we have some federation issues with Conduwuit along with at least one intentional block.
|
||||
</small>
|
||||
</blockquote>
|
||||
</li>
|
||||
<li>Forgejo (<a href="https://git.everypizza.im/">git.everypizza.im</a>)
|
||||
</ul>
|
||||
<h5>No account needed / external account needed</h5>
|
||||
<ul>
|
||||
<li>Element (Matrix client) - <a href="https://element.everypizza.im/">element.everypizza.im</a></li>
|
||||
<li>Synapse-Admin (etke.cc fork) - <a href="https://admin.everypizza.im/">admin.everypizza.im</a></li>
|
||||
</ul>
|
||||
<small>
|
||||
<p>
|
||||
<b>No public access</b></br>
|
||||
These services are just listed to be easier to access and for transparency reasons.
|
||||
<ul>
|
||||
<li>Grafana - <a href="https://dash.everypizza.im/">dash.everypizza.im</a></li>
|
||||
<li>The Lounge - <a href="https://thelounge.everypizza.im/">thelounge.everypizza.im</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
</small>
|
||||
</p>
|
||||
<h2>to-do</h2>
|
||||
<p>
|
||||
<ul>
|
||||
<li>set up Cinny</li>
|
||||
<li>set up at least one fedi instance</li>
|
||||
</ul>
|
||||
</p>
|
||||
<footer>
|
||||
hosted and made with love ❤️
|
||||
</footer>
|
||||
</body>
|
19
rules.html
19
rules.html
|
@ -1,19 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<head>
|
||||
<title>Every pizza instant messenger! (rules)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link href="index.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<header><a href="index.html">home</a> | rules | <a href="sysinfo.html">system info</a> | <a href="support.html">support</a></header>
|
||||
<hr>
|
||||
<h1>everypizza.im - rules</h1>
|
||||
<p>
|
||||
<ul>
|
||||
<li>Don't get the admin in trouble. (i.e. follow US and Texas laws.)</li>
|
||||
<li>Try to be kind to each other.</li>
|
||||
<li>Don't try to break the server.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</body>
|
32
site/contact.html
Normal file
32
site/contact.html
Normal file
|
@ -0,0 +1,32 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<head>
|
||||
<title>everypizza.im</title>
|
||||
<link rel="stylesheet" href="index.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="content">
|
||||
<a class="link link-large" href="index.html">← Back to homepage</a>
|
||||
<h2>
|
||||
Contact
|
||||
</h2>
|
||||
<hr>
|
||||
Please use one of these:
|
||||
<br>
|
||||
<ul>
|
||||
<li>
|
||||
<a class="link" href="xmpp:nyx@everypizza.im">XMPP/Jabber</a>
|
||||
</li>
|
||||
<br>
|
||||
<li>
|
||||
<a class="link" href="matrix:u/n:everypizza.im">Matrix</a>
|
||||
</li>
|
||||
<br>
|
||||
<li>
|
||||
<a class="link" href="mailto:me@everypizza.im">Email</a>
|
||||
</li>
|
||||
<br>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
148
site/index.css
Normal file
148
site/index.css
Normal file
|
@ -0,0 +1,148 @@
|
|||
.center {
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
will-change: transform;
|
||||
animation: blurIn 500ms ease-in-out;
|
||||
}
|
||||
|
||||
.content {
|
||||
will-change: transform;
|
||||
animation: blurIn 500ms ease-in-out;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
animation: fadeIn 500ms ease-in-out;
|
||||
background-color: black;
|
||||
color: white;
|
||||
font-family: system-ui, sans-serif;
|
||||
margin: 1em auto;
|
||||
padding: 1em;
|
||||
max-width: 50em;
|
||||
}
|
||||
.button {
|
||||
display:inline-block;
|
||||
padding:10px 24px;
|
||||
margin:2px;
|
||||
border-radius:24px;
|
||||
background-color:#1b1b1b;
|
||||
color:#ffffff;
|
||||
text-decoration:none;
|
||||
font-size:16px;
|
||||
margin-bottom:16px;
|
||||
box-shadow:inset 0 0.0625rem 0 rgb(255 255 255 / 0.1);
|
||||
transition: 0.3s ease-out;
|
||||
}
|
||||
|
||||
.button-white {
|
||||
background-color:#ffffff;
|
||||
color:#000000
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
background-color:#ffffff;
|
||||
color:#000000;
|
||||
}
|
||||
.link {
|
||||
color: #ffffff;
|
||||
background-color: #1b1b1b;
|
||||
font-size: 0.9em;
|
||||
text-decoration: none;
|
||||
border-radius: 6px;
|
||||
padding: 0.2em 0.7em;
|
||||
transition: 0.2s;
|
||||
}
|
||||
|
||||
.link-large {
|
||||
margin-bottom:16px;
|
||||
padding:10px 24px;
|
||||
margin:2px;
|
||||
border-radius: 30px
|
||||
}
|
||||
|
||||
.link:hover {
|
||||
color: #000000;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: light) {
|
||||
body {
|
||||
animation: fadeIn 500ms ease-in-out;
|
||||
background-color: white;
|
||||
color: black;
|
||||
font-family: system-ui, sans-serif;
|
||||
margin: 1em auto;
|
||||
padding: 1em;
|
||||
max-width: 50em;
|
||||
}
|
||||
.button {
|
||||
display:inline-block;
|
||||
padding:10px 24px;
|
||||
margin:2px;
|
||||
border-radius:24px;
|
||||
background-color: #ebebeb;
|
||||
color: black;
|
||||
text-decoration:none;
|
||||
font-size:16px;
|
||||
margin-bottom:16px;
|
||||
box-shadow:inset 0 0.0625rem 0 rgb(255 255 255 / 0.1);
|
||||
transition: 0.3s ease-out;
|
||||
}
|
||||
|
||||
.button-white {
|
||||
background-color: black;
|
||||
color: white
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
||||
.link {
|
||||
color: black;
|
||||
background-color: #ebebeb;
|
||||
font-size: 0.9em;
|
||||
text-decoration: none;
|
||||
border-radius: 6px;
|
||||
padding: 0.2em 0.7em;
|
||||
transition: 0.2s;
|
||||
}
|
||||
|
||||
.link-large {
|
||||
margin-bottom:16px;
|
||||
padding:10px 24px;
|
||||
margin:2px;
|
||||
border-radius: 30px
|
||||
}
|
||||
|
||||
.link:hover {
|
||||
color: white;
|
||||
background-color: black;
|
||||
}
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
@keyframes fadeIn {
|
||||
from {
|
||||
opacity:0;
|
||||
}
|
||||
to {
|
||||
opacity:1;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes blurIn {
|
||||
from {
|
||||
filter: blur(0.2rem);
|
||||
}
|
||||
to {
|
||||
filter: blur(0rem);
|
||||
}
|
||||
}
|
24
site/index.html
Normal file
24
site/index.html
Normal file
|
@ -0,0 +1,24 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<head>
|
||||
<title>everypizza.im</title>
|
||||
<link rel="stylesheet" href="index.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="center">
|
||||
<h2>
|
||||
Welcome!
|
||||
</h2>
|
||||
<p>
|
||||
These are some services we host. <br>
|
||||
<small>
|
||||
Any of them may go down at any time.
|
||||
</small>
|
||||
</p>
|
||||
<br>
|
||||
<a class="button" href="contact.html">Contact</a>
|
||||
<a class="button" href="rules.html">Rules</a>
|
||||
<a class="button button-white" href="services.html">Services →</a>
|
||||
</div>
|
||||
</body>
|
30
site/rules.html
Normal file
30
site/rules.html
Normal file
|
@ -0,0 +1,30 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<head>
|
||||
<title>everypizza.im</title>
|
||||
<link rel="stylesheet" href="index.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="content">
|
||||
<a class="link link-large" href="index.html">← Back to homepage</a>
|
||||
<h2>
|
||||
Rules
|
||||
</h2>
|
||||
<hr>
|
||||
<ol>
|
||||
<li>
|
||||
Assume good intent in others' actions.
|
||||
</li>
|
||||
<li>
|
||||
Do not use unnecessary resources.
|
||||
</li>
|
||||
<li>
|
||||
Be kind to other users.
|
||||
</li>
|
||||
<li>
|
||||
Follow United States and Texas law.
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
</body>
|
54
site/services.html
Normal file
54
site/services.html
Normal file
|
@ -0,0 +1,54 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<head>
|
||||
<title>everypizza.im</title>
|
||||
<link rel="stylesheet" href="index.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="content">
|
||||
<a class="link link-large" href="index.html">← Back to homepage</a>
|
||||
<h2>
|
||||
Services
|
||||
</h2>
|
||||
<hr>
|
||||
<ul>
|
||||
<li>
|
||||
<a class="link" href="https://element.everypizza.im">Element</a> (external or local account)
|
||||
</li>
|
||||
<br>
|
||||
<li>
|
||||
<a class="link" href="https://admin.everypizza.im">Synapse-Admin</a> (external or local account, only works if you administrate a homeserver)
|
||||
</li>
|
||||
<br>
|
||||
<li>
|
||||
<a class="link" href="https://git.everypizza.im">Forgejo</a> (ask for an account!)
|
||||
</li>
|
||||
<br>
|
||||
<li>
|
||||
<a class="link" href="https://matrix.everypizza.im">Matrix (Synapse)</a> (ask for an account!)
|
||||
</li>
|
||||
<br>
|
||||
<li>
|
||||
<a class="link" href="https://thelounge.everypizza.im">The Lounge</a> (ask for an account!)
|
||||
</li>
|
||||
<br>
|
||||
<li>
|
||||
<a class="link" href="https://dash.everypizza.im">Grafana</a> (private)
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3>
|
||||
Non-HTTP
|
||||
</h3>
|
||||
<ul>
|
||||
<li>
|
||||
Yggdrasil - tcp://ygg.everypizza.im:9441, tcp://99.10.221.198:9441, or tcp://[2600:1702:4caa:ac10::26]:9441 (publicly accessible)
|
||||
</li>
|
||||
<br>
|
||||
<li>
|
||||
XMPP (Prosody) (private)
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
18
support.html
18
support.html
|
@ -1,18 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>Every pizza instant messenger! (support)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link href="index.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<header><a href="index.html">home</a> | <a href="rules.html">rules</a> | <a href="sysinfo.html">system info</a> | support</header>
|
||||
<h1>everypizza.im - support</h1>
|
||||
<p>
|
||||
hello! if you want to contact the admins, please use one of these:
|
||||
<ul>
|
||||
<li><a href="mailto:me@everypizza.im">email</a></li>
|
||||
<li><a href="matrix:u/n:everypizza.im">matrix</a></li>
|
||||
<li><a href="xmpp:nyx@everypizza.im">xmpp</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
</body>
|
20
sysinfo.html
20
sysinfo.html
|
@ -1,20 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>Every pizza instant messenger! (system info)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link href="index.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<header><a href="index.html">home</a> | <a href="rules.html">rules</a> | system info</header>
|
||||
<h1>everypizza.im - system info</h1>
|
||||
<p>
|
||||
everypizza.im is running on an Optiplex 9020.
|
||||
<ul>
|
||||
<li>CPU: IntelⓇ Core™ i5-4590 (4) @ 3.70 GHz</li>
|
||||
<li>RAM: 16GB DDR3</li>
|
||||
<li>Storage: 250GB SATA SSD</li>
|
||||
<li>OS: Arch Linux</li>
|
||||
<li>Network: AT&T Fiber 500, over WiFi 5</li>
|
||||
</ul>
|
||||
</p>
|
||||
</body>
|
Loading…
Add table
Reference in a new issue