From 75b95617214e494e3598d05acdf4f3c4eeaa5fde Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 24 Aug 2022 16:29:54 +0200 Subject: [PATCH] ISOConfig put the right config to Station --- ISOconfig.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ISOconfig.sh b/ISOconfig.sh index 1257ead..76bf627 100755 --- a/ISOconfig.sh +++ b/ISOconfig.sh @@ -125,12 +125,12 @@ echo "$XZUID" > ~/.zen/ipfs/.${IPFSNODEID}/.player ######################################################################## echo "CREATING GCHANGE+ PROFILE" ######################################################################## -~/.zen/astrXbian/zen/jaklis/jaklis.py -k ~/.zen/secret.dunikey -n "https://data.gchange.fr" set --name "$XZUID" --avatar "/home/$USER/.zen/astrXbian/logo.png" #GCHANGE+ +~/.zen/astrXbian/zen/jaklis/jaklis.py -k ~/.zen/secret.dunikey -n "https://data.gchange.fr" set --name "Station $XZUID" --avatar "/home/$USER/.zen/astrXbian/logo.png" #GCHANGE+ [[ ! $? == 0 ]] && echo "GCHANGE PROFILE CREATION FAILED" && exit 1 ######################################################################## echo "CREATING CESIUM+ PROFILE" ######################################################################## -~/.zen/astrXbian/zen/jaklis/jaklis.py -k ~/.zen/secret.dunikey -n "https://g1.data.e-is.pro" set --name "$XZUID" --avatar "/home/$USER/.zen/astrXbian/logo.png" #CESIUM+ +~/.zen/astrXbian/zen/jaklis/jaklis.py -k ~/.zen/secret.dunikey -n "https://g1.data.presles.fr" set --name "Station $XZUID" --avatar "/home/$USER/.zen/astrXbian/logo.png" #CESIUM+ [[ ! $? == 0 ]] && echo "CESIUM PROFILE CREATION FAILED" && exit 1 ######################################################################## ### DELETE (see uninstall.sh) @@ -281,7 +281,7 @@ do done # AVOID CONFLICT WITH KODI REMOTE -ipfs config Addresses.Gateway "/ip4/127.0.0.1/tcp/8080" +ipfs config Addresses.Gateway "/ip4/0.0.0.0/tcp/8080" ######################################################################## # SUDO permissions