Files
docker-compose-hatthieves/production/ipfs/entrypoint.sh
Your Name 1e62daec61 ipfs
2020-08-02 23:25:45 +00:00

5 líneas
170 B
Bash

#!/bin/sh
IPFS_LOGGING=warn /usr/local/bin/start_ipfs daemon --migrate=true --enable-gc &
/bin/sleep 10s
while (( true )); do ipfs add -Qr /hls | ipfs name publish; done