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

@ -617,9 +617,6 @@ config :pleroma, :ldap,
base: System.get_env("LDAP_BASE") || "dc=example,dc=com",
uid: System.get_env("LDAP_UID") || "cn"
config :esshd,
enabled: false
oauth_consumer_strategies =
System.get_env("OAUTH_CONSUMER_STRATEGIES")
|> to_string()