Adding option to brand across services where possible

This commit is contained in:
Ian Roddis
2026-03-23 14:54:16 -03:00
parent 6c914d5b82
commit 72f171e88f
20 changed files with 191 additions and 4 deletions
+19
View File
@@ -7,6 +7,25 @@
# Base domain - all services are subdomains of this
base_domain: "example.com"
# =============================================================================
# BRANDING
# Applied across all services that support custom branding.
# =============================================================================
# Display name shown in service UIs and email subjects
tenant_name: "Example Corp"
# Path to a logo image on the Ansible control machine (PNG or SVG recommended).
# Leave empty to use each service's default logo.
# Example: "files/logo.png"
tenant_logo_local_path: ""
# Primary brand colour (hex). Used for backgrounds, buttons, and highlights.
tenant_primary_color: "#2563eb"
# Accent / secondary colour (hex).
tenant_accent_color: "#1e40af"
# Base directory for all service data
sovereign_base_dir: /opt/sovereign