_SESSIONNS_ remove

This commit is contained in:
fred 2022-10-30 20:06:31 +01:00
parent 2c66dd195f
commit ee179f5110
2 changed files with 0 additions and 3 deletions

View File

@ -78,7 +78,6 @@ while true; do
sed -i "s~127.0.0.1~$myIP~g" ~/.zen/tmp/${IPFSNODEID}/${MOATS}.myIP.http
sed -i "s~:12345~:${PORT}~g" ~/.zen/tmp/${IPFSNODEID}/${MOATS}.myIP.http
sed -i "s~_IPFSNODEID_~${IPFSNODEID}~g" ~/.zen/tmp/${IPFSNODEID}/${MOATS}.myIP.http ## NODE PUBLISH HOSTED WHAT'S JSON
sed -i "s~_SESSIONNS_~${SESSIONNS}~g" ~/.zen/tmp/${IPFSNODEID}/${MOATS}.myIP.http ## NODE PUBLISH HOSTED WHAT'S JSON
sed -i "s~_HOSTNAME_~$(hostname)~g" ~/.zen/tmp/${IPFSNODEID}/${MOATS}.myIP.http ## HOSTNAME
############### ############### ############### ###############
############################################################################

View File

@ -44,8 +44,6 @@ Content-Type: text/html; charset=UTF-8
<div id="yellow">
<h3><a href="http://127.0.0.1:12345"> >>> CLIQUEZ WEB <<< </a></h3>
<h3><a href="http://127.0.0.1:8080/ipns/_SESSIONNS_"> >>> ASTRO <<< </a></h3>
</div>
<script>
const el = document.getElementById('yellow');