Disable factorio and fix monitoring groups

This commit is contained in:
Tobias Reisinger 2025-04-16 14:36:59 +02:00
parent 8c8ab389c3
commit 1cfe1721a8
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE

View file

@ -1,7 +1,7 @@
# Groups:
## 1-hosts
## 2-services
## 3-websites
## 3-services
## 4-websites
## 7-support
## 8-backup
## 9-external
@ -150,42 +150,42 @@ services = {
s3 = false
},
"factorio" = {
host = "node002"
dns = [{
domain = "factorio.serguzim.me"
}]
backup = [{
name = "factorio_data"
type = "docker"
}]
monitoring = {
url = "https://multiplayer.factorio.com/get-game-details/91.107.211.57:34197"
group = "3-services"
interval = "5m"
conditions = [
"DEFAULT",
"[BODY].name == StammtischOnAutomation"
]
}
ports = [
{
description = "Game port for factorio"
port = 34197
protocol = "udp"
type = "firewall"
},
{
description = "RCON port for factorio"
port = 27015
protocol = "tcp"
type = "firewall"
}
]
auth = false
database = false
s3 = false
}
#"factorio" = {
# host = "node002"
# dns = [{
# domain = "factorio.serguzim.me"
# }]
# backup = [{
# name = "factorio_data"
# type = "docker"
# }]
# monitoring = {
# url = "https://multiplayer.factorio.com/get-game-details/91.107.211.57:34197"
# group = "3-services"
# interval = "5m"
# conditions = [
# "DEFAULT",
# "[BODY].name == StammtischOnAutomation"
# ]
# }
# ports = [
# {
# description = "Game port for factorio"
# port = 34197
# protocol = "udp"
# type = "firewall"
# },
# {
# description = "RCON port for factorio"
# port = 27015
# protocol = "tcp"
# type = "firewall"
# }
# ]
# auth = false
# database = false
# s3 = false
#}
"forgejo" = {
host = "node001"
@ -537,7 +537,7 @@ services = {
type = "docker"
}]
monitoring = {
group = "3-websites"
group = "4-websites"
}
auth = false
database = false