feat: add login page customization options and corresponding translations
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user