Add factorio service/game-server

This commit is contained in:
Tobias Reisinger 2025-01-24 02:26:46 +01:00
parent d6c2dd419a
commit 1a6395f602
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 139 additions and 0 deletions

View file

@ -128,6 +128,43 @@ services = {
s3 = false
},
"factorio" = {
host = "node001"
dns = [{
domain = "factorio.serguzim.me"
}]
backup = [{
name = "factorio_data"
type = "docker"
}]
monitoring = {
url = "https://multiplayer.factorio.com/get-game-details/49.13.212.188:34197"
group = "4-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"
dns = [{