Akkoma frontend: WF edition
Find a file
2024-10-14 00:21:08 +02:00
akkoma-fe@f391cf70a4 Initial commit 2024-10-03 19:08:38 +02:00
patches Add better markdown quote patch 2024-10-14 00:21:08 +02:00
.gitignore Initial commit 2024-10-03 19:08:38 +02:00
.gitmodules Delete unused backend submodule 2024-10-10 02:54:54 +02:00
Makefile make: always git reset on patch renewal 2024-10-14 00:19:43 +02:00
quiltrc Initial commit 2024-10-03 19:08:38 +02:00
README.md Initial commit 2024-10-03 19:08:38 +02:00

Akkoma-FE: Whimsical Forest Edition

This is upstream Akkoma-FE develop with some additional patches for testing and/or convenience. *(This will likely be less numerous and more conservative than the backend patches).

All patches (sans the initial wf-ifying one) are intended to reach upstream eventually and either already have an upstream PR or are intended to be turned into one once theyve passed initial testing and became more stable.

See patches/series for a list of applied changes. Patch names beginning with pr111_ indicate its copied from upstream PR #111; wip_ is used for patches not yet ready for an upstream PR.

If the pr number is suffixed with -e, the patch was in some form altered beyond resolving trivial merge conflicts and/or dropping changelog entries (a common source of merge conflicts). Details about the changes can be found in the patch decription.

Usage

Youre free to use this for your own instance but keep in mind some of those patches are experimental and might not yet have been merged for a good reason. Thus you should only do this if youre comfortable with doing beta testing and capable of debugging upcoming issues on your own far enought to figure out which patch introduces the problem and create a useful, detailed report for the corresponding upstream PR.
If a patch changes its database scheme prior to being merged upstream, some manual DB fixups might be needed.

If you still want to, just clone this repo and run:

# build
make dist
# install (alternatively just copy the dist folder)
wffdir="$PWD"
cd /akkoma/backend/dir
MIX_ENV=prod mix pleroma.frontend install pleroma-fe --file "$wffdir"/akkoma-fe/dist --ref develop