Skip to content

Commit

Permalink
Mon13: h3 uid set to root
Browse files Browse the repository at this point in the history
  • Loading branch information
GilHoggarth committed Nov 13, 2023
1 parent d12ddc9 commit 1414d31
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions ingest/fc/fc-crawl/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ services:
- "PORT=8010"
- "NODE_ENV=production"
- "PUPPETEER_CLUSTER_SIZE=64"
# The renderer supports substituting the @VERSION@
- "USER_AGENT_ADDITIONAL=bl.uk_ldfc_renderbot/@VERSION@ (+https://www.bl.uk/legal-deposit/web-archiving)"
volumes:
- "${STORAGE_PATH}/heritrix/wren:/output/warcs"
Expand Down
2 changes: 0 additions & 2 deletions ingest/fc/prod/create-webrender-network.sh

This file was deleted.

3 changes: 1 addition & 2 deletions ingest/fc/prod/deploy-fc-crawl.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
set -e
ENVFILE=$1
DEBUG=1
DEBUG=


# read environment file
Expand Down Expand Up @@ -35,7 +35,6 @@ for _d in ${HERITRIX_OUTPUT_PATH} ${HERITRIX_WREN_PATH} ${SURTS_NPLD_PATH} ${SUR
}
fi
done
exit

# start FC crawler stack
docker stack deploy -c ../fc-crawl/docker-compose.yml fc_crawl
5 changes: 3 additions & 2 deletions ingest/fc/prod/env-aws-fc2023-prod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export WARCPROX_PATH=${STORAGE_PATH}/warcprox
# crawler details
export CRAWL_HOST_LAN_IP=172.31.43.254
export CRAWL_HOST_WAN_IP=18.130.205.6
export H3_UID=$(id -u)
export HERITRIX_VERSION=2.9.0
#export H3_UID=$(id -u)
export H3_UID=0
export HERITRIX_VERSION=2.9.3
export CDXSERVER_ENDPOINT=http://${CRAWL_HOST_LAN_IP}:8081/fc

0 comments on commit 1414d31

Please sign in to comment.