Adding option to brand across services where possible
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user