From d73aaec8e62b97a338646898fce757f86f1766eb Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Thu, 9 Oct 2025 07:38:45 -0400 Subject: [PATCH] Adding SearXNG to Loggifly config. --- app-configs/rinoa/loggifly/config.yaml.j2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app-configs/rinoa/loggifly/config.yaml.j2 b/app-configs/rinoa/loggifly/config.yaml.j2 index b2d4579..0ddb46c 100644 --- a/app-configs/rinoa/loggifly/config.yaml.j2 +++ b/app-configs/rinoa/loggifly/config.yaml.j2 @@ -21,10 +21,14 @@ containers: action_keywords: - restart: regex: 'Failed to lift app: Sails is taking too long to load.$' + searxng: + action_keywords: + - restart: + regex: 'Traceback \(most recent call last\)' scrutiny: action_keywords: - restart: - regex: '^s6-.*: fatal.*$' + regex: 's6-.*: fatal.*' swag: action_keywords: - restart: -- 2.52.0