From 448f645f6f6c1f252f6a5e26a32e2e24cbea3fcd Mon Sep 17 00:00:00 2001 From: Fabian Schlenz Date: Wed, 2 Nov 2022 13:05:58 +0100 Subject: [PATCH] =?UTF-8?q?dps:=20Support=20f=C3=BCr=20authelia=5Fpolicy?= =?UTF-8?q?=3Dnone?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dps.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dps.rb b/dps.rb index f162246..027a864 100755 --- a/dps.rb +++ b/dps.rb @@ -56,6 +56,8 @@ class Container set :authelia, "2#{COLOR_GRAY}FA#{COLOR_RESET}" elsif @data[:Labels][:"authelia_policy"]=="bypass" set :authelia, "#{COLOR_GREEN}BYP#{COLOR_RESET}" + elsif @data[:Labels][:"authelia_policy"]=="none" + set :authelia, "#{COLOR_GREEN}NONE#{COLOR_RESET}" else set :authelia, "#{COLOR_RED}?#{COLOR_RESET}" end