youjo-be/README.md
2023-03-09 04:33:44 +00:00

1.5 KiB

akkounfucked

Differences with akkoma

  • Restores Pleroma Chats and Shoutbox,
  • Won't pollute threads with quote posts by putting them in the same context for no reason,
  • Allow quoting private messages,
  • Undo anti-style-tag changes, because there is obviously better solutions than breaking them site wide,
  • Changes the api instance name because it's entertaining.

You should use it with youjo-fe, you will need to build that yourself with npm.

Installation

From Source

If your platform is not supported, or you just want to be able to edit the source code easily, you may install Akkoma from source.

OTP

I don't intend to provide releases for this, please use from source.

Compilation Troubleshooting

If you ever encounter compilation issues during the updating of Akkoma, you can try these commands and see if they fix things:

  • mix deps.clean --all
  • mix local.rebar
  • mix local.hex
  • rm -r _build

Documentation