Remove SSH/BBS feature from core

And link to sshocial, the replacement client for this removed feature
This commit is contained in:
duponin 2023-04-16 15:50:32 +02:00
commit 0231a09310
9 changed files with 4 additions and 421 deletions

View file

@ -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"},