summaryrefslogtreecommitdiff
path: root/mix.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 /mix.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 'mix.exs')
-rw-r--r--mix.exs4
1 files changed, 1 insertions, 3 deletions
diff --git a/mix.exs b/mix.exs
index 027442e33..afce46d22 100644
--- a/mix.exs
+++ b/mix.exs
@@ -78,8 +78,7 @@ defmodule Pleroma.Mixfile do
:comeonin,
:fast_sanitize,
:os_mon,
- :ssl,
- :esshd
+ :ssl
],
included_applications: [:ex_syslogger]
]
@@ -181,7 +180,6 @@ defmodule Pleroma.Mixfile do
{:joken, "~> 2.0"},
{:benchee, "~> 1.0"},
{:pot, "~> 1.0"},
- {:esshd, "~> 0.1.0", runtime: Application.get_env(:esshd, :enabled, false)},
{:ex_const, "~> 0.2"},
{:plug_static_index_html, "~> 1.0.0"},
{:flake_id, "~> 0.1.0"},