Replace briefing with jitsi

This commit is contained in:
Tobias Reisinger 2025-06-13 16:40:19 +02:00
parent cb10a962e3
commit 7821b6b33b
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 107 additions and 13 deletions

View file

@ -55,19 +55,6 @@ services = {
database = false
},
"briefing" = {
host = "node001"
dns = [{
domain = "meet.serguzim.me"
}]
monitoring = {
url = "/"
group = "3-services"
}
auth = false
database = false
}
"caddy" = {
host = "*"
ports = [
@ -349,6 +336,25 @@ services = {
database = false
},
"jitsi" = {
host : "node003"
dns = [{
domain = "meet.serguzim.me"
}]
ports = [{
description = "Jitsi jvp port for RTP media over UDP"
port = 10000
protocol = "udp"
type = "firewall"
}]
monitoring = {
url = "/"
group = "3-services"
}
auth = false
database = false
}
"lego" = {
host = "*"
auth = false