servers: reorganize services on lunasa
This commit is contained in:
parent
05b1ee63b9
commit
3d92ae90e7
1 changed files with 16 additions and 122 deletions
|
@ -31,126 +31,29 @@
|
||||||
networking.firewall.allowedTCPPorts = [
|
networking.firewall.allowedTCPPorts = [
|
||||||
80
|
80
|
||||||
443
|
443
|
||||||
1935 # the RTMP port for OwnCast
|
|
||||||
6667 # irc plaintext
|
|
||||||
25565 # minecraft
|
25565 # minecraft
|
||||||
];
|
];
|
||||||
|
|
||||||
services.owncast = {
|
services.forgejo = {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = 8001;
|
lfs.enable = true;
|
||||||
};
|
|
||||||
|
|
||||||
services.ergochat = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
settings = {
|
||||||
accounts = {
|
|
||||||
authentication-enabled = true;
|
|
||||||
multiclient = {
|
|
||||||
allowed-by-default = true;
|
|
||||||
always-on = "opt-out";
|
|
||||||
auto-away = "opt-out";
|
|
||||||
enabled = true;
|
|
||||||
};
|
|
||||||
registration = {
|
|
||||||
allow-before-connect = true;
|
|
||||||
bcrypt-cost = 4;
|
|
||||||
email-verification = { enabled = false; };
|
|
||||||
enabled = true;
|
|
||||||
throttling = {
|
|
||||||
duration = "10m";
|
|
||||||
enabled = true;
|
|
||||||
max-attempts = 30;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
channels = {
|
|
||||||
default-modes = "+ntC";
|
|
||||||
registration = { enabled = true; };
|
|
||||||
};
|
|
||||||
datastore = {
|
|
||||||
autoupgrade = true;
|
|
||||||
path = "/var/lib/ergo/ircd.db";
|
|
||||||
};
|
|
||||||
history = {
|
|
||||||
autoreplay-on-join = 0;
|
|
||||||
autoresize-window = "3d";
|
|
||||||
channel-length = 2048;
|
|
||||||
chathistory-maxmessages = 100;
|
|
||||||
client-length = 256;
|
|
||||||
enabled = true;
|
|
||||||
restrictions = {
|
|
||||||
expire-time = "1w";
|
|
||||||
grace-period = "1h";
|
|
||||||
query-cutoff = "none";
|
|
||||||
};
|
|
||||||
retention = {
|
|
||||||
allow-individual-delete = false;
|
|
||||||
enable-account-indexing = false;
|
|
||||||
};
|
|
||||||
tagmsg-storage = {
|
|
||||||
default = false;
|
|
||||||
whitelist = [ "+draft/react" "+react" ];
|
|
||||||
};
|
|
||||||
znc-maxmessages = 2048;
|
|
||||||
};
|
|
||||||
limits = {
|
|
||||||
awaylen = 390;
|
|
||||||
channellen = 64;
|
|
||||||
identlen = 20;
|
|
||||||
kicklen = 390;
|
|
||||||
nicklen = 32;
|
|
||||||
topiclen = 390;
|
|
||||||
};
|
|
||||||
network = { name = "linacastellane"; };
|
|
||||||
server = {
|
server = {
|
||||||
casemapping = "permissive";
|
DOMAIN = "git.nazrin.limited";
|
||||||
check-ident = false;
|
ROOT_URL = "https://git.nazrin.limited/";
|
||||||
enforce-utf = true;
|
HTTP_PORT = 3000;
|
||||||
enforce-utf8 = true;
|
|
||||||
forward-confirm-hostnames = false;
|
|
||||||
ip-cloaking = { enabled = false; };
|
|
||||||
ip-limits = {
|
|
||||||
count = false;
|
|
||||||
throttle = false;
|
|
||||||
};
|
|
||||||
listeners = {
|
|
||||||
":6667" = { };
|
|
||||||
"127.0.0.1:8067" = { websocket = true; };
|
|
||||||
};
|
|
||||||
lookup-hostnames = false;
|
|
||||||
max-sendq = "1M";
|
|
||||||
name = "chat.lina.cool";
|
|
||||||
relaymsg = { enabled = false; };
|
|
||||||
};
|
};
|
||||||
oper-classes = {
|
|
||||||
"chat-moderator" = {
|
service.DISABLE_REGISTRATION = true;
|
||||||
title = "Chat Moderator";
|
repository = {
|
||||||
capabilities = [
|
ENABLE_PUSH_CREATE_USER = true;
|
||||||
"kill"
|
ENABLE_PUSH_CREATE_ORG = true;
|
||||||
"ban"
|
|
||||||
"nofakelag"
|
|
||||||
"relaymsg"
|
|
||||||
"vhosts"
|
|
||||||
"sajoin"
|
|
||||||
"samode"
|
|
||||||
"snomasks"
|
|
||||||
"roleplay"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
"server-admin" = {
|
|
||||||
title = "Server Admin";
|
|
||||||
extends = "chat-moderator";
|
|
||||||
capabilities =
|
|
||||||
[ "rehash" "accreg" "chanreg" "history" "defcon" "massmessage" ];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
opers = {
|
|
||||||
admin = {
|
actions = {
|
||||||
class = "server-admin";
|
enabled = true;
|
||||||
password =
|
DEFAULT_ACTIONS_URL = "github";
|
||||||
"$2a$04$uSnmJ2i4AVYR.z/kpCirsuNQGpFLUzsmIogK6qvc9mvf8UMDKjTPG";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -160,18 +63,9 @@
|
||||||
email = "shadows@with.al";
|
email = "shadows@with.al";
|
||||||
|
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"live.lina.cool" = {
|
"git.nazrin.limited" = {
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
encode gzip
|
reverse_proxy localhost:3000
|
||||||
reverse_proxy 127.0.0.1:8001
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
"irc.lina.cool" = {
|
|
||||||
extraConfig = ''
|
|
||||||
handle /websocket {
|
|
||||||
reverse_proxy 127.0.0.1:8067
|
|
||||||
}
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue