From 8de35f63bede09fcfc3199b7ce25fbf237aeeb49 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 25 Apr 2022 01:18:55 +0200 Subject: [PATCH] Add config template section --- InvenTree/config_template.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/InvenTree/config_template.yaml b/InvenTree/config_template.yaml index 65dd20d3e8..37816d7f07 100644 --- a/InvenTree/config_template.yaml +++ b/InvenTree/config_template.yaml @@ -154,6 +154,14 @@ static_root: '/home/inventree/data/static' # Use environment variable INVENTREE_LOGIN_ATTEMPTS #login_attempts: 5 +# Remote / proxy login +# These settings can introduce security problems if configured incorrectly. Please read +# https://docs.djangoproject.com/en/4.0/howto/auth-remote-user/ for more details +# Use environment variable INVENTREE_REMOTE_LOGIN +# remote_login: True +# Use environment variable INVENTREE_REMOTE_LOGIN_HEADER +# remote_login_header: REMOTE_USER + # Add new user on first startup #admin_user: admin #admin_email: info@example.com