exozyme/join.html

40 lines
3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>join</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="img/logo.png" type="image/png">
<link rel="icon" href="img/logo.svg" type="image/svg+xml">
</head>
<body>
<a href="..">
<img src="img/logo.svg" alt="The exozyme logo" class="logo">
</a>
<h1>join</h1>
<h2 id="first-steps">First steps</h2>
<p>
Interested in joining exozyme and getting an account on our server? If you already know an existing member, simply ask them to create a file named <i>~/referral</i> containing your email address. Otherwise, join our <a href="https://matrix.to/#/#exozyme:exozy.me">Matrix space</a> and familiarize yourself with our community. After a week of being active in our Matrix space, you'll be eligible to become a member.
</p>
<p>
Now send an email to <i>root@this domain name</i> (optionally using <a href="/pubkey.asc">GPG</a>) and introduce yourself, what you plan to use your account for, your desired username, display name, and your SSH public key. We'll send you a reply after we create your account.
</p>
<h2 id="logging-in">Logging in</h2>
<p>
You should now be able to SSH into our server. First off, passwords! The file <i>~/password</i> contains your temporary password, but you should set a new password using the <i>passwd</i> command. To change your account details like your email address or shell, use the command <i>moduser</i>. We also provide <a href="https://git.exozy.me/exozyme/exozyme/wiki/Remote-desktop">remote desktop</a>.
</p>
<p>
You can install command-line software with <a href="https://git.exozy.me/exozyme/exozyme/wiki/Nix">Nix</a> or <a href="https://git.exozy.me/exozyme/exozyme/wiki/Distrobox">Distrobox</a>. For hosting websites, check out <a href="https://git.exozy.me/exozyme/exozyme/wiki/Website-hosting">this guide</a>. If you want to run an extremely resource-intensive program, please let us know on Matrix first. Also, please don't torrent on exozyme.
</p>
<h2 id="matrix">Enter the Matrix</h2>
<p>
If you've already joined our Matrix space, you can skip this section. Otherwise, go to the <a href="https://app.element.io">Element web client</a> or any other <a href="https://matrix.org/clients/">Matrix client</a>. Change your homeserver to exozy.me instead of matrix.org, and sign in with your exozyme username and password. Once you're in, tell us a bit about yourself in the exozyme general room.
</p>
<h2 id="resources">Resources</h2>
<p>
You can find helpful guides on our <a href="https://git.exozy.me/exozyme/exozyme/wiki">wiki</a>, or even better, contribute to our wiki! If you run into bugs or have suggestions, please create a new issue on our <a href="https://git.exozy.me/exozyme/exozyme/issues">issue tracker</a>. If you have any questions, just ask on Matrix or email us. Have fun!
</p>
</body>
</html>