diff options
author | mkljczk <git@mkljczk.pl> | 2025-03-02 16:36:59 +0100 |
---|---|---|
committer | mkljczk <git@mkljczk.pl> | 2025-03-02 17:38:22 +0100 |
commit | 7bfa3bf282bf18eed190df6665157d4e886893e9 (patch) | |
tree | 00eaf00cc3587c723c15934186fc98342eb5919f /config | |
parent | 16944eb9dae2b8c41793b5f015ee54818bd939f7 (diff) | |
download | pleroma-7bfa3bf282bf18eed190df6665157d4e886893e9.tar.gz pleroma-7bfa3bf282bf18eed190df6665157d4e886893e9.zip |
Include my frontend in available frontends
Signed-off-by: mkljczk <git@mkljczk.pl>
Diffstat (limited to 'config')
-rw-r--r-- | config/config.exs | 7 |
1 files changed, 7 insertions, 0 deletions
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" => "." } } |