Preparation
There are some things we need to do in preparation to install this service.
Block ads in your archival copies by installing AdGuard Home.
Volumes
Persistent Data
This is where the service will store its own application data and ensures we can quickly update the service image.
Ensure your user has permissions to access the folder
Environment
PUID
This is the numeric ID of the user account on Debian. If you are unsure, open a terminal and run:
id -u
PGID
This is the numeric ID of the user account's group on Debian. If you are unsure, open a terminal and run:
id -g
ADMIN_USERNAME
This is the username used to create the admin account on the first run.
This should be removed from the Compose configuration after the first run.
ALLOWED_HOSTS
This can be used to restrict traffic to specific domains, like archivebox.example.com.
Setting this to '*' allows all incoming traffic. This should be set if ArchiveBox is being connected to the internet using SWAG.
Recommended: *
PUBLIC_INDEX
Configures whether your ArchiveBox index of websites can be anonymously accessed by the public.
Recommended: False
PUBLIC_SNAPSHOTS
Configures whether your ArchiveBox snapshots can be anonymously accessed by the public.
Recommended: False
PUBLIC_ADD_VIEW
Configures whether your ArchiveBox can have archival backups requested anonymously by the public.
Recommended: False
MEDIA_MAX_SIZE
This is the maximum allowed size for each individual media file archive
Recommended: 750m
ADMIN_PASSWORDTIMEOUT
This is the passwordmaximum foramount theof administratortime account thatArchiveBox will spend trying to archive a URL. This can be usedincreased withinif theyou webencounter interface.frequent timeout errors.
ItRecommended: is important to use secure passphrase that is easy-to-remember.60
ADMIN_PASSWORDCHECK_SSL_VALIDITY
This verifies the SSL certificate used for secure connections before downloading an archive. This can ensure that a website is who they say they are and do not contain malicious content.
Recommended: True
SAVE_ARCHIVE_DOT_ORG
This is thewhether passwordArchiveBox will request for thearchive.org administratorto accountbackup thatURLs willby be used within the web interface.default
ItRecommended: is important to use secure passphrase that is easy-to-remember.
ADMIN_PASSWORD
This is the password for the administrator account that will be used within the web interface.
It is important to use secure passphrase that is easy-to-remember.True
MEDIA_MAX_SIZE=750m # increase this filesize limit to allow archiving larger audio/video filesTIMEOUT=60 # increase this number to 120+ seconds if you see many slow downloads timing outCHECK_SSL_VALIDITY=True # set to False to disable strict SSL checking (allows saving URLs w/ broken certs)SAVE_ARCHIVE_DOT_ORG=True # set to False to disable submitting all URLs to Archive.org when archiving
Passwords
Keep these securely stored in a password manager, such as VaultWarden.
ADMIN_PASSWORD
This is the password for the administrator account that will be used within the web interface.
It is important to use secure passphrase that is easy-to-remember.