From 7bfa3bf282bf18eed190df6665157d4e886893e9 Mon Sep 17 00:00:00 2001 From: mkljczk Date: Sun, 2 Mar 2025 16:36:59 +0100 Subject: [PATCH] Include my frontend in available frontends Signed-off-by: mkljczk --- changelog.d/pl-fe.change | 1 + config/config.exs | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 changelog.d/pl-fe.change 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" => "." } }