Akkoma stable 2025.10 - Maintenance release

A collection of bugfixes and improvements for you! Mostly around how we handle HTTP signatures and other such fun stuff that ideally you lot never have to think about

check akkoma/CHANGELOG.md at develop - AkkomaGang/akkoma - Akkoma Development for our full list of changes, but honestly nothing flashy this time around

purely improvements, bugfixes and things that will make your life easier.

the updated version is 3.16.0!

Updating

Is per usual!

See Updating your instance - Akkoma Documentation

we have database migrations this time, make sure you run them!

4 Likes

frontend patch released to fix spinners spinning forever

1 Like

Updating http_signatures ( AkkomaGang/http_signatures - Akkoma Development - xxxxxxxxxxxxx
error: could not lock config file .git/config: Permission denied

sounds like you’re running under the wrong user! make sure you’ve swapped to your akkoma user

I do sudo -su akkoma all the time but I get “could not lock config file .git/config: Permission denied”

and

** (Mix) Command “git --git-dir=.git config remote.origin.url https://akkoma.dev/AkkomaGang/http_signatures.git” failed

you may have run it with the wrong user at some point

sudo chown akkoma: . -R should rectify any latent permissions issues

likely so, I got mixed up with the previous update with Elixir version problems

that command was helpful, thank you

Update went fine here. Thanks!

Update went without issues. Glad to see ARM OTP builds too (probably existed for a while, I haven’t exactly kept up…), switched over from a source install now. Thanks for your work!