1
0
Fork 0

app/matrix: matrix.hackerspace.pl: run apppservice-irc identd

This doesn't have to be publicly reachable, as the future
//cluster/identd will dial into the pod directly to access the
appservice's identd.

Change-Id: I139341ead76309a6640eeb9a278462565290dd34
master
q3k 2021-05-24 13:53:18 +02:00 committed by q3k
parent 13c90f0fe6
commit b387f57497
1 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,10 @@ matrix {
"@q3k:hackerspace.pl": "admin",
"@informatic:hackerspace.pl": "admin",
},
ident: {
enabled: true,
port: 1113,
},
servers+: {
"irc.freenode.net"+: {
mappings+: import "secrets/plain/appservice-irc-freenode-mappings.jsonnet",