Remove referral process, Matrix instructions from join page

This commit is contained in:
Anthony Wang 2024-04-13 15:37:51 +00:00
parent 6e1da7607e
commit 3d911a69a4
Signed by: a
SSH key fingerprint: SHA256:B5ADfMCqd2M7d/jtXDoihAV/yfXOAbWWri9+GdCN4hQ

View file

@ -15,25 +15,21 @@
<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, 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.
Interested in exozyme? First, 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 an <b>exozyme member</b>, which gives you an account on our server.
</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.
If you would like to become a member, 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 <a href="https://git.exozy.me/exozyme/exozyme/wiki/SSH">SSH</a> public key. We'll send you a reply after your account is created.
</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>.
Now, try logging into our server using SSH. First off, passwords! The file <i>~/password</i> contains your temporary password, but you should set a new password using the command <i>passwd</i>. 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!
You can find helpful guides on our <a href="https://git.exozy.me/exozyme/exozyme/wiki">wiki</a>, or even better, please please please contribute to our wiki! If you run into bugs or have suggestions, 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>