From 61135cca1e4769bd9d589c611c5785a82af9c432 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Mon, 26 Apr 2021 05:36:05 +0100 Subject: [PATCH] Bot Updating Documentation --- images/docker-netbox.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/images/docker-netbox.md b/images/docker-netbox.md index ca83acabc..72749e8b9 100755 --- a/images/docker-netbox.md +++ b/images/docker-netbox.md @@ -140,12 +140,12 @@ Docker images are configured using parameters passed at runtime (such as those a | `REDIS_HOST=` | Redis host (optional, default: redis) | | `REDIS_PORT=` | Redis port number (optional, default: 6379) | | `REDIS_PASSWORD=` | Redis password (optional, default: none) | -| `REMOTE_AUTH_ENABLED=` | Enable remote authentication (optional, default: False | -| `REMOTE_AUTH_BACKEND=` | Python path to the custom Django authentication backend to use for external user authentication (optional, default: netbox.authentication.RemoteUserBackend | -| `REMOTE_AUTH_HEADER=` | Name of the HTTP header which informs NetBox of the currently authenticated user. (optional, default: HTTP_REMOTE_USER | -| `REMOTE_AUTH_AUTO_CREATE_USER=` | If true, NetBox will automatically create local accounts for users authenticated via a remote service (optional, default: False | -| `REMOTE_AUTH_DEFAULT_GROUPS=` | The list of groups to assign a new user account when created using remote authentication (optional, default: [] | -| `REMOTE_AUTH_DEFAULT_PERMISSIONS=` | A mapping of permissions to assign a new user account when created using remote authentication (optional, default: {} | +| `REMOTE_AUTH_ENABLED=` | Enable remote authentication (optional, default: False) | +| `REMOTE_AUTH_BACKEND=` | Python path to the custom Django authentication backend to use for external user authentication (optional, default: netbox.authentication.RemoteUserBackend) | +| `REMOTE_AUTH_HEADER=` | Name of the HTTP header which informs NetBox of the currently authenticated user. (optional, default: HTTP_REMOTE_USER) | +| `REMOTE_AUTH_AUTO_CREATE_USER=` | If true, NetBox will automatically create local accounts for users authenticated via a remote service (optional, default: False) | +| `REMOTE_AUTH_DEFAULT_GROUPS=` | The list of groups to assign a new user account when created using remote authentication (optional, default: []) | +| `REMOTE_AUTH_DEFAULT_PERMISSIONS=` | A mapping of permissions to assign a new user account when created using remote authentication (optional, default: {}) | | `TZ=` | Timezone (i.e., America/New_York) | ### Volume Mappings (`-v`)