exozyme/quickstart/index.html

102 lines
7.2 KiB
HTML
Raw Normal View History

2021-07-25 16:02:56 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Quickstart</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div>
<br>
2021-07-28 02:16:09 +00:00
<img src="/logo.webp" alt="exozyme" height="324" width="324">
2021-07-25 16:02:56 +00:00
<br>
<h2>Get started!</h2>
<h3>Join us!</h3>
<p>
2021-08-02 03:34:13 +00:00
Interested in exozyme? You can get started by joining our <a href="https://matrix.org/">Matrix</a> <a href="https://matrix.to/#/!dRcbHQEbbDRNcYShLo:exozy.me?via=exozy.me&via=matrix.org">space</a> and introducing yourself and what you plan to do with exozyme in the <a href="https://matrix.to/#/#general:exozy.me">#general:exozy.me<a/> room. We'll get an account for you set up right away!
2021-07-25 16:02:56 +00:00
</p>
<br>
<h3>Logging in</h3>
<p>
2021-08-02 03:34:13 +00:00
OK, so you've joined exozyme! Now what? Try out our remote desktop first! You'll need an RDP remote desktop client. Linux users can use the FreeRDP client in their distro's repository, while Windows has a built-in client called Remote Desktop Connection. Mac users can use the <a href="https://install.appcenter.ms/orgs/rdmacios-k2vy/apps/microsoft-remote-desktop-for-mac/distribution_groups/all-users-of-microsoft-remote-desktop-for-mac">Microsoft Remote Desktop Beta client</a>. If your OS wasn't listed, check <a href="https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/remote-desktop-clients">this list</a>.
2021-07-25 16:02:56 +00:00
</p>
<br>
<p>
2021-07-28 02:16:09 +00:00
<img src="login.webp" alt="FreeRDP" width="720">
</p>
<br>
2021-07-25 16:02:56 +00:00
<p>
2021-08-02 03:34:13 +00:00
Alright, now spin up the client and connect to the address <i>exozy.me:3388</i>. You should see a login screen, where you'll type in your username and password for your <b>core services</b> account. If it all works, it should drop you into a desktop! It might take a few seconds to load properly. Enjoy your remote desktop!
2021-07-25 16:02:56 +00:00
</p>
<br>
<p>
2021-07-28 02:16:09 +00:00
<img src="rdp.webp" alt="Remote desktop" width="720">
</p>
<br>
2021-07-25 16:02:56 +00:00
<p>
2021-08-02 03:34:13 +00:00
The first thing you should do is open up a terminal and change your password. The easiest way to do this is by searching for "terminal" in the application menu in the bottom left corner. Now change your password with the <i>passwd</i> command. If you want to run apps, note that the GPU currently isn't that good, so games may not work well. Also, please remember to log out when you are done.
2021-07-25 16:02:56 +00:00
</p>
<br>
<h3>SSH</h3>
<p>
If you don't need a desktop, you can also log in to a terminal with SSH. For help using the terminal, check out <a href="https://exozy.me/howtuwu/linux/terminal/">this guide</a>. If you want to run graphical apps, you can use X11 forwarding with <i>ssh -X</i>. Note that this works best with a Linux client; otherwise, <a href="https://researchit.las.iastate.edu/x-forwarding-mac-and-windows">follow these instructions</a>.
2021-07-25 16:02:56 +00:00
</p>
<br>
<h3>Hosting your first website</h3>
<p>
Open up the file explorer in your remote desktop or log in with SSH. Now navigate to the <i>/srv/http/pages</i> folder. Create a new folder with your username which will hold the content for your website. Now let's make an actual page. Create a file called <i>index.html</i> and write some text. If you open up <a href="https://exozy.me/~USERNAME">https://exozy.me/~USERNAME</a>, you should see your website in action! Check out <a href="/~pages/">exozyme pages</a> for more information about web hosting.
</p>
<br>
<h3>Trying out Nextcloud</h3>
<p>
2021-08-01 02:03:20 +00:00
Start out by going to our <a href="https://cloud.exozy.me">Nextcloud</a>, and log in with your exozyme username and password. If things work out, you'll be taken to your Nextcloud homepage!
</p>
<br>
<p>
2021-07-28 02:16:09 +00:00
<img src="nextcloud.webp" alt="Nextcloud" width="720">
</p>
<br>
<p>
2021-07-27 22:05:44 +00:00
So what can you do with Nextcloud? Well, judging by the sheer number of icons on the top bar, a lot! There's cloud storage, an email client, photo manager, music player, calendar, and an integrated Element Matrix client. Have fun!
</p>
<br>
2021-07-27 21:50:19 +00:00
<h3>Enter the Matrix</h3>
<p>
2021-08-01 02:03:20 +00:00
If you haven't made a <a href="https://matrix.org">Matrix</a> account yet, you should definitely do it since all our communication and announcements happen on Matrix. One easy way to do so is to open up the <a href="https://app.element.io/">Element web client</a>. (You can also use the <a href="https://cloud.exozy.me/apps/riotchat/">integrated Element client</a> in Nextcloud) Now sign in, and click edit to use our Matrix homeserver instead of matrix.org. You'll want to enter in <a href="https://chat.exozy.me">chat.exozy.me</a>, and then type in your exozyme username and password. Welcome to your shiny new Matrix account!
2021-07-27 21:50:19 +00:00
</p>
<br>
2021-07-27 22:05:44 +00:00
<p>
2021-07-27 22:06:15 +00:00
Let's join some rooms and spaces (groups of rooms) now. Definitely join the <a href="https://matrix.to/#/!dRcbHQEbbDRNcYShLo:exozy.me?via=exozy.me&via=matrix.org">exozyme space</a>, and <a href="https://matrix.to/#/#offtopic:matrix.org">#offtopic</a> is another fun one.
2021-07-27 22:05:44 +00:00
</p>
<br>
2021-07-27 21:50:19 +00:00
<p>
2021-07-28 02:16:09 +00:00
<img src="element.webp" alt="Element Matrix client" width="720">
2021-07-27 21:50:19 +00:00
</p>
<br>
<p>
One of Matrix's most ambitious goals is to <a href="https://matrix.org/bridges/">bridge its network to as many others as possible</a>. It's an awesome goal, and we're hosting a Discord to Matrix bridge as well on exozyme. To use the bridge, start a chat with <a href="https://matrix.to/#/@_discordpuppet_bot:exozy.me">the bridge bot</a>, and type <i>help</i> to see instructions. Now retrieve your Discord account token using <a href="https://discordhelp.net/discord-token">this method</a> or <a href="https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs#how-to-get-a-user-token">this one</a>. All you need to do now is type <i>link user YOURTOKEN</i> to the bot and enjoy the bridge!
</p>
<br>
<h3>Explore the other web services</h3>
<p>
2021-08-01 02:03:20 +00:00
We host a number of other <a href="https://exozy.me/explore">web services</a>, including Gitea code hosting, Jellyfin media streaming, and more! You can log into all of the core services with your exozyme account. Go out and explore!
2021-07-27 21:50:19 +00:00
</p>
<br>
<h3>Questions?</h3>
<p>
Take a look at our <a href="/fuqs">frequently unasked questions</a>, and if that doesn't answer it, ask about it on <a href="https://matrix.to/#/!dRcbHQEbbDRNcYShLo:exozy.me?via=exozy.me&via=matrix.org">Matrix</a> and someone in the exozyme community will help!
</p>
<br>
2021-07-25 16:02:56 +00:00
</div>
</body>
</html>