FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Original HTTPS Page]

Daemonless · GitHub

Daemonless

Daemonless

Native FreeBSD OCI container images for self-hosted applications.

No Linux VM required. Run your containers directly on FreeBSD using Podman + ocijail.

Features

  • 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

Available Images

Category Images
Media Management Radarr, Sonarr, Prowlarr, Lidarr, Readarr, Bazarr, Jellyfin
Downloaders SABnzbd, Transmission
Infrastructure nginx, Vaultwarden, Smokeping, OpenSpeedTest

Quick Links

Getting Started

# 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

License

BSD

Pinned Loading

  1. immich immich Public

    High performance self-hosted photo and video management solution.

    7 1

  2. plex plex Public

    Personal media server that organizes and streams your movie, TV, and music collections to all your devices.

    Shell

  3. radarr radarr Public

    Automated movie collection manager that monitors, grabs, and manages your movie library via Usenet and BitTorrent.

    Jinja

  4. sonarr sonarr Public

    Automated TV series collection manager that monitors, grabs, and manages your TV library via Usenet and BitTorrent.

    Jinja

  5. daemonless daemonless Public

    Native FreeBSD OCI container images - documentation and scripts

    Python 61 1

Repositories

Loading
Type
Select type
All Public Sources Forks Archived Mirrors Templates
Language
Select language
All Dockerfile Go HTML JavaScript Jinja Makefile Python Shell TypeScript
Sort
Select order
Last updated Name Stars
Showing 10 of 103 repositories

Top languages

Loading…

Most used topics

Loading…


Back | FazBrowse Home | New Git URL