Radarr: Difference between revisions
Updated with information about configuring postgresql for radarr. Thanks @JeremiahSecrist for helping troubleshoot and contributing. |
m Lost a `trust` configuration for postgres in the previous edit. |
||
| Line 49: | Line 49: | ||
local all all trust | local all all trust | ||
# this is for radarr to connect | # this is for radarr to connect | ||
host all ${config.services.radarr.user} 127.0.0.1/32 | host all ${config.services.radarr.user} 127.0.0.1/32 trust | ||
host all ${config.services.radarr.user} ::1/128 trust | host all ${config.services.radarr.user} ::1/128 trust | ||
''; | ''; | ||