From c7a709bbd38e4707fe8425edde2137d98a47b4f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Sat, 22 Jul 2023 13:26:40 +0200 Subject: [PATCH] Manager: change default name to 'Flamenco' Change the default Manager name from "Flamenco Manager" to just "Flamneco". The Manager is the central 'thing', and the web interface should just show "Flamenco". There is no more Flamenco Server (which was a component in Flamenco v2), and there is no other Flamenco component with a web interface anyway. --- internal/manager/config/defaults.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/manager/config/defaults.go b/internal/manager/config/defaults.go index fb72a889..7e5b926b 100644 --- a/internal/manager/config/defaults.go +++ b/internal/manager/config/defaults.go @@ -16,7 +16,7 @@ var defaultConfig = Conf{ Base: Base{ Meta: ConfMeta{Version: latestConfigVersion}, - ManagerName: "Flamenco Manager", + ManagerName: "Flamenco", Listen: ":8080", // ListenHTTPS: ":8433", DatabaseDSN: "flamenco-manager.sqlite",