$isLAN or NOT (local ssl) and $(zIp) - remote ssl -

This commit is contained in:
fred 2024-02-27 20:48:07 +01:00
parent 3d76bd5243
commit 605d66b913
3 changed files with 11 additions and 7 deletions

View File

@ -93,6 +93,9 @@ while true; do
[ -z "$isLAN" ] \ [ -z "$isLAN" ] \
&& sed -i -e "s~http://${myIP}:${PORT}~${myASTROPORT}/${PORT}~g" ~/.zen/tmp/${MOATS}/${PORT}.myHOST.http && sed -i -e "s~http://${myIP}:${PORT}~${myASTROPORT}/${PORT}~g" ~/.zen/tmp/${MOATS}/${PORT}.myHOST.http
[ -n "$(zIp)" ]\
&& sed -i -e "s~http://${myIP}:${PORT}~$(zIp):${PORT}~g" ~/.zen/tmp/${MOATS}/${PORT}.myHOST.http
## UPLANET HOME LINK REPLACEMENT ## UPLANET HOME LINK REPLACEMENT
sed -i -e "s~https://qo-op.com~${myUPLANET}~g" ~/.zen/tmp/${MOATS}/${PORT}.myHOST.http sed -i -e "s~https://qo-op.com~${myUPLANET}~g" ~/.zen/tmp/${MOATS}/${PORT}.myHOST.http

View File

@ -683,7 +683,7 @@ echo ">>> ${QRCODE} g1_to_ipfs $ASTROTOIPNS"
&& ZEN=$(echo "($VISITORCOINS - 1) * 10" | bc | cut -d '.' -f 1) \ && ZEN=$(echo "($VISITORCOINS - 1) * 10" | bc | cut -d '.' -f 1) \
|| ZEN="-10" || ZEN="-10"
DISPLAY="$VISITORCOINS G1" DISPLAY="<h1>$VISITORCOINS G1</h1>"
## WALLET VIERGE ## WALLET VIERGE
########################################### ###########################################
@ -692,14 +692,14 @@ echo ">>> ${QRCODE} g1_to_ipfs $ASTROTOIPNS"
DISPLAY="$DISPLAY DISPLAY="$DISPLAY
<h2>!! LOW ZEN WALLET ZEN=${ZEN}<h2>" <h2>!! LOW ZEN WALLET ZEN=${ZEN}<h2>"
DISPLAY="$DISPLAY<h1>LOW ZEN WARNING</h1> DISPLAY="$DISPLAY<h3>LOW ZEN WARNING</h3>
PLEASE CHARGE... ${ZEN} ZEN" PLEASE CHARGE... ${ZEN} ZEN"
fi fi
## WE SEND WALLET AMOUNT DISPLAY ## WE SEND WALLET AMOUNT DISPLAY
( (
echo "$HTTPCORS <h2>${QRCODE}:${ZCHK}:</h2><h1>${DISPLAY}</h1><h2><a href='$myUPLANET/g1gate/?pubkey="$QRCODE"'>SCAN WALLET</a><h2>" | nc -l -p ${PORT} -q 1 > /dev/null 2>&1 echo "$HTTPCORS ${QRCODE}:${ZCHK}:${DISPLAY}<h2><a href='$myUPLANET/g1gate/?pubkey="$QRCODE"'>SCAN WALLET</a><h2>" | nc -l -p ${PORT} -q 1 > /dev/null 2>&1
echo "BLURP ${DISPLAY} $PORT" && rm -Rf ~/.zen/tmp/${MOATS} echo "BLURP ${DISPLAY} $PORT" && rm -Rf ~/.zen/tmp/${MOATS}
) & ) &

View File

@ -470,16 +470,17 @@ isLAN=$(echo $myIP | grep -E "/(^127\.)|(^192\.168\.)|(^10\.)|(^172\.1[6-9]\.)|(
myDOMAIN="copylaradio.com" myDOMAIN="copylaradio.com"
myASTROPORT="http://$(hostname).local:1234" #astroport.localhost myASTROPORTW="http://$(hostname).local:1234" #astroport.localhost
myAPI="http://${myIP}:5001" myASTROPORT="http://127.0.0.1:1234" # BE ACCESSIBLE THROUGH LAN
myAPI="http://127.0.0.1:5001"
myDATA="https://data.gchange.fr" myDATA="https://data.gchange.fr"
myGCHANGE="https://www.gchange.fr" myGCHANGE="https://www.gchange.fr"
myCESIUM="https://g1.data.e-is.pro" myCESIUM="https://g1.data.e-is.pro"
myG1BILLET="http://${myIP}:33101" myG1BILLET="http://127.0.0.1:33101"
myHOST="$(myHostName)" myHOST="$(myHostName)"
myIPFSW="http://$(hostname).local:8080" ## ipfs.localhost (IP works better in LAN deported desktop), but not in docker. myIPFSW="http://$(hostname).local:8080" ## ipfs.localhost (IP works better in LAN deported desktop), but not in docker.
myIPFS="http://${myIP}:8080" ## ipfs.localhost (IP works better in LAN deported desktop), but not in docker. myIPFS="http://127.0.0.1:8080" ## ipfs.localhost (IP works better in LAN deported desktop), but not in docker.
myIPFSGW="$(myIpfsGw)" myIPFSGW="$(myIpfsGw)"
myTUBE="$(myTube)" myTUBE="$(myTube)"
myASTROTUBE="https://$(myAstroTube)" myASTROTUBE="https://$(myAstroTube)"