Skip to content

Jocelyn Carter

Compare
Choose a tag to compare
@jfroment jfroment released this 20 Jun 14:19
· 65 commits to master since this release
23beb81

New:

  • Add Ombi (disabled by default)
  • Add Overseer
  • Add Prowlarr (alternative to Jackett with *arr softwares indexers auto-sync) (still in alpha)
  • Add Flood UI for Deluge (connects directly to Deluge daemon). It is still experimental. Beware of new environment variables in .env.sample, used to set password for Deluge RPC connection and (optional) auto-creation of the Deluge "flood" daemon user.
    A sudo chown -R ${PUID}:${PGUID} /data/config/flood should be done if permissions are not correctly set when starting flood (see its logs).
  • services.conf file is now per-user, so in this repository there is only the sample file now. Existing services.conf files will be retained, so there should be no impact for users. A warning is now displayed if there is a new service in services.conf.sample to alert users about a configuration "drift" between their file and the "upstream" one.

Improvements:

  • Add --no-pull flag to update-all.sh script, which skips the pull step. Useful when configuring/debugging/recreating containers.
  • Netdata tag is now "stable", and Docker socket is mounted as read-only.