diff --git a/changelog.d/pl-fe.change b/changelog.d/pl-fe.change new file mode 100644 index 000000000..7e3e4b59e --- /dev/null +++ b/changelog.d/pl-fe.change @@ -0,0 +1 @@ +Include `pl-fe` in available frontends diff --git a/config/config.exs b/config/config.exs index 31783b488..643f15414 100644 --- a/config/config.exs +++ b/config/config.exs @@ -806,6 +806,13 @@ config :pleroma, :frontends, "https://lily-is.land/infra/glitch-lily/-/jobs/artifacts/${ref}/download?job=build", "ref" => "servant", "build_dir" => "public" + }, + "pl-fe" => %{ + "name" => "pl-fe", + "git" => "https://github.com/mkljczk/pl-fe", + "build_url" => "https://pl.mkljczk.pl/pl-fe.zip", + "ref" => "develop", + "build_dir" => "." } }