Merge branch 'pl-fe' into 'develop'

Include my frontend in available frontends

See merge request pleroma/pleroma!4334
This commit is contained in:
lain 2025-03-02 19:11:27 +00:00
commit b2640f0dc4
2 changed files with 8 additions and 0 deletions

1
changelog.d/pl-fe.change Normal file
View file

@ -0,0 +1 @@
Include `pl-fe` in available frontends

View file

@ -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" => "."
}
}