soju: listen ws+insecure on :6698
This commit is contained in:
parent
9e700d5c11
commit
6d24de56c5
1
data.nix
1
data.nix
@ -26,6 +26,7 @@ rec {
|
||||
vaultwarden_ws = 3012;
|
||||
|
||||
soju = 6697;
|
||||
soju-ws = 6698;
|
||||
matrix-synapse = 8008;
|
||||
vaultwarden = 8222;
|
||||
kodi = 8080;
|
||||
|
@ -155,6 +155,7 @@
|
||||
grafana
|
||||
prometheus
|
||||
soju
|
||||
soju-ws
|
||||
];
|
||||
}
|
||||
];
|
||||
@ -520,7 +521,11 @@
|
||||
|
||||
soju = {
|
||||
enable = true;
|
||||
listen = ["unix+admin://" ":${toString myData.ports.soju}"];
|
||||
listen = [
|
||||
"unix+admin://"
|
||||
":${toString myData.ports.soju}"
|
||||
"ws+insecure://0.0.0.0:${toString myData.ports.soju-ws}"
|
||||
];
|
||||
tlsCertificate = "/run/soju/cert.pem";
|
||||
tlsCertificateKey = "/run/soju/key.pem";
|
||||
hostName = "irc.jakstys.lt";
|
||||
|
Loading…
Reference in New Issue
Block a user