From 13aeac059f8d493f1dc8d06f82928786bf68fc54 Mon Sep 17 00:00:00 2001 From: wmantly Date: Sun, 9 Aug 2026 23:26:33 -0700 Subject: [PATCH] fix(setup): default org name is Theta Directory; bump theta-agent to the fresh-install fix - CFG_ORG default was 'SSO Manager', which became the browser tab title / app name on fresh installs. Default is now 'Theta Directory' (existing deployments keep their operator-owned ./config/sso-secrets.js name). - Records theta-agent d937f8d (silent-install server_url + tray autostart + self-update 404 fixes). --- setup.sh | 2 +- theta-agent | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index c12fb8c..c2d7c96 100755 --- a/setup.sh +++ b/setup.sh @@ -543,7 +543,7 @@ BAOEOF CFG_SSO_HOST="${CFG_SSO_HOST:-sso.$CFG_DOMAIN}" CFG_PROXY_HOST="${CFG_PROXY_HOST:-proxy.$CFG_DOMAIN}" CFG_SITE_NAME="${CFG_SITE_NAME:-local}" - CFG_ORG="${CFG_ORG:-SSO Manager}" + CFG_ORG="${CFG_ORG:-Theta Directory}" CFG_ADMIN_UID="${CFG_ADMIN_UID:-admin}" CFG_ADMIN_EMAIL="${CFG_ADMIN_EMAIL:-admin@$CFG_PROXY_HOST}" CFG_LDAP_CERT_CN="${CFG_LDAP_CERT_CN:-}" diff --git a/theta-agent b/theta-agent index 2c42960..d937f8d 160000 --- a/theta-agent +++ b/theta-agent @@ -1 +1 @@ -Subproject commit 2c42960c61053d34ed7f192479d7eab6440f1d47 +Subproject commit d937f8dcbaba304ba5e4380d3d5f6aeefe8140d2