Skip to main content

FreeBSD

ZeroFS: S3-backed ZPOOL via NBD Service on FreeBSD (Proof of Concept, Part 2)
7 mins
FreeBSD ZeroFS S3 Minio NBD Scalable Storage
ZeroFS: S3-backed ZPOOL Via NBD Service on FreeBSD (Proof of Concept, Part 2) # Introduction # ZeroFS turns S3 storage into a high-performance, always-encrypted, globally accessible, and scalable file system—no FUSE drivers required. There’s also an official ZeroFS github repo.
ZeroFS: S3-backed NFS Service on FreeBSD (Proof of Concept, Part 1)
6 mins
FreeBSD ZeroFS S3 Garage NFS Scalable Storage
ZeroFS: S3-backed NFS Service on FreeBSD (Proof of Concept, Part 1) # Introduction # Please note that we found out while operating the PoC that Garage ignores the conditions in conditional writes. As this feature is required by ZeroFS, this means that ZeroFS is actually not reliably working with Garage at the moment.
Run Your Own Mastodon Server on FreeBSD in a Potluck Container
6 mins
Mastodon Postgresql Redis Social Media Fediverse Ansible Potluck FreeBSD Jails
Introduction # Have you heard of Mastodon? Mastodon is a self-hosted social networking service, where independently run servers federate content to each other using ActivityPub.
FreeBSD 14.0 Installation on Xneelo Dedicated Server
6 mins
FreeBSD Dedicated Server System Administration Xneelo
Introduction # Lets walk through the steps of installing FreeBSD 14.0 on a dedicated server from Xneelo. Xneelo is a South African hosting provider with dedicated servers and a rescue system, similar to Hetzner.
Optimal VirtualBox on FreeBSD 13.2
11 mins
FreeBSD Virtualbox Ports Ansible Testing
Introduction # Lets say you want to test a fresh batch of pot images on a local cluster of virtualbox hosts, because FreeBSD 13.2 is out and you just upgraded.
A Beginner's Guide to Building a Virtual Datacenter on FreeBSD with Ansible, Pot and More
10 mins
Wireguard Mesh Ansible Pot Consul VDC Potluck FreeBSD Jails Traefik Nomad Prometheus Grafana Alertmanager Loki Openldap Mariadb Nginx Haproxy Syslog-Ng
Introduction # Back in 2020, a three-part blog series was published on building your own Virtual Datacenter (vDC).
How To Easily Set Up OpenLDAP and Matrix Synapse with Potluck Images
7 mins
Matrix Matrix-Synapse Pot Consul Openldap Potluck FreeBSD Jails
Introduction # This is a post about running your own Matrix-Synapse instance using Pot jails. You will see that once the initial (and also not very complicated) configuration is complete, it takes only 6 commands to e.g. run a complete openldap server if you are using the Potluck container images.
How To Set Up a Minio Cluster From Potluck, Complete With Nextcloud, Monitoring And Alerting
16 mins
Nextcloud Pot Jails Monitoring Minio Prometheus Syslog-Ng Alertmanager Consul Nomad Traefik Grafana Beast-of-Argh Potluck FreeBSD
Introduction # Let’s build a two-server minio storage system, complete with alerting and monitoring. Then to illustrate application, we’ll include a nextcloud pot image using minio S3 as file storage.
Running Potluck Images with containerd
2 mins
Oci Runj Potluck Containerd FreeBSD Oss
This post is a continuation of the small PoC that describes how to manually run a Potluck image directly with runj and describes how Potluck images can be run via containerd.
Running Potluck Images with runj
3 mins
Oci Runj Potluck Containerd FreeBSD Oss
A quite new project called runj has been created which offers an interface between FreeBSD Jails and containerd. runj is already in the Ports tree or it can be found at https://github.com/samuelkarp/runj.