From 9ad682ae871aae64a6d889e855c913821dde0b4b Mon Sep 17 00:00:00 2001 From: Zuma Date: Fri, 9 Jan 2026 16:45:28 +0100 Subject: [PATCH] Added D53 and Diplonat --- apps/core/d53.hcl | 45 +++++++++++++++++++++++++++ apps/core/diplonat.hcl | 52 ++++++++++++++++++++++++++++++++ apps/{tricot => core}/tricot.hcl | 4 ++- apps/searxng/searxng.hcl | 3 +- cluster.nix | 8 +++++ configuration.nix | 9 ++++++ 6 files changed, 119 insertions(+), 2 deletions(-) create mode 100644 apps/core/d53.hcl create mode 100644 apps/core/diplonat.hcl rename apps/{tricot => core}/tricot.hcl (94%) diff --git a/apps/core/d53.hcl b/apps/core/d53.hcl new file mode 100644 index 0000000..944a2bc --- /dev/null +++ b/apps/core/d53.hcl @@ -0,0 +1,45 @@ +job "d53" { + datacenters = ["mayel-house", "gribse-house", "zuma-house"] + type = "service" + priority = 90 + + group "D53" { + count = 1 + + task "d53" { + driver = "docker" + + config { + image = "git.shenanigans.cc/zuma/d53:41e79af-dirty" + network_mode = "host" + readonly_rootfs = true + } + + resources { + cpu = 100 + memory = 100 + } + + restart { + interval = "3m" + attempts = 10 + delay = "15s" + mode = "delay" + } + + template { + data = <