add finch outbound proxy support (#158)
[akkoma] / config / description.exs
index a44ab2432a1faac67f20a5cf984822c629982b91..9f93265d1ff1ba9cd764634a30d029d39fa827d7 100644 (file)
@@ -2598,9 +2598,10 @@ config :pleroma, :config_description, [
       %{
         key: :proxy_url,
         label: "Proxy URL",
-        type: [:string, :tuple],
-        description: "Proxy URL",
-        suggestions: ["localhost:9020", {:socks5, :localhost, 3090}]
+        type: :string,
+        description:
+          "Proxy URL - of the format http://host:port. Advise setting in .exs instead of admin-fe due to this being set at boot-time.",
+        suggestions: ["http://localhost:3128"]
       },
       %{
         key: :user_agent,