diff --git a/config/config.exs b/config/config.exs index 3430ee4d7..c02b9cacb 100644 --- a/config/config.exs +++ b/config/config.exs @@ -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" },