feat: add login page customization options and corresponding translations

This commit is contained in:
Linus Rath
2026-03-12 02:31:56 +01:00
parent ab72fc06ff
commit 2249741c61
13 changed files with 251 additions and 5 deletions
+16
View File
@@ -62,3 +62,19 @@ LOG_LEVEL=info
# Directory for storing encrypted settings files (default: ./data/settings)
# For Docker, mount a persistent volume at this path.
# SETTINGS_DATA_DIR=./data/settings
# =============================================================================
# Login Page Customization
# =============================================================================
# Company or organization name displayed above the version on the login page
# LOGIN_COMPANY_NAME=My Company
# URL for the imprint/legal notice link on the login page
# LOGIN_IMPRINT_URL=https://example.com/imprint
# URL for the privacy policy link on the login page
# LOGIN_PRIVACY_POLICY_URL=https://example.com/privacy
# URL for the company website link on the login page
# LOGIN_WEBSITE_URL=https://example.com