making it

This commit is contained in:
fred 2022-10-26 13:09:18 +02:00
parent 12d99496fa
commit 2aa9351474
3 changed files with 3 additions and 2 deletions

View File

@ -44,6 +44,7 @@ while true; do
# REPLACE myIP in http response template
sed "s~127.0.0.1:12345~$myIP:$PORT~g" $HOME/.zen/Astroport.ONE/templates/index.http > ~/.zen/tmp/123/${MOATS}.myIP.http
sed -i "s~127.0.0.1~$myIP~g" ~/.zen/tmp/123/${MOATS}.myIP.http
sed -i "s~_IPFSNODEID_~$IPFSNODEID~g" ~/.zen/tmp/123/${MOATS}.myIP.http ## NODE PUBLISH HOSTED PLAYER'S JSON
############################################################################
## WAITING TO SERVE 1ST LANDING REDIRECT PAGE

View File

@ -20,7 +20,7 @@
<body>
<header>
<h6>
<a href="http://127.0.0.1/" target="bunker"> <span>"Astroport /ipfs/"</span></a> (TW)
<a href="http://127.0.0.1:1234/"> <span>"Astroport /ipfs/"</span></a> (TW)
</h6>
</header>

View File

@ -19,7 +19,7 @@ Content-Type: text/html; charset=UTF-8
<center>
<h1>ASTROPORT Ŋ1</h1>
<b>Astronaute... ouverture du sas... S'il a du mal à s'ouvrir: insistez !</b><br>
<img src='http://127.0.0.1:8080/ipfs/QmS4xmYNpto1ce65VBPJsDjiaoupmxTTE7o5RD2zrnJcVb/QRCode.gif' id='wait'/>
<a href="/ipns/_IPFSNODEID_" target="json"><img src='http://127.0.0.1:8080/ipfs/QmS4xmYNpto1ce65VBPJsDjiaoupmxTTE7o5RD2zrnJcVb/QRCode.gif' id='wait'/></a>
</center>
</body>
</html>