From f3bdde282b3c0cdfc735cd41b662213bfad38d6a Mon Sep 17 00:00:00 2001 From: red Date: Mon, 7 Jul 2025 00:22:45 -0400 Subject: [PATCH] redundant static file directives --- manifests/pleroma/configmap.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/manifests/pleroma/configmap.yaml b/manifests/pleroma/configmap.yaml index 77f30fa..885b921 100644 --- a/manifests/pleroma/configmap.yaml +++ b/manifests/pleroma/configmap.yaml @@ -28,7 +28,7 @@ data: registrations_open: false, invites_enabled: true, healthcheck: true, - static_dir: "/static-files" + static_dir: "/static-files/static" # config :pleroma, :http, proxy_url: {:socks5h, System.get_env("SOCKS_ADDRESS"), System.get_env("SOCKS_PORT")} @@ -59,8 +59,6 @@ data: private_key: System.get_env("WEB_PUSH_PRIVATE_KEY") config :pleroma, :database, rum_enabled: false - config :pleroma, :instance, static_dir: "/var/lib/pleroma/static" - config :pleroma, Pleroma.Uploaders.Local, uploads: "/var/lib/pleroma/uploads" # Enable Strict-Transport-Security once SSL is working: # config :pleroma, :http_security,