From 0441592cfbe5b64b3f9035124cc5442e84f6a924 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 23 Jan 2024 14:43:59 -0800 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Configuration.md b/Configuration.md index 3b57deb..774283e 100644 --- a/Configuration.md +++ b/Configuration.md @@ -96,6 +96,10 @@ Maximum allowed download time for fetching media when `SAVE_MEDIA=True` in secon --- #### `ADMIN_USERNAME` / `ADMIN_PASSWORD` + + + + **Possible Values:** [`None`]/`"admin"`/... Only used on first run / initial setup in Docker. ArchiveBox will create an admin user with the specified username and password when these options are found in the environment. @@ -125,9 +129,9 @@ Configure whether or not login is required to use each area of ArchiveBox. ```python3 archivebox manage createsuperuser # set a password before disabling public access -archivebox config --set PUBLIC_INDEX=False -archivebox config --set PUBLIC_SNAPSHOTS=False -archivebox config --set PUBLIC_ADD_VIEW=False +archivebox config --set PUBLIC_INDEX=False # True = allow users to view main snapshots list without logging in +archivebox config --set PUBLIC_SNAPSHOTS=False # True = allow users to view snapshot content without logging in +archivebox config --set PUBLIC_ADD_VIEW=False # True = allow users to submit new URLs to archive without logging in ``` https://github.com/ArchiveBox/ArchiveBox#-web-ui-usage