X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fdescription.exs;h=2a2d70a7b4a327a26fc92ac970db8d7cd9cf2c56;hb=fef4bae0067fcd6e102e3d625390e8ae909c6bb8;hp=eb61c7218f83e0bef9c4190deedffbd38add67db;hpb=dcac8adb3de7fb5545f6c6f18c9e1d5d82606594;p=akkoma diff --git a/config/description.exs b/config/description.exs index eb61c7218..2a2d70a7b 100644 --- a/config/description.exs +++ b/config/description.exs @@ -790,7 +790,7 @@ config :pleroma, :config_description, [ %{ key: :healthcheck, type: :boolean, - description: "If enabled, system data will be shown on `/api/pleroma/healthcheck`" + description: "If enabled, system data will be shown on `/api/v1/pleroma/healthcheck`" }, %{ key: :remote_post_retention_days, @@ -2664,8 +2664,7 @@ config :pleroma, :config_description, [ %{ key: :pool_size, type: :integer, - description: - "Number of concurrent outbound HTTP requests to allow. Default 50.", + description: "Number of concurrent outbound HTTP requests to allow. Default 50.", suggestions: [50] }, %{ @@ -3443,5 +3442,32 @@ config :pleroma, :config_description, [ suggestion: [nil] } ] + }, + %{ + group: :pleroma, + key: :argos_translate, + type: :group, + description: "ArgosTranslate Settings.", + children: [ + %{ + key: :command_argos_translate, + type: :string, + description: + "command for `argos-translate`. Can be the command if it's in your PATH, or the full path to the file.", + suggestion: ["argos-translate"] + }, + %{ + key: :command_argospm, + type: :string, + description: + "command for `argospm`. Can be the command if it's in your PATH, or the full path to the file.", + suggestion: ["argospm"] + }, + %{ + key: :strip_html, + type: :boolean, + description: "Strip html from the post before translating it." + } + ] } ]