diff options
author | lain <lain@soykaf.club> | 2022-11-11 12:04:47 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2022-11-11 12:04:47 +0000 |
commit | 39a96876ef1dd232c725cc10dccdc4f1e154a8fc (patch) | |
tree | b3bd53b8fcb8b1bb310815c92491827b2255efc4 | |
parent | 481f50bcfda0da222e7b912e441da786b5a4944c (diff) | |
parent | eb70676931c712c97737eb7adc2dd705d37dee2f (diff) | |
download | pleroma-39a96876ef1dd232c725cc10dccdc4f1e154a8fc.tar.gz pleroma-39a96876ef1dd232c725cc10dccdc4f1e154a8fc.zip |
Merge branch 'soapbox-ref' into 'develop'
Update links to Soapbox
See merge request pleroma/pleroma!3774
-rw-r--r-- | config/config.exs | 10 | ||||
-rw-r--r-- | docs/administration/CLI_tasks/frontend.md | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/config/config.exs b/config/config.exs index a84b15a37..21e7433f8 100644 --- a/config/config.exs +++ b/config/config.exs @@ -756,12 +756,12 @@ config :pleroma, :frontends, "https://git.pleroma.social/pleroma/admin-fe/-/jobs/artifacts/${ref}/download?job=build", "ref" => "develop" }, - "soapbox-fe" => %{ - "name" => "soapbox-fe", - "git" => "https://gitlab.com/soapbox-pub/soapbox-fe", + "soapbox" => %{ + "name" => "soapbox", + "git" => "https://gitlab.com/soapbox-pub/soapbox", "build_url" => - "https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/${ref}/download?job=build-production", - "ref" => "v1.0.0", + "https://gitlab.com/soapbox-pub/soapbox/-/jobs/artifacts/${ref}/download?job=build-production", + "ref" => "v3.0.0-beta.1", "build_dir" => "static" }, "glitch-lily" => %{ diff --git a/docs/administration/CLI_tasks/frontend.md b/docs/administration/CLI_tasks/frontend.md index d4a48cb56..4e9d9eecb 100644 --- a/docs/administration/CLI_tasks/frontend.md +++ b/docs/administration/CLI_tasks/frontend.md @@ -22,7 +22,7 @@ Currently, known `<frontend>` values are: - [kenoma](http://git.pleroma.social/lambadalambda/kenoma) - [pleroma-fe](http://git.pleroma.social/pleroma/pleroma-fe) - [fedi-fe](https://git.pleroma.social/pleroma/fedi-fe) -- [soapbox-fe](https://gitlab.com/soapbox-pub/soapbox-fe) +- [soapbox](https://gitlab.com/soapbox-pub/soapbox) You can still install frontends that are not configured, see below. |