exozyme/join.html

33 lines
2.5 KiB
HTML
Raw Permalink Normal View History

2021-07-25 16:02:56 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>join</title>
2022-05-27 19:28:40 +00:00
<link rel="stylesheet" href="style.css" type="text/css">
2024-01-20 00:59:44 +00:00
<link rel="icon" href="img/logo.png" type="image/png">
<link rel="icon" href="img/logo.svg" type="image/svg+xml">
</head>
<body>
2022-05-27 19:36:27 +00:00
<a href="..">
2024-01-20 00:59:44 +00:00
<img src="img/logo.svg" alt="The exozyme logo" class="logo">
2022-05-27 19:36:27 +00:00
</a>
<h1>join</h1>
<h2 id="first-steps">First steps</h2>
<p>
Interested in exozyme? Join our <a href="https://matrix.to/#/#exozyme:exozy.me">Matrix space</a> and come chat with our community! It's totally fine if you just want to hang out on Matrix, but you can also become an <b>exozyme member</b> which gives you an account on our server.
</p>
<p>
To be eligible for membership, you should be an active contributor to our community. To apply 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, <a href="https://git.exozy.me/exozyme/exozyme/wiki/SSH">SSH</a> public key, favorite algorithm, and the number of distinct cats that you see daily. We'll send you a reply after your account is approved.
</p>
<h2 id="logging-in">Logging in</h2>
<p>
Once you have an account, try logging into our server using <a href="https://git.exozy.me/exozyme/exozyme/wiki/SSH">SSH</a>. You'll be asked to set a new password for your account. You can install software with Flatpak, <a href="https://git.exozy.me/exozyme/exozyme/wiki/Nix">Nix</a>, <a href="https://git.exozy.me/exozyme/exozyme/wiki/Distrobox">Distrobox</a>. We also provide <a href="https://git.exozy.me/exozyme/exozyme/wiki/Remote-desktop">remote desktop</a> and <a href="https://git.exozy.me/exozyme/exozyme/wiki/Website-hosting">website hosting</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="resources">Resources</h2>
<p>
2024-07-06 00:11:03 +00:00
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 it! 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>
2021-07-25 16:02:56 +00:00
</html>