Change the Akkoma-FE download source to our fork

This commit is contained in:
itepechi 2023-08-02 05:03:05 +09:00
parent 04286b95d4
commit b5ea49ceb4
1 changed files with 3 additions and 3 deletions

View File

@ -745,11 +745,11 @@ config :pleroma, :static_fe, enabled: false
# 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 @@ config :pleroma, :frontends,
"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"
},