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