Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
frank87 (frank87@ikbenpiraat.nl)'s status on Wednesday, 21-Jun-2023 19:27:50 JSTfrank87 @tilvids
In nixos, add to config:
services.akkoma.enable = true;
services.akkoma.config = {
":pleroma" = {
":instance" = {
name = "My Akkoma instance";
description = "More detailed description";
email = "admin@example.com";
registration_open = false;
};
"Pleroma.Web.Endpoint" = {
url.host = "fediverse.example.com";
};
};
};