From 809f82dd6409037ebc777f49166b1cd834fbd5f4 Mon Sep 17 00:00:00 2001 From: traveler Date: Thu, 30 Apr 2026 14:07:23 -0500 Subject: [PATCH] xc --- gremlin/config.yaml | 33 ++++++++++++++------------------- 1 file changed, 14 insertions(+), 19 deletions(-) diff --git a/gremlin/config.yaml b/gremlin/config.yaml index 0c1a66a..f6c9bf0 100644 --- a/gremlin/config.yaml +++ b/gremlin/config.yaml @@ -1,27 +1,22 @@ -# Gremlin CI/CD Configuration -# Central control for pipeline behavior. -# Changes take effect on next pipeline run. - -# Pipeline version — stamped on every auto-fixed file +# ── Pipeline ───────────────────────────────────────────── version: "2026-04-1" - -# Global deploy switch — false = validate and fix but never deploy (dry run) deploy: true - -# Global autofix switch — false = block and notify but never fix autofix: true +checks_skip: "" +maintenance: false +maintenance_message: "Gremlin is in maintenance mode" -# Ollama model for audit -ollama_model: "qwen2.5-coder:7b" +# ── Models ─────────────────────────────────────────────── +ollama_model: "qwen2.5-coder:14b" +ollama_audit_model: "gemma3:4b" -# ntfy topics +# ── Notifications ───────────────────────────────────────── ntfy_alerts_topic: "gremlin-alerts" ntfy_monitor_topic: "gremlin-watch" -# Checkers to skip globally (comma-separated checker IDs) -# Example: "homepage,monitor" to disable those checks on all stacks -checks_skip: "" - -# Maintenance mode — sends a single ntfy warning and exits without processing -maintenance: false -maintenance_message: "Gremlin is in maintenance mode" \ No newline at end of file +# ── Infrastructure ──────────────────────────────────────── +ssh_key_path: "/home/gremlin/.ssh/id_ed25519" +repo_path: "/home/gremlin/services" +forgejo_owner: "traveler" +forgejo_repo: "services" +gatus_config_path: "/DockerVol/gatus/config/config.yaml" \ No newline at end of file