forked from AkkomaGang/akkoma
Config: Add kenoma as available frontend.
This commit is contained in:
parent
4ce4d799fd
commit
99bfdffb1d
1 changed files with 11 additions and 4 deletions
|
@ -656,14 +656,21 @@
|
|||
# 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",
|
||||
|
|
Loading…
Reference in a new issue