This commit is contained in:
pijukka 2025-04-15 00:02:58 +02:00
parent 4ccc6c7e9d
commit e6d1a22c1f
18 changed files with 2859 additions and 0 deletions

44
roadmap.html Normal file
View file

@ -0,0 +1,44 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="apple-touch-icon" href="https://data.lukasrosier.com/appsmall.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<!--<link rel="stylesheet" href="style.css"> -->
<title>ROADMAP</title>
<base href="https://www.lukasrosier.com">
<style>
body {
display: flex;
height: 100vh;
}
img {
height: 100%;
width: 100%;
object-fit: contain;
}
</style>
</head>
<body>
<article>
<ul>
<li>systemd sound liquidsoap</li>
<li>nextcloud</li>
<li>peertube</li>
<li>checkout</li>
<li>prosody hardening</li>
<li>agenix or sops</li>
<li>wildcard domain dns </li>
<li>launcher update</li>
<li>small pictures for booklet</li>
<li>entwurf board materialpark</li>
<li>basic auth</li>
<li>jitsi</li>
</ul>
</article>
</body>
</html>