Skip to content

Releases: liamvibecodes/mac-media-stack

v1.1.0

22 Feb 16:45

Choose a tag to compare

Jellyfin support.

  • Jellyfin as alternative media server (opt-in via --jellyfin flag or MEDIA_SERVER=jellyfin in .env)
  • Runs in Docker via Compose profiles (doesn't start unless opted in)
  • Seerr auto-configuration for both Plex and Jellyfin auth
  • Health checks and doctor script support Jellyfin
  • Default remains Plex — zero changes to existing Plex behavior

v1.0.0

22 Feb 08:13

Choose a tag to compare

Initial release.

  • 9 services: Gluetun, qBittorrent, Prowlarr, Sonarr, Radarr, Bazarr, FlareSolverr, Seerr, Watchtower
  • One-command bootstrap install (curl | bash)
  • Auto-configures all service connections via API
  • OrbStack and Docker Desktop runtime detection
  • ProtonVPN via WireGuard with port forwarding
  • Hourly self-healing and nightly backups
  • Pinned image digests (IMAGE_LOCK.md)
  • CI validation via GitHub Actions