Native FreeBSD OCI container images for self-hosted applications.
No Linux VM required. Run your containers directly on FreeBSD using Podman + ocijail.
- s6 Process Supervision - Proper signal handling, no zombie processes
- PUID/PGID Support - Seamless permission mapping for ZFS datasets and bind mounts
- Multiple Tags - Choose between upstream binaries (
:latest), quarterly packages (:pkg), or rolling packages (:pkg-latest)
- Automated CI/CD - Every image built and tested automatically
| Image |
Port |
Description |
| Arr Base |
|
Shared base image for *Arr applications (Radarr, Sonarr, Lidarr, Prowlarr) containing common dependencies. |
| FreeBSD Base |
|
FreeBSD base image with s6 supervision |
| FreeBSD Base Core |
|
Minimal FreeBSD base image without service supervision. Foundation for CLI tools and non-daemon containers. |
| Nginx Base |
|
Shared base image for Nginx-based applications. |
| Image |
Port |
Description |
| Immich PostgreSQL |
|
PostgreSQL with pgvector and vectorchord extensions required by Immich for vector similarity search. Defaults to PostgreSQL 14 (:latest), PostgreSQL 18 available as :18. |
| MariaDB |
|
Drop-in replacement for MySQL built by the original authors — extends core MySQL functionality with alternate storage engines, server optimizations, and patches. |
| PostgreSQL |
|
The World's Most Advanced Open Source Relational Database on FreeBSD. |
| Redis |
|
Redis key-value store on FreeBSD. |
| Image |
Port |
Description |
| Hugo |
|
Fast and flexible static site generator — builds your entire site at creation time rather than on each request. |
| Zensical |
|
Zensical is a modern static site generator designed to simplify building and maintaining project documentation. It's built by the creators of Material for MkDocs and shares the same core design principles and philosophy - batteries included, easy to use, with powerful customization options. |
| code-server |
|
VS Code in the browser — run a full development environment on your FreeBSD server and access it from anywhere. |
| Image |
Port |
Description |
| SABnzbd |
|
Free and easy binary newsreader that automates the downloading and processing of Usenet content. |
| Transmission |
|
Lightweight BitTorrent client with a web UI for managing torrent downloads. |
| Transmission with WireGuard |
|
Transmission BitTorrent client with built-in WireGuard VPN support. |
| Image |
Port |
Description |
| Cloudflared |
|
Tunneling daemon that proxies any local webserver through the Cloudflare network without DNS records or firewall changes. |
| Gitea |
|
Lightweight self-hosted Git service — a community managed fork of Gogs written in Go. |
| Tailscale |
|
Zero-config mesh VPN built on WireGuard — securely connect your devices without port forwarding or firewall changes. |
| Traefik |
|
Modern HTTP reverse proxy and load balancer on FreeBSD. |
| Woodpecker CI |
|
Lightweight CI/CD pipeline server with a built-in agent — integrates with Gitea, GitHub, and GitLab for automated builds and deployments. |
| Image |
Port |
Description |
| Bazarr |
|
Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you. |
| BookLore |
|
Self-hosted digital library with smart shelves, metadata, OPDS support, and built-in reader. |
| Dispatcharr |
|
Dispatcharr — stream dispatching and channel management. |
| Grimmory |
|
Self-hosted digital library — successor to BookLore, with smart shelves, metadata, Kobo/KOReader sync, OPDS support, and a built-in reader. |
| Lidarr |
|
Music collection manager for Usenet and BitTorrent users — monitors RSS feeds, grabs, sorts, and renames tracks from your favorite artists. |
| Overseerr |
|
Media request management for Plex ecosystems. |
| Prowlarr |
|
Indexer manager and proxy for Sonarr, Radarr, and other *arr applications — centralizes indexer configuration across your media stack. |
| Radarr |
|
Automated movie collection manager that monitors, grabs, and manages your movie library via Usenet and BitTorrent. |
| ReadMeABook |
|
Audiobook request and management platform with AI recommendations. |
| Seerr |
|
Unified media request management (Plex, Jellyfin, Emby) on FreeBSD. |
| Sonarr |
|
Automated TV series collection manager that monitors, grabs, and manages your TV library via Usenet and BitTorrent. |
| Image |
Port |
Description |
| Audiobookshelf |
|
Self-hosted audiobook and podcast server. |
| Jellyfin |
|
Volunteer-built media solution that puts you in control — stream to any device from your own server, with no strings attached. |
| Plex Media Server |
|
Personal media server that organizes and streams your movie, TV, and music collections to all your devices. |
| Tautulli |
|
Monitoring and tracking tool for Plex Media Server — tracks what is being watched, who is watching, and when. |
| Image |
Port |
Description |
| AdGuard Home |
|
Network-wide ad and tracker blocking DNS server. Covers all devices on your network with no client-side software — includes DoH, DoT, DoQ, and a built-in DHCP server. |
| AdGuardHome Sync |
|
Sync AdGuardHome configuration to replica instances. |
| Image |
Port |
Description |
| Immich |
|
High performance self-hosted photo and video management solution. |
| Immich Machine Learning |
|
Machine learning service for Immich — handles facial recognition, image classification, and semantic search using ONNX models. |
| Immich Server |
|
Self-hosted photo and video backup and management server with web UI, mobile sync, and shared albums. |
| Image |
Port |
Description |
| Bichon |
|
A lightweight, high-performance Rust email archiver with WebUI. |
| Heimdall |
|
An Application dashboard and launcher — organize all your web apps and services in one place. |
| Home Assistant |
|
Open source home automation that puts local control and privacy first. |
| Homepage |
|
Modern, fully static, fast, secure and highly customizable application dashboard with integrations for over 100 services. |
| Mealie |
|
Intuitive self-hosted recipe management app designed to be the best recipe management experience on the web. |
| Nextcloud |
|
Online collaboration platform providing groupware capabilities by default, extensible with additional apps. |
| OpenSpeedTest |
|
Self-hosted HTML5 Network Speed Test on FreeBSD. |
| Organizr |
|
HTPC/Homelab Services Organizer on FreeBSD. |
| SmokePing |
|
Network latency monitor with historical graphing — tracks round-trip times and packet loss to your hosts over time. |
| UniFi Network |
|
Ubiquiti UniFi Network Application for managing UniFi access points, switches, and gateways. |
| Uptime Kuma |
|
Self-hosted uptime monitoring tool with a beautiful dashboard, status pages, and multi-channel notifications. |
| Vaultwarden |
|
Lightweight Bitwarden-compatible password manager server — self-host your passwords, secrets, and secure notes. |
| n8n |
|
Fair-code workflow automation platform with native AI capabilities — combine visual building with custom code and 400+ integrations. |
# Pull an image
podman pull ghcr.io/daemonless/radarr:latest
# Run with PUID/PGID mapping
podman run -d --name radarr \
-e PUID=1000 -e PGID=1000 \
-v /data/radarr:/config \
-v /media:/media \
ghcr.io/daemonless/radarr:latest
BSD