From 0d706ae72ceefd74053ad6cb0900ecce6cf1f085 Mon Sep 17 00:00:00 2001 From: auric Date: Sat, 21 Feb 2026 11:08:36 -0600 Subject: Add Umbrella 0.1.5 --- units/tf2-novemen.yaml.example | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 units/tf2-novemen.yaml.example (limited to 'units/tf2-novemen.yaml.example') diff --git a/units/tf2-novemen.yaml.example b/units/tf2-novemen.yaml.example new file mode 100644 index 0000000..76985ba --- /dev/null +++ b/units/tf2-novemen.yaml.example @@ -0,0 +1,24 @@ +# /etc/umbrella/units/tf2-novemen.yaml +# TF2 dedicated server unit descriptor for umbrella + +name: tf2-novemen +display: "TF2 — novemen" +service: tf2-server.service + +console: + type: rcon + host: 127.0.0.1 + port: 27015 + password_env: RCON_PASSWORD # set this in umbrella's environment + +health: + type: a2s + host: 127.0.0.1 + port: 27015 + timeout_ms: 5000 + +logs: + - /ded/tf/novemen/tf2/logs/service.log + +actions: + update: /ded/tf/scripts/tf2_autoupdate.sh -- cgit v1.2.3