Change the Akkoma-FE download source to our fork
This commit is contained in:
parent
04286b95d4
commit
b5ea49ceb4
1 changed files with 3 additions and 3 deletions
|
@ -745,11 +745,11 @@
|
|||
# available: %{...}
|
||||
|
||||
config :pleroma, :frontends,
|
||||
primary: %{"name" => "pleroma-fe", "ref" => "stable"},
|
||||
primary: %{"name" => "pleroma-fe", "ref" => "itepechi"},
|
||||
admin: %{"name" => "admin-fe", "ref" => "stable"},
|
||||
mastodon: %{"name" => "mastodon-fe", "ref" => "akkoma"},
|
||||
pickable: [
|
||||
"pleroma-fe/stable"
|
||||
"pleroma-fe/itepechi"
|
||||
],
|
||||
swagger: %{
|
||||
"name" => "swagger-ui",
|
||||
|
@ -761,7 +761,7 @@
|
|||
"name" => "pleroma-fe",
|
||||
"git" => "https://akkoma.dev/AkkomaGang/pleroma-fe",
|
||||
"build_url" =>
|
||||
"https://akkoma-updates.s3-website.fr-par.scw.cloud/frontend/${ref}/akkoma-fe.zip",
|
||||
"https://git.itepechi.me/itepechi/akkoma-fe/releases/download/${ref}/akkoma-fe.zip",
|
||||
"ref" => "stable",
|
||||
"build_dir" => "dist"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue