Remove legacy references to FE that is not officially supported
authorPaul Dawson <paul@into.computer>
Fri, 16 Dec 2022 14:08:00 +0000 (08:08 -0600)
committerPaul Dawson <paul@into.computer>
Fri, 16 Dec 2022 14:08:00 +0000 (08:08 -0600)
config/config.exs
docs/docs/administration/CLI_tasks/frontend.md

index cb19edde32ad3e1afb80d29043f2d11dd094b3f2..2d13fa50002ef1cb99205c472df9b6c981d8ddcb 100644 (file)
@@ -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",
index 1fadc921f01f2c212a509257cb9f412346febe31..5e87f1227089e95a617bed8b9a9a74efb889b447 100644 (file)
@@ -21,7 +21,6 @@ Currently, known `<frontend>` 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.