diff --git a/.install/ipfs_alone.sh b/.install/ipfs_alone.sh index 6533e3a..3795015 100644 --- a/.install/ipfs_alone.sh +++ b/.install/ipfs_alone.sh @@ -80,18 +80,16 @@ sudo systemctl daemon-reload || err "Restart IPFS" sudo systemctl enable ipfs || err "Enable IPFS daemon" # INIT ipfs +sudo chown -R $USER:$USER ~/.ipfs || exit 1 [[ $isLAN ]] && ipfs init -p lowpower \ || ipfs init -p server -sudo chown -R $USER:$USER ~/.ipfs || exit 1 - - ########################################### # ACTIVATE IPFS OPTIONS: #swarm0 INIT ########################################### ### IMPORTANT !!!!!!! IMPORTANT !!!!!! ########################################### -# DHT PUBSUB mode +# DHT PUBSUB mode ipfs config Pubsub.Router gossipsub # MAXSTORAGE = 1/2 available availableDiskSize=$(df -P ~/ | awk 'NR>1{sum+=$4}END{print sum}')