diff options
author | lain <lain@soykaf.club> | 2025-03-02 19:11:27 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2025-03-02 19:11:27 +0000 |
commit | b2640f0dc46f2693df58b3330310ab25fdd30a2b (patch) | |
tree | ec87a332635886d16d78e41c560aca43ea54df06 | |
parent | a7b6d3c1d1c522a04b8180e12b49e91a967aea7c (diff) | |
parent | 7bfa3bf282bf18eed190df6665157d4e886893e9 (diff) | |
download | pleroma-b2640f0dc46f2693df58b3330310ab25fdd30a2b.tar.gz pleroma-b2640f0dc46f2693df58b3330310ab25fdd30a2b.zip |
Merge branch 'pl-fe' into 'develop'
Include my frontend in available frontends
See merge request pleroma/pleroma!4334
-rw-r--r-- | changelog.d/pl-fe.change | 1 | ||||
-rw-r--r-- | config/config.exs | 7 |
2 files changed, 8 insertions, 0 deletions
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" => "." } } |