Skip to content

Commit dc90ff0

Browse files
authored
docu fix (#49)
* re-run bootstrap if all nodes are lost * fixed inconsitent docu
1 parent 27a4bc0 commit dc90ff0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile_monitor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ ENV GODEBUG=madvdontneed=1 \
2121
GOMEMLIMIT=512MiB \
2222
GOGC=50
2323

24-
EXPOSE 8000
24+
EXPOSE 8080
2525

2626
CMD ["dlockss-monitor"]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ services:
9494
restart: unless-stopped
9595
environment:
9696
DLOCKSS_IPFS_NODE: "/dns4/ipfs/tcp/5001" # "ipfs" resolves to the Kubo service below
97-
DLOCKSS_DATA_DIR: "/data/ingest" # location that DLOCKSS monitors for igesting files
97+
DLOCKSS_DATA_DIR: "/data/ingest" # location that D-LOCKSS monitors for ingesting files
9898
DLOCKSS_IPFS_CONFIG: "/ipfs-repo/config" # derive identity from IPFS node (shared peer ID)
9999
# DLOCKSS_NODE_NAME: my-node # human-readable name shown in the monitor;
100100
# # if empty the peer ID is displayed instead
@@ -196,7 +196,7 @@ export DLOCKSS_MONITOR_GEOIP_DB=/path/to/GeoLite2-City.mmdb
196196
```
197197
Without a local database, the monitor falls back to the ip-api.com batch API with permanent caching.
198198

199-
The monitor bootstrap-subscribes to all shards up to depth 5 (63 shards) so it can see nodes even when started late. Set `DLOCKSS_MONITOR_BOOTSTRAP_SHARD_DEPTH` (0–12) to tune.
199+
The monitor bootstrap-subscribes to all shards up to depth 6 (127 shards) so it can see nodes even when started late. Set `DLOCKSS_MONITOR_BOOTSTRAP_SHARD_DEPTH` (0–12) to tune.
200200

201201
Alternatively use: https://dlockss-monitor.wmcloud.org.
202202

docs/DLOCKSS_PROTOCOL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ services:
243243
volumes:
244244
- ipfs-data:/data/ipfs
245245
dlockss:
246-
image: dlockss:latest
246+
image: ghcr.io/gipplab/dlockss-single-node:latest
247247
depends_on: [ipfs]
248248
volumes:
249249
- ipfs-data:/ipfs-repo:ro

0 commit comments

Comments
 (0)