## 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 (followers only) posts (this should not leak them publicly as it should attempt to fetch both posts separately), - 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. - [Alpine Linux](https://docs.akkoma.dev/stable/installation/alpine_linux_en/) - [Arch Linux](https://docs.akkoma.dev/stable/installation/arch_linux_en/) - [Debian-based](https://docs.akkoma.dev/stable/installation/debian_based_en/) - [FreeBSD](https://docs.akkoma.dev/stable/installation/freebsd_en/) - [Gentoo Linux](https://docs.akkoma.dev/stable/installation/gentoo_en/) - [NetBSD](https://docs.akkoma.dev/stable/installation/netbsd_en/) - [OpenBSD](https://docs.akkoma.dev/stable/installation/openbsd_en/) ### 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 - https://docs.akkoma.dev/stable - https://docs.akkoma.dev/develop