Skip to content

Commit

Permalink
Allow installing akkoma-fe
Browse files Browse the repository at this point in the history
Signed-off-by: marcin mikołajczak <[email protected]>
  • Loading branch information
mkljczk committed Sep 8, 2024
1 parent efbd25d commit 8e12a2c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,21 @@ config :pleroma, :frontends,
"https://lily-is.land/infra/glitch-lily/-/jobs/artifacts/${ref}/download?job=build",
"ref" => "servant",
"build_dir" => "public"
},
"akkoma-fe" => %{
"name" => "akkoma-fe",
"git" => "https://akkoma.dev/AkkomaGang/akkoma-fe",
"build_url" =>
"https://akkoma-updates.s3-website.fr-par.scw.cloud/frontend/${ref}/akkoma-fe.zip",
"ref" => "develop",
"build_dir" => "dist"
},
"akkoma-admin-fe" => %{
"name" => "akkoma-admin-fe",
"git" => "https://akkoma.dev/AkkomaGang/admin-fe",
"build_url" =>
"https://akkoma-updates.s3-website.fr-par.scw.cloud/frontend/${ref}/admin-fe.zip",
"ref" => "stable"
}
}

Expand Down

0 comments on commit 8e12a2c

Please sign in to comment.