From 327671a9068b0fdbee93b8784939abaea4571b13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Mon, 2 Sep 2024 00:32:30 +0200 Subject: [PATCH] Include pl-fe in available frontends MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- config/config.exs | 7 +++++++ docs/administration/CLI_tasks/frontend.md | 1 + 2 files changed, 8 insertions(+) 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)