Files
nixarr/CHANGELOG.md
T
2025-06-01 16:51:38 +02:00

2.0 KiB

Changelog

Unreleased

Added:

  • Added Readarr Audiobook for running two readarr instances (one for audiobooks, one for regular books)
  • Audiobookshelf service, with expose options
  • Port configurations on:
    • Radarr
    • Sonarr
    • Prowlarr
    • Readarr
    • Lidarr

2025-05-28

Added:

  • Plex service
  • Autobrr service
  • Sandboxed Jellyseerr module and added expose option (fully resolves #22)
  • accessibleFrom option to VPN-submodule (see #51)

Updated:

  • If nixarr.enable is not enabled other services will automatically now be disabled, instead of throwing an assertion error.

Fixed:

  • Airvpn DNS bug (Fixed #51)
  • Cross-seed now uses the nixpkgs package (fixed #51)
  • Default Transmission umask set to "002", meaning 664/775 permissions (fixed #56)

2025-03-17

Added:

  • Recyclarr service

Removed:

  • Sonarr default package now defaults to current nixpkgs sonarr package again.

2025-01-18

Added:

  • Jellyseer service
  • Sonarr default package, pinned to older working sonarr package

Removed:

  • Jellyfin expose VPN options

2024-09-19

Added:

  • Options to control the package of each service
  • sub-merge package to systemPkgs

Updated:

  • All submodules (notably VPNConfinement)

2024-06-11

Updated:

  • VPNConfinement submodule

2024-05-09

Fixed:

  • Jellyfin now has highest IO priority and transmission has lowest

2024-03-12

Added:

  • fix-permissions script, that sets correct permissions for all directories and files in the state and media library

Fixed:

  • Some permission issues here and there

2024-03-12

Added:

  • bazarr
  • njalla-vpn-ddns (ddns to public vpn ip)

Fixed:

  • Cross-seed (wrong torrentdir)
  • Opened firewall for services by default if you're not using vpn, this prevented users from connecting to services over local networks

Updated:

  • Docs (stateDirs and mediaDir cannot be home!)
  • vpn submodule (adds firewall and DNS-leak killswitch)

2024-03-14

Added:

  • Reexported VPN-submodule, allowing users to run services, not supported by this module, through the VPN