Merge branch 'main' of ssh://git.exozy.me:4884/exozyme/exozy.me

This commit is contained in:
Anthony Wang 2021-09-04 13:14:44 -05:00
commit 826355d6c3
Signed by: a
GPG key ID: BC96B00AEC5F2D76
3 changed files with 23 additions and 15 deletions

View file

@ -71,7 +71,7 @@
<h3>Our server</h3>
<p>
Want the juicy technical details? The server is currently equiped with a 24-thread AMD Ryzen 9 5900X proccessor paired with 2011's finest ATI Radeon HD 6570 graphics card, along with 16GB of RAM. The RAM and graphics card will be upgraded soon...™
Want the juicy technical details? The server is currently equiped with a powerful 24-thread AMD Ryzen 9 5900X proccessor paired with 2011's finest ATI Radeon HD 6570 graphics card, along with 16GB of RAM. The RAM and graphics card will be upgraded soon...™
</p>
<br>
<p>

View file

@ -17,18 +17,10 @@
Start exploring our core services by <a href="/quickstart">signing up</a> for an <a href="/about">exozyme</a> account! You'll also be able to use all the desktop apps and games installed on the server.
</p>
<br>
<p>
<b><a href="https://exozy.me:4884">SSH</a></b>: Log into exozyme from the command line
</p>
<br>
<p>
<b><a href="https://desk.exozy.me">exodesk</a></b>: Access your exozyme desktop from anywhere, powered by <a href="https://xrdp.org/">xrdp</a> and <a href="https://guacamole.apache.org/">Apache Guacamole</a>
</p>
<br>
<p>
<b><a href="https://git.exozy.me/exozyme/exozyme/wiki/exopages">exopages</a></b>: Free static web hosting for all your websites
</p>
<br>
<p>
<b><a href="https://cloud.exozy.me">exocloud</a></b>: Powerful collaboration and productivity suite, powered by <a href="https://nextcloud.com/">Nextcloud</a>
</p>
@ -58,15 +50,23 @@
</p>
<br>
<p>
<b><a href="https://exozy.me:51820">exovpn</a></b>: Fast and modern <a href="https://www.wireguard.com/">WireGuard</a> VPN
<b><a href="https://git.exozy.me/exozyme/exozyme/wiki/exopages">exopages</a></b>: Free static web hosting for all your websites
</p>
<br>
<p>
<b><a href="ssh://root@192.168.1.13">Podman</a></b>: Package and run applications in lightweight containers
<b><a href="https://git.exozy.me/exozyme/exozyme/wiki/VPN">exovpn</a></b>: Fast and modern <a href="https://www.wireguard.com/">WireGuard</a> VPN
</p>
<br>
<p>
<b><a href="qemu:///session">QEMU/KVM</a></b>: Quick and fast virtual machines
<b><a href="https://git.exozy.me/exozyme/exozyme/wiki/SSH">SSH</a></b>: Log into exozyme from the command line
</p>
<br>
<p>
<b><a href="https://git.exozy.me/exozyme/exozyme/wiki/Containers">Podman</a></b>: Package and run applications in lightweight containers
</p>
<br>
<p>
<b><a href="https://git.exozy.me/exozyme/exozyme/wiki/Virtual-machines">QEMU/KVM</a></b>: Quick and fast virtual machines
</p>
<br>
@ -76,7 +76,11 @@
<p>
<br>
<p>
<b><a href="https://qal6mygptf757jiv46m6x2g23v3dyxgrrrv3dbxpiyjj44tsd2u3l3yd.onion">Onion service</a></b>: <a href="https://www.torproject.org/">Tor</a> dark net mirror of the exozyme website
<b><a href="https://qal6mygptf757jiv46m6x2g23v3dyxgrrrv3dbxpiyjj44tsd2u3l3yd.onion">Onion service mirror</a></b>: <a href="https://www.torproject.org/">Tor</a> dark net mirror of the exozyme website
</p>
<br>
<p>
<b><a href="https://ipfs.io/ipns/12D3KooWNNqT9syrrUE8nA8ZH2vQ23ETkUfa6fKgGqrsavSWeC3c/">IPFS mirror</a></b>: exozyme website mirrored on <a href="https://ipfs.io/">IPFS</a>
</p>
<br>
<p>

View file

@ -68,19 +68,23 @@
<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>.
If you don't need a desktop, please log in to a terminal with SSH to save bandwidth. It's as simple as <i>ssh USERNAME@exozy.me -p 4884</i>. Check out our <a href="https://git.exozy.me/exozyme/exozyme/wiki/SSH">wiki</a> for more details.
</p>
<br>
<h3>Hosting your first website</h3>
<p>
Want to host a website on exozyme? Fortunately, it's incredibly easy and only takes two minutes! Open up the file explorer in your remote desktop or log in with SSH. Now navigate to the <i>/srv/http/pages/users</i> folder. Create a new folder named your username which will hold the content for your new website. Make an actual page by creating 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 live in action!
It's incredibly easy to host a website on exozyme and only takes two minutes! Open up the file explorer in your remote desktop or log in with SSH. Now navigate to the <i>/srv/http/pages/users</i> folder. Create a new folder named your username which will hold the content for your new website. Make an actual page by creating 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 live in action! For more information, see our <a href="https://git.exozy.me/exozyme/exozyme/wiki/Website-hosting">wiki</a>.
</p>
<br>
<h3>Questions?</h3>
<p>
<<<<<<< HEAD
Check out our <a href="/fuqs">frequently unasked questions</a> or ask about it on <a href="https://matrix.to/#/!epVJFHxAwGJBqjgGoQ:exozy.me?via=exozy.me&via=matrix.org">Matrix</a> to get help from the exozyme community!
=======
Check out our <a href="/fuqs">frequently unasked questions</a> and <a href="https://git.exozy.me/exozyme/exozyme/wiki">wiki</a> or ask about it on <a href="https://matrix.to/#/!dRcbHQEbbDRNcYShLo:exozy.me?via=exozy.me&via=matrix.org">Matrix</a> to get help from the exozyme community!
>>>>>>> 197bc29b41e6062ae48c202db739ad63f9d02a19
</p>
<br>
</div>