[help wanted] using fedibird-fe as default frontend #520

Closed
opened 2023-04-07 15:36:44 +00:00 by Orest58008 · 1 comment

How do I use fediberd-fe as default frontend? Not default Mastodon frontend, default default frontend.

My config for frontends is

config :pleroma, :frontends,
  primary: %{
    "name" => "fedibird-fe",
    "ref" => "akkoma"
  },
  admin: %{
    "name" => "admin-fe",
    "ref" => "stable"
  }

and it doesn't work

How do I use fediberd-fe as default frontend? Not default Mastodon frontend, default default frontend. My config for frontends is ``` config :pleroma, :frontends, primary: %{ "name" => "fedibird-fe", "ref" => "akkoma" }, admin: %{ "name" => "admin-fe", "ref" => "stable" } ``` and it doesn't work
it isn't supported https://akkoma.dev/AkkomaGang/akkoma/src/branch/develop/config/config.exs#L763
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: AkkomaGang/akkoma#520
No description provided.