summaryrefslogtreecommitdiff
path: root/projects.md
diff options
context:
space:
mode:
Diffstat (limited to 'projects.md')
-rw-r--r--projects.md31
1 files changed, 31 insertions, 0 deletions
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.