mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 22:54:27 -04:00
add custom WGET_USER_AGENT override option
This commit is contained in:
parent
83306391ed
commit
acf59faa06
2 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,7 @@ RESOLUTION = os.getenv('RESOLUTION', '1440,900'
|
|||
ARCHIVE_PERMISSIONS = os.getenv('ARCHIVE_PERMISSIONS', '755' )
|
||||
CHROME_BINARY = os.getenv('CHROME_BINARY', 'chromium-browser' ) # change to google-chrome browser if using google-chrome
|
||||
WGET_BINARY = os.getenv('WGET_BINARY', 'wget' )
|
||||
WGET_USER_AGENT = os.getenv('WGET_USER_AGENT', None)
|
||||
TIMEOUT = int(os.getenv('TIMEOUT', '60'))
|
||||
INDEX_TEMPLATE = os.getenv('INDEX_TEMPLATE', 'templates/index.html')
|
||||
INDEX_ROW_TEMPLATE = os.getenv('INDEX_ROW_TEMPLATE', 'templates/index_row.html')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue