This commit is contained in:
fred 2023-01-11 18:38:48 +01:00
parent 891028cee1
commit 186a4d6dce
2 changed files with 3 additions and 2 deletions

View File

@ -59,7 +59,7 @@ header {
<h2>
<div id="typed-strings">
<p>Découvrez <span><strong><em><a href="https://opencollective.com/monnaie-libre/projects/coeurbox" target="funding">LA ♥BOX</a></u></em></strong> ...^2223 Archivez vos <em>DATA</em> &#128077;</span> sur IPFS.^3222</p>
<p>Activez votre <strong><em><u>👉<a href="https://astroport.cancer.copylaradio.com">TW</a>👈 ! </u></em></strong>^3112!! Ralliez Astroport - Le Web des Gens -^2312</p>
<p>Activez votre <strong><em><u>👉<a href="https://astroport.cancer.copylaradio.com">TW</a>👈 !</u></em></strong>^3112! - Ralliez Astroport - Le Web des Gens -^2312</p>
</div>
<span id="typed"></span>
</h2>

View File

@ -329,7 +329,7 @@ myReyalpResuPath() {
myHtml() {
local myHtml=$($RUN sed \
-e "s~\"http://127.0.0.1:1234\"~\"${myASTROPORT}\"~g" \
-e "s~\"http://127.0.0.1:1234\"~\"https://${myHOST}\"~g" \
-e "s~http://127.0.0.1:8080~${myIPFS}~g" \
-e "s~http://127.0.0.1:12345~http://${myHOST}:12345~g" \
-e "s~https://ipfs.copylaradio.com~${myIPFSGW}~g" \
@ -339,6 +339,7 @@ myHtml() {
~/.zen/Astroport.ONE/templates/register.html)
[ -z "$isLAN" ] \
|| myHtml=$($RUN echo "$myHtml" | sed \
-e "s~\"https://${myHOST}\"~\"${myASTROPORT}\"~g" \
-e "s~<input type='"'hidden'"' name='"'salt'"' value='"'0'"'>~<input name='"'salt'"' value='"''"'>~g" \
-e "s~<input type='"'hidden'"' name='"'pepper'"' value='"'0'"'>~<input name='"'pepper'"' value='"''"'>~g")
[ -n "$myHtml" ] && echo "$myHtml"