49 lines
2.1 KiB
Django/Jinja
49 lines
2.1 KiB
Django/Jinja
## Traefik and Docker Options
|
|
WISHLIST_URL={{ container_wishlist_url }}
|
|
WISHLIST_VERSION={{ container_wishlist_version }}
|
|
|
|
## Core Settings
|
|
DB_PREFIX={{ container_wishlist_db_prefix }}
|
|
DB_LOG_FILE={{ container_wishlist_db_log_file }}
|
|
DEFAULT_FAILURE_REDIRECT={{ container_wishlist_default_failure_redirect }}
|
|
PORT={{ container_wishlist_port }}
|
|
DB_EXPOSE_PORT={{ container_wishlist_db_expose_port }}
|
|
PROXY_SERVER={{ container_wishlist_proxy_server }}
|
|
SECRET={{ container_wishlist_secret }}
|
|
SESSION_MAX_AGE={{ container_wishlist_session_max_age }}
|
|
SITE_TITLE={{ container_wishlist_site_title }}
|
|
SHORT_TITLE={{ container_wishlist_short_title }}
|
|
ROOT_URL={{ container_wishlist_root_url }}
|
|
TRUST_PROXY={{ container_wishlist_trust_proxy }}
|
|
BULMASWATCH={{ container_wishlist_bulmaswatch }}
|
|
UPDATE_CHECK={{ container_wishlist_update_check }}
|
|
PFP={{ container_wishlist_pfp }}
|
|
LANGUAGE={{ container_wishlist_language }}
|
|
|
|
## Wishlist Settings
|
|
SINGLE_LIST={{ container_wishlist_single_list }}
|
|
LISTS_PUBLIC={{ container_wishlist_lists_public }}
|
|
TABLE={{ container_wishlist_table }}
|
|
MARKDOWN={{ container_wishlist_markdown }}
|
|
|
|
## Custom HTML Snippets
|
|
CUSTOM_HTML_LOGIN={{ container_wishlist_custom_html_login | default('') }}
|
|
CUSTOM_HTML_WISHLISTS={{ container_wishlist_custom_html_wishlists | default('') }}
|
|
|
|
## Custom CSS
|
|
CUSTOM_CSS={{ container_wishlist_custom_css | default('') }}
|
|
|
|
## Google Client Details
|
|
GOOGLE_CLIENT_ID={{ container_wishlist_google_client_id | default('') }}
|
|
GOOGLE_CLIENT_SECRET={{ container_wishlist_google_client_secret | default('') }}
|
|
|
|
## OIDC Provider Details
|
|
OIDC_CLIENT_ID={{ container_wishlist_oidc_client_id | default('') }}
|
|
OIDC_CLIENT_SECRET={{ container_wishlist_oidc_client_secret | default('') }}
|
|
OIDC_AUTHORIZATION_URL={{ container_wishlist_oidc_authorization_url | default('') }}
|
|
OIDC_TOKEN_URL={{ container_wishlist_oidc_token_url | default('') }}
|
|
OIDC_ISSUER={{ container_wishlist_oidc_issuer | default('') }}
|
|
OIDC_PROVIDER_NAME={{ container_wishlist_oidc_provider_name | default('') }}
|
|
|
|
## Profile picture upload max size in MB
|
|
UPLOAD_PFP_MAX_SIZE={{ container_wishlist_upload_pfp_max_size }}
|