From 1cfcc001e5833a967c575bbcaff54dc1e69399ec Mon Sep 17 00:00:00 2001 From: Francesco Antognazza Date: Thu, 6 Apr 2023 11:07:39 +0200 Subject: [PATCH] Minor customization to cockpit's login page --- roles/cockpit/templates/cockpit.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/cockpit/templates/cockpit.conf.j2 b/roles/cockpit/templates/cockpit.conf.j2 index e01488a..b70bcac 100644 --- a/roles/cockpit/templates/cockpit.conf.j2 +++ b/roles/cockpit/templates/cockpit.conf.j2 @@ -2,3 +2,5 @@ Origins = https://{{ inventory_hostname }} wss://{{ inventory_hostname }} ProtocolHeader = X-Forwarded-Proto UrlRoot=/admin +LoginTitle=Heaplab Chef +LoginTo=false