Hacker News new | ask | show | jobs
by ploek 1309 days ago
At home:

- a FreeNAS with a bunch of Samba file shares and a Plex. I tried Jellyfin, because I got annoyed with Plex trying to force me to create an account on their cloud stuff, when I just want to use it locally. But the Playstation wouldn't play videos from Jellyfin, so I stuck with Plex.

On a dedicated server with public IP addresses:

- mail (opensmtpd + rspamd + dovecot)

- blog (made with Hugo, a static site generator)

- git (gogs)

- Nextcloud

- XMPP (ejabberd)

- VPN (tinc)

Each of those services is in a separate jail and the jail with the blog has an nginx that serves as a reverse proxy for all http-speaking services.

I'm considering replacing XMPP with Matrix (looking at conduit) and tinc with Wireguard. With the latter I might wait until FreeBSD 14 with in-kernel Wireguard is out.