exozyme/join.html

48 lines
4 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="email-us">Email us</h2>
<p>
<b>exozyme is currently invite-only, so you must have a referral from existing member to join.</b>
</p>
<p>
Shoot us an email to <a href="mailto:join@exozy.me">join@exozy.me</a> (optionally using <a href="/pubkey.asc">GPG</a>) and introduce yourself, explain what you plan to do with exozyme, your desired username and display name, and optionally include your SSH public key. We'll reply with your new account's temporary password.
</p>
<h2 id="logging-in">Logging in</h2>
<p>
You can log into our server using either remote desktop or <a href="https://git.exozy.me/exozyme/exozyme/wiki/SSH">SSH</a> if you emailed us your SSH key. For remote desktop, go to the <a href="https://desk.exozy.me">web client</a> (or any other <a href="https://git.exozy.me/exozyme/exozyme/wiki/Remote-desktop-clients">RDP client</a>) and type in your exozyme username and password. You'll be dropped into a desktop, which might take a few seconds to load.
</p>
<p>
In the bottom left corner you'll see the all-powerful application menu, which you can use to launch apps. <b>You should change your password now</b> using the <i>passwd</i> command. In your remote desktop, open the application menu and start the Konsole app, then type <i>passwd</i> to set a new password. You can install more apps using the Discover app store. Your remote desktop session will automatically be logged out after an hour of inactivity. To change your account details like your email address or shell, use the command <i>moduser</i>.
</p>
<h2 id="programming">Programming</h2>
<p>
We have a <a href="https://hub.exozy.me">JupyterHub instance</a> where you can harness the computational power of exozyme right in your browser. 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 CPU-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>
You can chat with your friends and our community on <a href="https://matrix.org">Matrix</a> and <a href="https://matrix.org/bridges/">other networks</a> using your exochat account. To start, go to the <a href="https://app.element.io">Element web client</a>. (Since exochat is powered by Matrix, so you can also use any <a href="https://matrix.org/clients/">Matrix client</a>, such as the <a href="https://cloud.exozy.me/apps/riotchat/">exocloud integrated Matrix client</a>.) <b>Make sure you change your homeserver to exozy.me instead of matrix.org</b>, and sign in with your exozyme username and password.
</p>
<h2 id="resources">Resources</h2>
<p>
You can find lots 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 any bugs or have suggestions, please open a new issue on our <a href="https://git.exozy.me/exozyme/exozyme/issues">issue tracker</a>.
</p>
<h2 id="questions">Questions?</h2>
<p>
Just ask on <a href="https://matrix.to/#/#exozyme:exozy.me">Matrix</a> to get help from the exozyme community. You can also shoot us an email at <a href="mailto:help@exozy.me">help@exozy.me</a> (optionally using <a href="/pubkey.asc">GPG</a>).
</p>
</body>
</html>