mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 09:39:25 +01:00
add MSC1929 and matrix page
https://github.com/matrix-org/matrix-spec-proposals/blob/hs/proposal-admin-contact-1/proposals/1929-admin-contact.md Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
523de090e1
commit
13858e6dd8
2 changed files with 138 additions and 0 deletions
10
.well-known/matrix/support
Normal file
10
.well-known/matrix/support
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"contacts": [
|
||||
{
|
||||
"matrix_id": "@ari:ari.lt",
|
||||
"email_address": "ari.web.xyz@gmail.com",
|
||||
"role": "m.role.admin"
|
||||
}
|
||||
],
|
||||
"support_page": "https://ari.lt/matrix"
|
||||
}
|
128
page/matrix/index.html
Normal file
128
page/matrix/index.html
Normal file
|
@ -0,0 +1,128 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Ari::web -> Matrix</title>
|
||||
|
||||
<meta
|
||||
name="description"
|
||||
content="ari-web ( ari.lt ) matrix homeserver guidelines"
|
||||
/>
|
||||
<meta
|
||||
name="keywords"
|
||||
content="matrix, homeserver, matrix homeserver, ari-web, ari archer, open source, free speech, democracy"
|
||||
/>
|
||||
<meta
|
||||
name="robots"
|
||||
content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"
|
||||
/>
|
||||
<meta property="og:type" content="website" />
|
||||
|
||||
<meta name="color-scheme" content="dark" />
|
||||
<meta name="theme-color" content="black" />
|
||||
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
|
||||
<style>
|
||||
* {
|
||||
background-color: #000;
|
||||
color: whitesmoke;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #87afaf;
|
||||
}
|
||||
|
||||
body {
|
||||
max-width: 1100px;
|
||||
margin: auto;
|
||||
padding: 2em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1><a href="https://ari.lt/">ari.lt</a> matrix homeserver</h1>
|
||||
|
||||
<p>
|
||||
hello ! <a href="https://ari.lt/">ari.lt</a> is a general purpose
|
||||
matrix homeserver based on democratic principles ( such as the
|
||||
people in power are controlled and monitored by the people ) open to
|
||||
the public with request to prevent spam and abuse and i am inviting
|
||||
anyone who wants an account on this homeserver to contact me :
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
email :
|
||||
<a href="mailto:ari.web.xyz@gmail.com">ari.web.xyz@gmail.com</a>
|
||||
</li>
|
||||
<li>
|
||||
matrix :
|
||||
<a href="https://matrix.to/#/@ari:ari.lt">@ari:ari.lt</a>
|
||||
</li>
|
||||
<li>
|
||||
matrix room :
|
||||
<a href="https://matrix.to/#/#root:ari.lt">#root:ari.lt</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
these contacts are definenrd in the
|
||||
<a href="https://ari.lt/.well-known/matrix/support"
|
||||
>msc1929 endpoint</a
|
||||
>
|
||||
too, when contacting please specify the username you want, i'll let
|
||||
y ou known if its taken, and if it is not, i will reply with your
|
||||
temporary password, which i suggest changing right after login, you
|
||||
will also be auto-joined in the
|
||||
<a href="https://matrix.to/#/#root:ari.lt">#root:ari.lt</a> room and
|
||||
<a href="https://matrix.to/#/#ari:ari.lt">#ari:ari.lt</a> space
|
||||
</p>
|
||||
|
||||
<p>
|
||||
your wanted username and activity must not violate the following
|
||||
rules :
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
you must follow all german and lithuanian law, not follwing
|
||||
this, depending on how severe it is will get your account
|
||||
deactivated with or without notice
|
||||
</li>
|
||||
<li>
|
||||
hate speech and constant harassment is not tolerated, unless
|
||||
you're in a room explicitly allowing it, in which case it should
|
||||
be made clear, you will get a warning if found out, if behaviour
|
||||
continues you will get 1 day or so and then your account be
|
||||
deactivated
|
||||
</li>
|
||||
<li>
|
||||
basic human decency is a must ( such as not engaging,
|
||||
distributing child pornography ( lolicon included ) ), action is
|
||||
depending on severity
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
the homeserver collects absolutely no data on you except the default
|
||||
dendrite logging which helps to debug certain issues, though it
|
||||
doesn't include anything too identifying
|
||||
</p>
|
||||
|
||||
<p>
|
||||
in general, if you're a decent human being you're good :) welcome to
|
||||
<a href="https://ari.lt/">ari.lt</a> ! just to warn,
|
||||
<b
|
||||
>no, this homeserver is not a "freeze peach" homeserver, aka it
|
||||
is not total anarchy, just be decent and fair please <3</b
|
||||
>
|
||||
</p>
|
||||
|
||||
<i>psst you should check out the <a href="https://matrix.fsky.io/">matrix.fsky.io</a> matrix wiki</i>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue