79 lines
2.6 KiB
HTML
79 lines
2.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Ayo.run - What's running? - a personal website by Ayo Ayco</title>
|
|
<meta property="og:description" content="Home to self-hosted open source productivity web apps. A personal website by Ayo Ayco">
|
|
<meta name="description" content="Home to self-hosted open source productivity web apps. A personal website by Ayo Ayco">
|
|
<meta itemprop="description" content="Home to self-hosted open source productivity web apps. A personal website by Ayo Ayco">
|
|
<meta property="og:title" content="Ayo.run - What's running?">
|
|
<meta property="og:url" content="http://ayo.run">
|
|
<meta property="og:site_name" content="www.ayo.run">
|
|
<link rel="stylesheet" href="pico.min.css">
|
|
<style>
|
|
html, body {
|
|
height: 100%;
|
|
}
|
|
body {
|
|
padding: 1em;
|
|
place-content: safe center;
|
|
display: grid;
|
|
}
|
|
/* .logo {
|
|
width: 200px;
|
|
border-radius: 5px;
|
|
display: block;
|
|
margin: 2em auto;
|
|
} */
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div>
|
|
<main>
|
|
<!-- <img class="logo" src="logo.png" height="200x" width="200px" /> -->
|
|
<h1>What's running?</h1>
|
|
<ul>
|
|
<li>
|
|
<a href="http://coolify.io/"><strong>Coolify</strong></a> ·
|
|
<a href="https://host.ayo.run/">host.ayo.run</a>
|
|
</li>
|
|
<li>
|
|
<a href="http://docmost.com/"><strong>Docmost</strong></a> ·
|
|
<a href="https://notes.ayo.run/share/qgihgf2kym/p/ayo-s-notes-iyX1WHad4o">notes.ayo.run</a>
|
|
</li>
|
|
<li>
|
|
<a href="http://immich.app/"><strong>Immich</strong></a> ·
|
|
<a href="https://pics.ayo.run/">pics.ayo.run</a>
|
|
</li>
|
|
<li>
|
|
<a href="http://owncloud.com/"><strong>Owncloud</strong></a> ·
|
|
<a href="https://drive.ayo.run/">drive.ayo.run</a>
|
|
</li>
|
|
<li>
|
|
<a href="http://plane.so/"><strong>Plane</strong></a> ·
|
|
<a href="https://work.ayo.run/">work.ayo.run</a>
|
|
</li>
|
|
<li>
|
|
<a href="http://ayco.io/sh/yolk#readme"><strong>Yolk</strong></a> ·
|
|
<a href="https://yolk.ayo.run/">yolk.ayo.run</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://github.com/dani-garcia/vaultwarden#readme"><strong>Vaultwarden</strong></a> ·
|
|
<a href="https://pass.ayo.run/">pass.ayo.run</a>
|
|
</li>
|
|
</ul>
|
|
</main>
|
|
<footer>
|
|
<hr />
|
|
<small>
|
|
<em>Just keep hosting.</em><br />
|
|
<em>A project by <a href="https://ayo.ayco.io">Ayo</a></em>
|
|
</small>
|
|
</footer>
|
|
<div>
|
|
</body>
|
|
|
|
</html>
|