X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fdescription.exs;h=f84b52a4f6904822f75f037990a2aeacf38b09c7;hb=6e68058b634dced932a1283f8470598b5cabdfeb;hp=d7dc264ee2a8179d0553c4591f23c35e28ac3675;hpb=e709dec2eb7b588e242f3b776761ba89484f446a;p=akkoma diff --git a/config/description.exs b/config/description.exs index d7dc264ee..f84b52a4f 100644 --- a/config/description.exs +++ b/config/description.exs @@ -60,6 +60,12 @@ frontend_options = [ label: "Build directory", type: :string, description: "The directory inside the zip file " + }, + %{ + key: "custom-http-headers", + label: "Custom HTTP headers", + type: {:list, :string}, + description: "The custom HTTP headers for the frontend" } ] @@ -3218,6 +3224,12 @@ config :pleroma, :config_description, [ type: :string, description: "S3 host", suggestions: ["s3.eu-central-1.amazonaws.com"] + }, + %{ + key: :region, + type: :string, + description: "S3 region (for AWS)", + suggestions: ["us-east-1"] } ] },