From 58db5653f5da1a670df540ec03a4dba53de77459 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 18 Oct 2023 11:58:21 -0700 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Configuration.md b/Configuration.md index f8cd347..772126e 100644 --- a/Configuration.md +++ b/Configuration.md @@ -72,6 +72,16 @@ Maximum allowed download time for fetching media when `SAVE_MEDIA=True` in secon *Related options:* [`SAVE_MEDIA`](#save_media) +--- +#### `ADMIN_USERNAME` / `ADMIN_PASSWORD` +**Possible Values:** [`None`]/`"admin"`/... + +Only used on first run / initial setup. ArchiveBox will create an admin user with the specified username and password when these options are found in the environment. +Useful for setting up a Docker instance of ArchiveBox without needing to run a shell command to create the admin user. + +*Related options:* +[`PUBLIC_INDEX`](#public_index) + --- #### `PUBLIC_INDEX` / `PUBLIC_SNAPSHOTS` / `PUBLIC_ADD_VIEW` **Possible Values:** [`False`]/`True`