You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.