From f41ec287f1c9dbf329bf95f2a46493e364f71e28 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 31 Jan 2023 00:15:43 -0800 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Configuration.md b/Configuration.md index 27c1afa..adb708b 100644 --- a/Configuration.md +++ b/Configuration.md @@ -72,6 +72,20 @@ Maximum allowed download time for fetching media when `SAVE_MEDIA=True` in secon *Related options:* [`SAVE_MEDIA`](#save_media) +--- +#### `PUBLIC_INDEX` / `PUBLIC_SNAPSHOTS` / `PUBLIC_ADD_VIEW` +**Possible Values:** [`False`]/`True` +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 +``` +https://github.com/ArchiveBox/ArchiveBox#-web-ui-usage + --- #### `CUSTOM_TEMPLATES_DIR` **Possible Values:** [`None`]/`./path/to/custom_templates`/...