arrayinamatrix.xyz/index/apps/index.html

188 lines
6.6 KiB
HTML
Executable file

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Apps and Services</title>
<link rel="stylesheet" href="../../style/style.css" />
<link
rel="icon"
type="image/x-icon"
href="../../res/site/icons/favicon.ico"
/>
</head>
<body>
<header class="page-header" role="banner">
<h1 class="project-name">Applications and Services</h1>
<h2 class="project-tagline">
Apps and services hosted on this domain. <br />
(Written by actual developers)
</h2>
<a href="../../" class="btn">Home</a>
</header>
<main id="content" class="main-content" role="main">
<h3 id="selfhosted">Hosted on the physical server:</h3>
<div class="grid">
<section class="grid-item" id="xmpp">
<a href="#xmpp"
><h4>XMPP</h4>
<div><img src="../../res/site/icons/xmpp.svg" alt="XMPP" /></div>
</a>
<p>
Open extensible messaging and presence network. Point your client to
<code>xmpp.inamatrix.xyz</code>
</p>
</section>
<section class="grid-item" id="cbox">
<a href="./cbox/"
><h4>Cbox<sup></sup></h4>
<!-- <div><img src="" alt="" /></div> -->
</a>
<p>Anonymous real-time live chat app. Come leave a quick message!</p>
</section>
<section class="grid-item" id="gemini">
<a href="gemini://arrayinamatrix.xyz"
><h4>Gemini capsule</h4>
<div>
<img src="../../res/site/icons/gemini.png" alt="Gemini" />
</div>
</a>
<p>
This is my Gemini capsule, you can learn more about it
<a href="https://blog.inamatrix.xyz/gemini-capsule/">here</a>.
(Requires Gemini compatible browser)
</p>
</section>
<section class="grid-item" id="wiki">
<a href="https://wiki.arrayinamatrix.xyz"
><h4>Wiki archives<sup></sup></h4>
<div><img src="../../res/site/icons/kiwix.svg" alt="Kiwix" /></div>
</a>
<p>
Wiki mirrors hosted using <a href="https://kiwix.org">Kiwix</a>.
Come browse Wikipedia, the Arch wiki and more!
</p>
</section>
<section class="grid-item" id="tor">
<a href="./tor/"
><h4>Tor hidden services</h4>
<div><img src="../../res/site/icons/tor.png" alt="Tor" /></div>
</a>
<p>
List of all of my Tor hidden services. Use Tor to bypass censorship!
(Requires Tor compatible browser)
</p>
</section>
<section class="grid-item" id="git">
<a href="https://git.inamatrix.xyz"
><h4>Forgejo<sup></sup></h4>
<div>
<img
src="../../res/site/icons/forgejo.svg"
alt="Gitea Forgejo Git"
/>
</div>
</a>
<p>Lightweight open sourced code hosting. (Migrated from Gitea)</p>
</section>
<section class="grid-item" id="minecraft">
<a href="https://craft.inamatrix.xyz"
><h4>Minecraft</h4>
<div>
<img src="../../res/site/icons/minecraft.png" alt="Minecraft" />
</div>
</a>
<p>
Vanilla semi-anarchy server. Point your client to
<code>craft.inamatrix.xyz</code>
</p>
</section>
<section class="grid-item" id="wastebin">
<a href="https://paste.inamatrix.xyz/"
><h4>Wastebin</h4>
<!-- <div>
<img src="../../res/site/icons/wastebin.png" alt="Wastebin" />
</div> -->
</a>
<p>Temporary file sharing, pastebin.</p>
</section>
<section class="grid-item" id="os">
<a href="https://os.inamatrix.xyz/"
><h4>Operating Systems Archives</h4>
<div>
<img src="../../res/site/icons/cd.svg" alt="CD" />
</div>
</a>
<p>
Direct downloads for various operating systems. Torrent files are
inside the torrents directory.
</p>
</section>
<section class="grid-item" id="deepworld">
<a href="https://github.com/kuroppoi/brainwine">
<h4>Deepworld</h4>
<div>
<img src="../../res/site/icons/deepworld.png" alt="Deepworld" />
</div>
</a>
<p>
Patch your Deepworld game and point the client to
<code>inamatrix.xyz</code>.
</p>
</section>
<section class="grid-item" id="blockheads">
<a href="">
<h4>Blockheads</h4>
<div>
<img src="../../res/site/icons/blockheads.png" alt="blockheads" />
</div>
</a>
<p>
3 worlds are hosted and you can join by clicking one of these links:
<a
href="http://theblockheads.net/join.php?ip=inamatrix.xyz&port=15001&name=WORLD%201"
>World 1</a
>,
<a
href="http://theblockheads.net/join.php?ip=inamatrix.xyz&port=15002&name=WORLD%202"
>World 2</a
>, and
<a
href="http://theblockheads.net/join.php?ip=inamatrix.xyz&port=15003&name=WORLD%203"
>World 3</a
>.
</p>
</section>
</div>
<hr />
<h3 id="other">Other:</h3>
<div class="grid">
<section class="grid-item" id="privacy">
<a href="./privacy/"
><h4>Privacy Policy</h4>
<!-- <div><img src="" alt="" /></div> -->
</a>
<p>Privacy policy of this website and its related services.</p>
</section>
<section class="grid-item" id="qbittorrent">
<a href="https://qbit.inamatrix.xyz/"
><h4>qBittorrent Web</h4>
<div>
<img
src="../../res/site/icons/qbittorrent.svg"
alt="qBittorrent"
/>
</div>
</a>
<p>qBittorrent web client.</p>
</section>
<!-- <section class="grid-item" id=""> <h4><a href=""><sup>⨳</sup></a></h4> <div><img src="../../res/site/icons/" alt="" /> <p></p> </section> -->
</div>
<footer class="site-footer">
You have reached the end of the page. (ノ◕ヮ◕)ノ*:・゚✧
</footer>
</main>
</body>
</html>