25 lines
No EOL
1.1 KiB
YAML
Executable file
25 lines
No EOL
1.1 KiB
YAML
Executable file
# ── Pipeline ─────────────────────────────────────────────
|
|
version: "2026-04-1"
|
|
deploy: true
|
|
autofix: true
|
|
checks_skip: ""
|
|
maintenance: false
|
|
maintenance_message: "Gremlin is in maintenance mode"
|
|
|
|
# ── Models ───────────────────────────────────────────────
|
|
ollama_model: "qwen2.5-coder:14b"
|
|
ollama_audit_model: "gemma3:4b"
|
|
|
|
# ── Notifications ─────────────────────────────────────────
|
|
ntfy_alerts_topic: "gremlin-alerts"
|
|
ntfy_monitor_topic: "gremlin-watch"
|
|
|
|
# ── 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"
|
|
|
|
caddy_file_path: "swarm/stack/caddy/Caddyfile"
|
|
caddy_static_path: "/export/Docker/caddy/Caddyfile" |