mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
f9b55db2c3
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
136 lines
4.8 KiB
HTML
136 lines
4.8 KiB
HTML
<!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 defined 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
|
|
you know if it's taken, and if it is not, i will reply with your
|
|
temporary password, which i <b>highly</b> 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 following
|
|
this, depending on how severe it is will get your account
|
|
deactivated with or without 1 day notice
|
|
</li>
|
|
<li>
|
|
hate speech and constant harassment is not tolerated,, you will
|
|
get a warning if found out, and if the behaviour continues you
|
|
will get 1 day or so notice and then your account be deactivated
|
|
permenantly
|
|
</li>
|
|
<li>
|
|
basic human decency is a must ( such as not engaging,
|
|
distributing child pornography ( lolicon included ) ), action is
|
|
depending on severity, generally 1 day notice is what you'll
|
|
get, but if its servere enough your account may get instantly
|
|
deactivated
|
|
</li>
|
|
</ul>
|
|
|
|
<p>
|
|
the homeserver collects no explicitly privacy invading data on you (
|
|
not even webserver logging ) except the default dendrite logging
|
|
which helps to debug certain issues, though it doesn't include
|
|
anything too identifying or sensitive
|
|
</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" ( 'free speech' as
|
|
in like total anarchy free speech, hate speech, etc -- seen way
|
|
too many of those ) homeserver, 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>
|