From eb9ef59d507ac9416f3e1a7779276d51a7c0a63a Mon Sep 17 00:00:00 2001 From: Paul Dawson Date: Fri, 16 Dec 2022 08:08:00 -0600 Subject: [PATCH] Remove legacy references to FE that is not officially supported --- config/config.exs | 8 -------- docs/docs/administration/CLI_tasks/frontend.md | 1 - 2 files changed, 9 deletions(-) diff --git a/config/config.exs b/config/config.exs index cb19edde3..2d13fa500 100644 --- a/config/config.exs +++ b/config/config.exs @@ -782,14 +782,6 @@ config :pleroma, :frontends, "https://akkoma-updates.s3-website.fr-par.scw.cloud/frontend/${ref}/admin-fe.zip", "ref" => "stable" }, - "soapbox-fe" => %{ - "name" => "soapbox-fe", - "git" => "https://gitlab.com/soapbox-pub/soapbox", - "build_url" => - "https://gitlab.com/soapbox-pub/soapbox/-/jobs/artifacts/${ref}/download?job=build-production", - "ref" => "v2.0.0", - "build_dir" => "static" - }, # For developers - enables a swagger frontend to view the openapi spec "swagger-ui" => %{ "name" => "swagger-ui", diff --git a/docs/docs/administration/CLI_tasks/frontend.md b/docs/docs/administration/CLI_tasks/frontend.md index 1fadc921f..5e87f1227 100644 --- a/docs/docs/administration/CLI_tasks/frontend.md +++ b/docs/docs/administration/CLI_tasks/frontend.md @@ -21,7 +21,6 @@ Currently, known `` values are: - [admin-fe](https://akkoma.dev/AkkomaGang/admin-fe) - [mastodon-fe](https://akkoma.dev/AkkomaGang/masto-fe) - [pleroma-fe](https://akkoma.dev/AkkomaGang/pleroma-fe) -- [soapbox-fe](https://gitlab.com/soapbox-pub/soapbox-fe) You can still install frontends that are not configured, see below.