summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_includes/header.html1
-rw-r--r--dn42.md2
-rw-r--r--projects.md31
3 files changed, 32 insertions, 2 deletions
diff --git a/_includes/header.html b/_includes/header.html
index 492dcd5..86e812e 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -13,7 +13,6 @@
</label>
<div class="trigger" lang="en">
{% include_cached navlinks.html %}
- <a class="page-link" href="https://uvokchee.de/wiki/">Wiki</a>
<a class="rss-subscribe page-link" href="{{ "/feed.xml" | relative_url }}">RSS feed</a>
</div>
</nav>
diff --git a/dn42.md b/dn42.md
index 0015f23..9d6fca7 100644
--- a/dn42.md
+++ b/dn42.md
@@ -1,7 +1,7 @@
---
layout: page
title: DN42
-in_navbar: true
+in_navbar: false
order: 50
lang: "en"
---
diff --git a/projects.md b/projects.md
new file mode 100644
index 0000000..b3d47f7
--- /dev/null
+++ b/projects.md
@@ -0,0 +1,31 @@
+---
+layout: page
+title: Projects
+in_navbar: true
+order: 50
+lang: "en"
+---
+
+Some of my projects and sites:
+
+- This blog you're reading right now
+- [DN42]({% link dn42.md %})
+- [Wiki](https://uvokchee.de/wiki/)
+- [Funkwhale](https://fw.uvok.de/) (currently defunc)
+- [Personal Matrix and XMPP Server]({% link contact.html %})
+- Running an authoritative DNS server with [PowerDNS](https://www.powerdns.com/powerdns-community)
+- Running various VPS (all with Debian, of course)
+- Running [OpenWRT](https://openwrt.org/) in my home network (e.g. for tagged VLAN) [2]
+- Running [Proxmox](https://www.proxmox.com/en/) (hosting various LXC containers) in my home
+- Running an [RIPE ATLAS](https://atlas.ripe.net/docs/) probe - [software](https://github.com/RIPE-NCC/ripe-atlas-software-probe)
+- [OpenPGP WKD](https://wiki.gnupg.org/WKD) via DNS
+ (for shits and giggles - I don't really write mail, and PGP has it's usability problems)
+- [Git server](https://git.uvok.de/)
+ using [gitolite](https://gitolite.com/gitolite/index.html) [1]
+ and [cgit](https://git.zx2c4.com/cgit/)
+
+[1] Can really recommend this if you *don't* want a full-blown Git hosting with
+ "UI" / CI etc. - just the bare-bones git repository hosting.
+ (Which saves you setting up the bare git repos manually, though). \
+[2] I tried OPNsense in the past, too. But at some point I ran into problems I couldn't fix.
+ Also, it was virtualized inside Proxmox. Not the optimal solution.