logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://anongit.hacktivis.me/git/pleroma.git/
commit: b2640f0dc46f2693df58b3330310ab25fdd30a2b
parent a7b6d3c1d1c522a04b8180e12b49e91a967aea7c
Author: lain <lain@soykaf.club>
Date:   Sun,  2 Mar 2025 19:11:27 +0000

Merge branch 'pl-fe' into 'develop'

Include my frontend in available frontends

See merge request pleroma/pleroma!4334

Diffstat:

Achangelog.d/pl-fe.change1+
Mconfig/config.exs7+++++++
2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/changelog.d/pl-fe.change 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 @@ -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" => "." } }