From: Jakub Czajka Date: Wed, 18 Dec 2024 14:18:46 +0000 (+0100) Subject: [postgres][miniflux] Permit local connections. X-Git-Url: https://git.ekhem.eu.org/?a=commitdiff_plain;h=b31fd3e7c4c2c4dcaf8e70724f648df025524556;p=server.git [postgres][miniflux] Permit local connections. --- diff --git a/postgres/pg_hba.conf b/postgres/pg_hba.conf index 9feaea8..c2b6b1e 100755 --- a/postgres/pg_hba.conf +++ b/postgres/pg_hba.conf @@ -95,6 +95,8 @@ local mail_db dovecot trust host mail_db dovecot ::1/128 trust host mail_db dkim ::1/128 trust host analytics_db rsyslog ::1/128 trust +host rss_db miniflux ::1/128 trust +local rss_db miniflux trust local analytics_db analytics_reader trust local gym_db gym_tracker trust local matrix_db synapse_user trust