A Go server which accepts URLs and passes them onto Archive Box for archiving.
docker-compose
is installed and present on the PATH.- Archive Box is installed using docker-compose.
- The
ARCHIVE_BOX_DIR
environment variable is set to the ArchiveBox directory. That is, the directory you set up ArchiveBox in and which contains adocker-compose.yml
file. - Go is set up to build the binary.
go build .
from the main repository folder- Set
ARCHIVE_BOX_DIR
to the directory mentioned above- Optionally set
ARCHIVE_BRIDGE_PORT
if you wish to run the server on a port other than 3344
- Optionally set
- Run the produced binary