services.html (4542B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 <meta name="description" content="JadeRune.net services listing and tutorials."> 7 <link rel="stylesheet" href="https://www.jaderune.net/main.css"> 8 <link rel="icon" type="image/png" href="https://www.jaderune.net/favicon.png"> 9 <title>JadeRune.net Services</title> 10 </head> 11 <body> 12 <header class="title-wrapper"> 13 <p class="title">JadeRune.net</p> 14 <nav> 15 <ul> 16 <li><a href="https://www.jaderune.net/">Home</a></li> 17 <li><a href="https://www.jaderune.net/rules.html">Rules</a></li> 18 <li><a class="active" href="https://www.jaderune.net/services.html">Services</a></li> 19 </ul> 20 </nav> 21 </header> 22 <main> 23 <h1>JadeRune.net Services</h1> 24 <p><a href="https://www.jaderune.net/services.html">🇬🇧 English</a> | <a href="https://www.jaderune.net/de/services.html">🇩🇪 Deutsch</a></p> 25 26 <p>We provide a variety of services free for our members to use. By default, every member will get an XMPP account. Check out the cards below to read more about the individual services and for instructions on getting set up with some recommended clients. The servers hosting these services are in Karlsruhe, Germany. </p> 27 28 <p>There is also a <a href="https://stats.uptimerobot.com/7YW4rfmgzn">status page</a> provided by UptimeRobot which shows which services are currently online. If you can't access a particular service, check here first to see if it is offline. </p> 29 30 <div class="card-wrapper"> 31 <div class="card"> 32 <h2>Email</h2> 33 <p>JadeRune.net provides an email services with IMAP access to any member should they want it. 34 </p> 35 <div class="buttons"> 36 <a class="button" href="https://mail.jaderune.net/">Log In!</a> 37 </div> 38 </div> 39 <div class="card"> 40 <h2>XMPP</h2> 41 <p>XMPP is the primary way we communicate. It offers 1-on-1 and group chat capabilities as well as voice and video calling. 42 </p> 43 <div class="buttons"> 44 <a class="button" href="https://www.jaderune.net/xmpp.html">Connect!</a> 45 </div> 46 </div> 47 <div class="card"> 48 <h2>Mumble</h2> 49 <p>Mumble is a convenient and hassle-free way to have high-quality VOIP calls. 50 </p> 51 <div class="buttons"> 52 <a class="button" href="https://www.jaderune.net/mumble.html">Chat!</a> 53 </div> 54 </div> 55 <div class="card"> 56 <h2>Gitea</h2> 57 <p>Gitea is a platform for collaborating on programming or other such projects using Git. 58 </p> 59 <div class="buttons"> 60 <a class="button" href="https://git.jaderune.net">Code!</a> 61 </div> 62 </div> 63 <div class="card"> 64 <h2>Jitsi</h2> 65 <p>Jitsi is a video conference server which can be used to host multi-participant conferences in a manner similar to Zoom. 66 </p> 67 <div class="buttons"> 68 <a class="button" href="https://meet.jaderune.net">Meet!</a> 69 </div> 70 </div> 71 <div class="card"> 72 <h2>Akkoma</h2> 73 <p>Akkoma is a microblogging/social network platform on the Fediverse, similar to Mastodon. 74 </p> 75 <div class="buttons"> 76 <a class="button" href="https://social.jaderune.net">Post!</a> 77 </div> 78 </div> 79 </div> 80 81 <h2>What Does All This Run On?</h2> 82 <p>JadeRune.net infrastructure is primarily hosted on VPSes. VPSes are currently hosted with <a href="https://www.netcup.eu">netcup</a>.</p> 83 <p><a href="https://www.openbsd.org/"><img 84 src="https://www.jaderune.net/openbsdlogo.png" 85 alt="The OpenBSD Logo" style="padding-right: 10px; width: 200px; height: 50px;"></a> 86 The email server runs the latest stable version of OpenBSD. 87 </p> 88 <p><a href="https://www.freebsd.org/"><img 89 src="https://www.jaderune.net/freebsdlogo.png" 90 alt="The FreeBSD Logo" style="padding-right: 10px; width: 200px; height: 58px;"></a> 91 The main server runs the latest stable version of FreeBSD. 92 </p> 93 <p><a href="https://www.debian.org/"><img 94 src="https://www.jaderune.net/debianlogo.png" 95 alt="The Debian Logo" style="padding-right: 10px; width: 200px; height: 60px"></a> 96 The Jitsi server runs the latest stable version of Debian. 97 </p> 98 99 <h2>How Much Does This Cost?</h2> 100 <p>In the interest of transparency, below is a record of the yearly cost of each element of JadeRune.net's infrastructure:</p> 101 <ul> 102 <li><b>Main</b>: 66,28€ EUR</li> 103 <li><b>EMail</b>: 29,04€ EUR</li> 104 <li><b>Jitsi</b>: 32,28€ EUR</li> 105 <li><b>Domain</b>: $35.01 CAD (26,49€ EUR on 2022-09-28)</li> 106 <li><b>Total</b>: 148,65€ EUR</li> 107 </ul> 108 </main> 109 </body> 110 </html>