From 159c36538283e589179450f153e188a77248fd39 Mon Sep 17 00:00:00 2001 From: eyjhb Date: Thu, 9 Jan 2025 20:55:45 +0100 Subject: [PATCH 1/2] miniflux: proxy all media --- machines/gerd/services/miniflux.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/machines/gerd/services/miniflux.nix b/machines/gerd/services/miniflux.nix index 1b77c5a..4f5c985 100644 --- a/machines/gerd/services/miniflux.nix +++ b/machines/gerd/services/miniflux.nix @@ -19,12 +19,11 @@ in { DISABLE_LOCAL_AUTH = "true"; # use auth proxy - # TODO: This should be configureable AUTH_PROXY_HEADER = config.mine.shared.lib.authelia.protectedHeaders.username; AUTH_PROXY_USER_CREATION = "true"; # For privacy, proxy images instead of hotlinking - MEDIA_PROXY_RESOURCE_TYPES = "image"; + MEDIA_PROXY_RESOURCE_TYPES = "image,audio,video"; MEDIA_PROXY_MODE = "all"; }; }; From f9df7a63c5bf9b50a2e6f16c933b3acba52dd9f0 Mon Sep 17 00:00:00 2001 From: eyjhb Date: Thu, 9 Jan 2025 20:55:56 +0100 Subject: [PATCH 2/2] synapse: remove todo --- machines/gerd/services/matrix-synapse.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/machines/gerd/services/matrix-synapse.nix b/machines/gerd/services/matrix-synapse.nix index 63a002f..acdb7e1 100644 --- a/machines/gerd/services/matrix-synapse.nix +++ b/machines/gerd/services/matrix-synapse.nix @@ -56,7 +56,6 @@ in { max_upload_size = max_upload_size; # only authenticated media - # TODO: Should default to true at some point enable_authenticated_media = true; # retentien policies