Config: Add kenoma as available frontend.

This commit is contained in:
lain 2020-07-30 14:17:58 +02:00
parent 4ce4d799fd
commit 99bfdffb1d
1 changed files with 11 additions and 4 deletions

View File

@ -656,14 +656,21 @@ config :pleroma, :static_fe, enabled: false
# be used.
#
# config :pleroma, :frontends,
# primary: %{"name" => "pleroma", "ref" => "develop"},
# admin: %{"name" => "admin", "ref" => "stable"},
# primary: %{"name" => "pleroma-fe", "ref" => "develop"},
# admin: %{"name" => "admin-fe", "ref" => "stable"},
# available: %{...}
config :pleroma, :frontends,
available: %{
"pleroma" => %{
"name" => "pleroma",
"kenoma" => %{
"name" => "kenoma",
"git" => "https://git.pleroma.social/lambadalambda/kenoma",
"build_url" =>
"https://git.pleroma.social/lambadalambda/kenoma/-/jobs/artifacts/${ref}/download?job=build",
"ref" => "master"
},
"pleroma-fe" => %{
"name" => "pleroma-fe",
"git" => "https://git.pleroma.social/pleroma/pleroma-fe",
"build_url" =>
"https://git.pleroma.social/pleroma/pleroma-fe/-/jobs/artifacts/${ref}/download?job=build",