From b8da081575757b94830da2b0008f0830c3e2966a Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 1 Sep 2021 15:28:43 +0200 Subject: [PATCH] keep default 8080 for http gateway port --- .install/ipfs_alone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.install/ipfs_alone.sh b/.install/ipfs_alone.sh index fb7ad9b..5556bbd 100755 --- a/.install/ipfs_alone.sh +++ b/.install/ipfs_alone.sh @@ -128,7 +128,7 @@ ipfs bootstrap rm --all # BOOTSTRAP NODES ARE ADDED LATER ########################################### # AVOID CONFLICT WITH KODI REMOTE -ipfs config Addresses.Gateway "/ip4/127.0.0.1/tcp/8181" +# ipfs config Addresses.Gateway "/ip4/127.0.0.1/tcp/8181" [[ "$USER" != "xbian" ]] && sudo systemctl restart ipfs