What I am working on

Last updated: 3/21/2026

This page lists projects and things I am working on and ideas of projects I would like to do.

Software Projects:

Archivum

Note: this info is outdated. I am currently rewriting archivum. I will publish updates as they are available.

Archivum Drive will be a selfhosted, end-to-end encrypted cloud storage solution. It uses CRDTs like events to sync end-to-end encrypted metadata between clients and stores its data in an content addressable, fully encrypted blob store.

The project is divided into the core, which contains the logic and is protable to use with any frontend. Currently there are bindings for Typescript. With the help of the typescript bindings, I am building a web frontend.

I have plans to add server-side indexing capabilities with projects like Confidential Containers to allow fully private search.

relay-server

relay-server is a MASQUE relay. It supports using random IPs per request. I am using it as a alternative to WireGuard currently. Be prepared for a blog post with more details soon(TM).

Other Projects:

AS207792

After reading a lot about BGP, routing in general and hobbynets, I decided to get my own ASN. With the help of iFog, I registered AS207792 and got a /46 IPv6 allocation.
With two VPSes (one in Amsterdam and one in Düsseldorf) running bird2, I connect to my upstreams iFog (AS34927) and First Root (AS41108).
Also I have a port at FogIXP Europe.

The VPS in Düsseldorf runs a private VPN server for my devices to connect to.

vpsDUS also runs a recursive DNS resolver for internal use. It supports dns64 to use with a jool nat64 instance running on vpsAMS.

Build by Tristan Jockel :D

Source available on tristanjodsalz/personal-website