Custom Title, Description and Help Email (#54)
* Add configuration of Help email, Title, Description * Format configuration changes * Use fragments for help sections * Revert cleanup in misc.ts
This commit is contained in:
@@ -20,3 +20,7 @@ CONFIG_ENABLE_EMAILS="false" # if true, email verification will be required for
|
||||
CONFIG_ENABLE_FOREVER_SIGNUP="true" # if true, all signups become active for 100 years
|
||||
# CONFIG_ALLOWED_COOKIE_DOMAINS="example.com,example.net" # can be set to allow more than the BASE_URL's domain for session cookies
|
||||
# CONFIG_SKIP_COOKIE_DOMAIN_SECURITY="true" # if true, the cookie domain will not be strictly set and checked against. This skipping slightly reduces security, but is usually necessary for reverse proxies like Cloudflare Tunnel.
|
||||
|
||||
# CUSTOM_TITLE=""
|
||||
# CUSTOM_DESCRIPTION=""
|
||||
HELP_EMAIL="help@bewcloud.com" # if empty, "need help" sections will be disabled
|
||||
Reference in New Issue
Block a user