mirror of
https://git.youjo.love/youjo/youjo-be.git
synced 2024-11-20 05:49:54 +01:00
No description
.gitea/issue_template | ||
benchmarks | ||
ci | ||
config | ||
docker-resources | ||
docs | ||
installation | ||
lib | ||
priv | ||
rel | ||
restarter | ||
scripts | ||
test | ||
uploads | ||
.buildpacks | ||
.credo.exs | ||
.dockerignore | ||
.formatter.exs | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
.woodpecker.yml | ||
AGPL-3 | ||
CC-BY-4.0 | ||
CC-BY-SA-4.0 | ||
CHANGELOG.md | ||
COPYING | ||
coveralls.json | ||
docker-compose.yml | ||
docker-entrypoint.sh | ||
Dockerfile | ||
elixir_buildpack.config | ||
mix.exs | ||
mix.lock | ||
Procfile | ||
README.md | ||
SECURITY.md | ||
SIGNING_KEY.pub |
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.
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