allow 1gb proxy media

This commit is contained in:
Leafy :3 2025-02-07 20:13:57 +01:00
parent 09d46441df
commit 036fd4415c

View file

@ -3,7 +3,7 @@ defmodule Pleroma.Web.PuppyMediaProxy.PuppyProxyController do
require Logger
@max_body_length 25 * 1024 * 1024
@max_body_length 1024 * 1024 * 1024
@valid_mime_types ["image/", "video/", "audio/"]
def get(conn, %{"url" => url}) do