added akkoma
This commit is contained in:
parent
91e2e87ed6
commit
95d773d2b0
@ -19,11 +19,13 @@
|
|||||||
|
|
||||||
fail2ban = { enable = true; };
|
fail2ban = { enable = true; };
|
||||||
|
|
||||||
|
postgresql = { enable = true; };
|
||||||
|
|
||||||
gitea = {
|
gitea = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
service.DISABLE_REGISTRATION = true;
|
service.DISABLE_REGISTRATION = true;
|
||||||
service.ENABLE_PUSH_CREATE_USER = true;
|
service.ENABLE_PUSH_CREATE_USER = true;
|
||||||
server = {
|
server = {
|
||||||
HTTP_PORT = 8001;
|
HTTP_PORT = 8001;
|
||||||
DOMAIN = "dhilton.xyz";
|
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 = {
|
nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user