X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=f4915a909ee13b0f47a9883b995f214432e7bdc5;hb=5b11543c96427ced093c28c38de0924a148424b7;hp=417f298d702836cb959bb0af84c408feb7b482f5;hpb=32fbd2e4e33aa1675b74709aebdfcaa0992c46aa;p=akkoma diff --git a/config/config.exs b/config/config.exs index 417f298d7..f4915a909 100644 --- a/config/config.exs +++ b/config/config.exs @@ -222,7 +222,8 @@ config :pleroma, :instance, "text/plain", "text/html", "text/markdown", - "text/bbcode" + "text/bbcode", + "text/x.misskeymarkdown" ], staff_transparency: [], autofollowed_nicknames: [], @@ -733,10 +734,11 @@ config :pleroma, :frontends, }, "pleroma-fe" => %{ "name" => "pleroma-fe", - "git" => "https://git.pleroma.social/pleroma/pleroma-fe", + "git" => "https://akkoma.dev/AkkomaGang/pleroma-fe", "build_url" => - "https://git.pleroma.social/pleroma/pleroma-fe/-/jobs/artifacts/${ref}/download?job=build", - "ref" => "develop" + "https://akkoma-updates.s3-website.fr-par.scw.cloud/frontend/akkoma-fe.zip", + "ref" => "develop", + "build_dir" => "dist" }, "fedi-fe" => %{ "name" => "fedi-fe",