diff --git a/config/config.exs b/config/config.exs index 4ab16010dd..c02babb8ff 100644 --- a/config/config.exs +++ b/config/config.exs @@ -776,6 +776,13 @@ config :pleroma, :frontends, available: %{ + "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" => "." + }, "kenoma" => %{ "name" => "kenoma", "git" => "https://git.pleroma.social/lambadalambda/kenoma", diff --git a/docs/administration/CLI_tasks/frontend.md b/docs/administration/CLI_tasks/frontend.md index 0f0bff2a62..f230268687 100644 --- a/docs/administration/CLI_tasks/frontend.md +++ b/docs/administration/CLI_tasks/frontend.md @@ -20,6 +20,7 @@ You can give all the options directly on the command line, but missing informati Currently, known `` values are: +- [pl-fe](https://github.com/mkljczk/pl-fe) - [admin-fe](https://git.pleroma.social/pleroma/admin-fe) - [kenoma](http://git.pleroma.social/lambadalambda/kenoma) - [pleroma-fe](http://git.pleroma.social/pleroma/pleroma-fe)