Hypercore rehost server: keep hypercores available
3.4K
Dockerised Rehoster (https://gitlab.com/dcent-tech/rehoster)
Note: see https://hub.docker.com/repository/docker/hdegroote/hypercore-rehost-server for the hypercore-rehost-server docker image
It's easiest to run the Rehoster container with host networking, rather than the default bridge network, because otherwise the Hyperswarm stack struggles to Holepunch to other instances on the same LAN.
docker run --network=host --mount type=bind,source=/path/to/config/dir,target=/etc/rehoster/ --mount type=volume,source=rehoster-corestore-volume,target=/home/rehoster/corestore hdegroote/rehoster
The source directory for the bind mount should contain a rehoster-keys.yml file containing the desired configuration.
Content type
Image
Digest
sha256:9f36a21a3…
Size
124.9 MB
Last updated
over 1 year ago
docker pull hdegroote/rehoster