diff --git a/templates/UPlanetSector/index.html b/templates/UPlanetSector/index.html index fcfdc7d25..d491167f8 100644 --- a/templates/UPlanetSector/index.html +++ b/templates/UPlanetSector/index.html @@ -18,7 +18,10 @@ - + + @@ -43,38 +46,6 @@ font-family: sans-serif; } - .slidecontainer { - width: 80%; - margin: 0 auto; - text-align: center; - } - - .gif-container { - display: flex; - flex-wrap: wrap; - justify-content: center; - } - - .gif-container img { - margin: 10px; - max-width: 200px; - } - - .slider { - width: 100%; - text-align: center; - } - - .slider #prev { - float: left; - font-size: 40px; - } - - .slider #next { - float: right; - font-size: 40px; - } - #glow-shadows.earth { background: url(http://127.0.0.1:8080/ipfs/QmTVspfoaNL1BK2CR1vVNrEnwo4PfUjwdQxEt57mGJjsLX/earth-glow-shadows.png); } @@ -156,7 +127,6 @@ iframe { -
@@ -171,6 +141,8 @@ iframe {

+

_ZONE_

+

"UPlanet"

"_UPZONE_"

"_ZONE_"

diff --git a/tools/my.sh b/tools/my.sh index 6d713a16d..a9de34bb1 100755 --- a/tools/my.sh +++ b/tools/my.sh @@ -433,8 +433,8 @@ myIP="$(myIp)" # "127.0.0.1" myIP=$(hostname -I | awk '{print $1}' | head -n 1) isLAN=$(echo $myIP | grep -E "/(^127\.)|(^192\.168\.)|(^10\.)|(^172\.1[6-9]\.)|(^172\.2[0-9]\.)|(^172\.3[0-1]\.)|(^::1$)|(^[fF][cCdD])/") -myASTROPORT="http://${myIP}:1234" # BE ACCESSIBLE THROUGH LAN myASTROPORT="http://$(hostname).local:1234" #astroport.localhost +myASTROPORT="http://${myIP}:1234" # BE ACCESSIBLE THROUGH LAN myAPI="http://${myIP}:5001" myDATA="https://data.gchange.fr" myGCHANGE="https://www.gchange.fr" @@ -442,8 +442,8 @@ myCESIUM="https://g1.data.e-is.pro" myG1BILLET="http://${myIP}:33101" myHOST="$(myHostName)" -myIPFS="http://${myIP}:8080" ## ipfs.localhost (IP works better in LAN deported desktop), but not in docker. myIPFS="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. myIPFSGW="$(myIpfsGw)" myTUBE="$(myTube)" myASTROTUBE="https://$(myAstroTube)"