You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

137 lines
5.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<!-- Say friend and enter -->
<!-- Mellon -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Lubiland</title>
<link rel="stylesheet" type="text/css" href="retro.css">
</head>
<body>
<p>Hi, I'm lub. Welcome to my personal place in the internet.</p>
<p>Amongst other things I like free software projects and hosting my own services, which is probably the reason why you found this website.</p>
<!--<p>You may also want to have a look at my <a href="https://blog.lubiland.de/">blog</a> or start a <a href="https://lubiland.de/#contact">chat</a></p>-->
<hr>
<h3><a href="#projects" id="projects">projects</a></h3>
<p>
These are some of my own projects. Additionally there are also some <a href="https://gitea.lubiland.de/lubiland/">infrastructure related repositories</a>.
</p>
<p><b><a href="https://gitea.lubiland.de/lub/snowstorm-matrix">snowstorm-matrix</a></b><br>
A Python bot to post news about <a href="https://www.blizzard.com/">Blizzard</a> games to <a href="https://matrix.org">matrix</a> rooms.
</p>
<p><b><a href="https://gitea.lubiland.de/lub/pingposh">PingPosh</a></b><br>
This <a href="https://microsoft.com/powershell">PowerShell</a> bot replies latency measurements for <a href="https://matrix.to/#/#ping:maunium.net">#ping:maunium.net</a>.
</p>
<p><b><a href="https://gitea.lubiland.de/lub/teamspeak3_exporter">teamspeak3_exporter</a></b><br>
The monitoring system <a href="https://prometheus.io/">Prometheus</a> requires <a href="https://prometheus.io/docs/instrumenting/exporters/">exporters</a> to implement the Prometheus API for a service you want to monitor or extract metrics from. This project provides such an exporter for <a href="https://teamspeak.com/">TeamSpeak</a> servers. It's implemented in PHP.
</p>
<p><b><a href="https://gitea.lubiland.de/lub/goodtimer">GoodTimer</a></b><br>
If you sometimes need a website just displaying a countdown, this could be your solution. All processing is done client side, so your timestamps are safe.<br>
You can also use it <a href="https://goodtimer.lubiland.de/">publicly hosted</a> e.g. embedded as matrix widget ;)
</p>
<hr>
<h3><a href="#services" id="services">services</a></h3>
<p>
Here is a list of some services I host and use myself. If you want accounts on any of them feel free to <a href="#contact">contact</a> me. Normally the services try to preserve as little data as possible to respect the user's privacy.
</p>
<p>
<b><a href="#">Blog</a></b><br>
???
</p>
<p>
<b><a href="https://imninja.net/">I M NINJA</a></b><br>
"i am ninja"/"instant messaging ninja" is a homeserver for <a href="https://matrix.org">[matrix]</a>, a decentralized and federated communication platform.
</p>
<p>
<b><a href="https://vrninja.net/">V R NINJA</a></b><br>
"we are ninja" is the default Jitsi Meet instance of <a href="https://imninja.net/">I M NINJA</a>, but you can also use it standalone for audio or video conferencing.
</p>
<p>
<b><a href="https://urmail.space">urmail</a></b><br>
"your email" is my email service based on <a href="https://mailu.io/">Mailu</a>.
</p>
<p>
<b><a href="https://gitea.lubiland.de/explore/repos">gitea.lubiland.de</a></b><br>
Most of my git repositories and contributions are hosted on that <a href="https://gitea.io">Gitea</a> instance or on <a href="https://github.com/lub/">GitHub</a>.
</p>
<p>
<b><a href="https://searx.ovh">searx.ovh</a></b><br>
Searx is a selfhostable meta seach engine. In the <a href="https://searx.ovh/?q=matrix.org">search results</a> there is a little indicator about the result origin. Feel free to use it.<br>
</p>
<p>
<b><a href="https://gamemodeon.de">GameModeON</a></b><br>
GameModeON is a german gaming community and provides multiple gaming related services (e.g. a <a href="https://gamemodeon.de/board-list/">forum</a>, a <a href="ts3server://gamemodeon.de">TeamSpeak server</a>, <a href="https://status.gamemodeon.de/">various gameservers</a>, <a href="https://matrix.to/#/#gamemodeon:imninja.net">multiple matrix rooms</a>, ...). If you need anything gaming related feel free to <a href="#contact">contact</a> me.
</p>
<p>
<b><a href="https://manapod.space/">manapod.space</a></b><br>
manapod.space is my diaspora* pod. Click on the link for an explanation of diaspora* ;)
</p>
<p>
<b><a href="https://kskcloud.de/">kskCloud</a></b><br>
A file synchronization service utilizing <a href="https://nextcloud.com/">Nextcloud</a>. Very handy for sharing of configs across computers. It also makes backups of personal files and document sharing very easy.
</p>
<p>
<b><a href="https://monero.lubiland.de/">Public Monero Nodes</a></b><br>
A list of public <a href="https://web.getmonero.org/">monero</a> rpc nodes, which can be used with e.g. <a href="https://www.monerujo.io/">Monerujo</a> instead of running a full node yourself.
</p>
<hr>
<h3><a href="#contact" id="contact">contact</a></h3>
<table>
<tr><td>[matrix]</td><td><a href="https://matrix.to/#/@lub:imninja.net">@lub:imninja.net</a><br></td></tr>
<tr><td>email</td><td><a href="mailto:website@lubiland.de">website@lubiland.de</a></td></tr>
<tr><td>diaspora*</td><td><a href="https://manapod.space/u/lub">lub@manapod.space</a><br></td></tr>
<tr><td>Telegram</td><td><a href="https://t.me/Luuubb">@Luuubb</a><br></td></tr>
</table>
<hr>
<p>
<a href="https://imprint.lubiland.de">Imprint</a>
</p>
<hr>
</body>
</html>