summaryrefslogtreecommitdiff
path: root/projects.md
blob: b3d47f79ceb8841567735b0dfb58bfc3d7524ca7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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.