Side projects

Linux, self-hosting & side projects

This is the non-research side of things — a small Linux server I run at home, with a status dashboard, some feeds, and a few automations.

02

The server

fulkrum
risk@fulkrum: ~

$ whoami

risk

$ hostname

fulkrum

$ ls ~/services/

startpage  home  feeds  code

$ ./status

running — live at status.fulkrum.eu

$ cat ~/why.txt

it's mostly a hobby — I like my setup to work the way I want

$ exit

03

What runs on it

services

status

A self-hosted dashboard built with Glance — the front page for everything.

startpage

A clean starting page for the browser, with search and shortcuts.

feeds

An RSS reader that keeps the feeds I follow in one place.

code

A small index of scripts and reference material.

Everything is self-hosted and open source. The dashboard is live here — status.fulkrum.eu .

04

Automations

small scripts

Mostly small scripts so I don't have to do the same thing twice.

Scheduled jobs, syncing, and little quality-of-life fixes. I'll add write-ups here as I write them.

05

More to come

a growing page

I'll keep adding things to this page as I work on them.