summaryrefslogtreecommitdiff
path: root/config/description.exs
diff options
context:
space:
mode:
authorduponin <duponin@locahlo.st>2023-04-16 15:50:32 +0200
committerduponin <duponin@locahlo.st>2023-04-23 10:47:07 +0200
commit0231a09310895bd2af24eff221de97eb8c92307e (patch)
treed4a60e3f85e315bdb1266e7db1076a42d9b16180 /config/description.exs
parent3867b52aefdab5c26bcd4f58155b1370ee40e4dd (diff)
downloadpleroma-0231a09310895bd2af24eff221de97eb8c92307e.tar.gz
pleroma-0231a09310895bd2af24eff221de97eb8c92307e.zip
Remove SSH/BBS feature from core
And link to sshocial, the replacement client for this removed feature
Diffstat (limited to 'config/description.exs')
-rw-r--r--config/description.exs39
1 files changed, 0 insertions, 39 deletions
diff --git a/config/description.exs b/config/description.exs
index 78dc8770d..5f8add8a4 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -2629,45 +2629,6 @@ config :pleroma, :config_description, [
]
},
%{
- group: :esshd,
- label: "ESSHD",
- type: :group,
- description:
- "Before enabling this you must add :esshd to mix.exs as one of the extra_applications " <>
- "and generate host keys in your priv dir with ssh-keygen -m PEM -N \"\" -b 2048 -t rsa -f ssh_host_rsa_key",
- children: [
- %{
- key: :enabled,
- type: :boolean,
- description: "Enables SSH"
- },
- %{
- key: :priv_dir,
- type: :string,
- description: "Dir with SSH keys",
- suggestions: ["/some/path/ssh_keys"]
- },
- %{
- key: :handler,
- type: :string,
- description: "Handler module",
- suggestions: ["Pleroma.BBS.Handler"]
- },
- %{
- key: :port,
- type: :integer,
- description: "Port to connect",
- suggestions: [10_022]
- },
- %{
- key: :password_authenticator,
- type: :string,
- description: "Authenticator module",
- suggestions: ["Pleroma.BBS.Authenticator"]
- }
- ]
- },
- %{
group: :mime,
label: "Mime Types",
type: :group,