2023-03-09 05:33:44 +01:00
|
|
|
## akkounfucked
|
2022-06-14 17:24:03 +02:00
|
|
|
|
2023-03-09 05:33:44 +01:00
|
|
|
## Differences with akkoma
|
2022-06-14 17:24:03 +02:00
|
|
|
|
2023-03-09 05:33:44 +01:00
|
|
|
- Restores Pleroma Chats and Shoutbox,
|
|
|
|
- Won't pollute threads with quote posts by putting them in the same context for no reason,
|
2023-03-09 05:34:55 +01:00
|
|
|
- Allow quoting private (followers only) posts (this should not leak them publicly as it should attempt to fetch both posts separately),
|
2023-03-09 05:33:44 +01:00
|
|
|
- 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.
|
2022-08-23 17:10:19 +02:00
|
|
|
|
2023-03-09 05:33:44 +01:00
|
|
|
You should use it with youjo-fe, you will need to build that yourself with npm.
|
2022-11-07 00:57:43 +01:00
|
|
|
|
2019-11-09 20:01:25 +01:00
|
|
|
## Installation
|
2017-09-16 12:07:50 +02:00
|
|
|
|
2019-11-09 20:01:25 +01:00
|
|
|
### From Source
|
2022-07-19 19:29:33 +02:00
|
|
|
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.
|
2017-09-01 12:50:44 +02:00
|
|
|
|
2022-07-15 14:27:16 +02:00
|
|
|
- [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/)
|
2019-06-27 08:59:21 +02:00
|
|
|
|
2023-03-09 05:33:44 +01:00
|
|
|
### OTP
|
|
|
|
I don't intend to provide releases for this, please use from source.
|
2018-04-13 11:46:58 +02:00
|
|
|
|
2020-06-19 15:49:34 +02:00
|
|
|
### Compilation Troubleshooting
|
2022-07-19 19:29:33 +02:00
|
|
|
If you ever encounter compilation issues during the updating of Akkoma, you can try these commands and see if they fix things:
|
2020-06-19 15:49:34 +02:00
|
|
|
|
|
|
|
- `mix deps.clean --all`
|
|
|
|
- `mix local.rebar`
|
|
|
|
- `mix local.hex`
|
|
|
|
- `rm -r _build`
|
|
|
|
|
2019-11-09 20:01:25 +01:00
|
|
|
## Documentation
|
2022-07-15 14:27:16 +02:00
|
|
|
- https://docs.akkoma.dev/stable
|
2022-11-11 17:12:04 +01:00
|
|
|
- https://docs.akkoma.dev/develop
|