added akkoma
This commit is contained in:
parent
91e2e87ed6
commit
95d773d2b0
@ -19,11 +19,13 @@
|
||||
|
||||
fail2ban = { enable = true; };
|
||||
|
||||
postgresql = { enable = true; };
|
||||
|
||||
gitea = {
|
||||
enable = true;
|
||||
settings = {
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
service.ENABLE_PUSH_CREATE_USER = true;
|
||||
service.ENABLE_PUSH_CREATE_USER = true;
|
||||
server = {
|
||||
HTTP_PORT = 8001;
|
||||
DOMAIN = "dhilton.xyz";
|
||||
@ -69,6 +71,26 @@
|
||||
};
|
||||
};
|
||||
|
||||
akkoma = {
|
||||
enable = true;
|
||||
initDb.enable = true;
|
||||
config = {
|
||||
":pleroma" = {
|
||||
":instance" = {
|
||||
name = "dhilton fedi";
|
||||
description = "dhilton akkoma server";
|
||||
email = "markers711@gmail.com";
|
||||
registration_open = false;
|
||||
};
|
||||
"Pleroma.Web.Endpoint" = { url.host = "fed.dhilton.xyz"; };
|
||||
};
|
||||
};
|
||||
nginx = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
};
|
||||
};
|
||||
|
||||
nginx = {
|
||||
enable = true;
|
||||
recommendedProxySettings = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user