1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-14 02:24:06 +02:00

Updated Configuration (markdown)

Nick Sweeting
2023-10-18 11:58:21 -07:00
parent cd8574625f
commit 58db5653f5

@@ -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`