From aa2bc61b9dd2355c613a8bcb1163de53c9e01f13 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 5 Apr 2023 19:17:26 +0200 Subject: [PATCH] nicer --- _12345.sh | 5 +++-- templates/register.html | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/_12345.sh b/_12345.sh index 046a984a..ba0e20cf 100755 --- a/_12345.sh +++ b/_12345.sh @@ -145,8 +145,9 @@ Content-Type: application/json; charset=UTF-8 \"hostname\" : \"$(myHostName)\", \"myIP\" : \"${myIP}\", \"ipfsnodeid\" : \"${IPFSNODEID}\", - \"url\" : \"${myIPFS}/ipns/${IPFSNODEID}\", - \"myswarm\" : \"${myIPFS}/ipns/${CHAN}\" + \"astroport\" : \"http://${myIP}:1234\", + \"g1station\" : \"${myIPFS}/ipns/${IPFSNODEID}\", + \"g1swarm\" : \"${myIPFS}/ipns/${CHAN}\" } " ###################################################################################### diff --git a/templates/register.html b/templates/register.html index 969cccf9..dbc04f26 100644 --- a/templates/register.html +++ b/templates/register.html @@ -79,7 +79,7 @@ header { - 📺 (👍) :
+ 📺 (👍) :
Email :

Renseignez votre lien Youtube préféré et votre Email
Validez

@@ -211,7 +211,7 @@ function testLatency(cb) { function countdown() { if (timeLeft == -1) { clearTimeout(timerId); - document.getElementById("countdown").innerHTML = "Remplacez les '0' par les identifiants de votre G1PASS."; + document.getElementById("countdown").innerHTML = "Remplacez les '0' par les secrets de votre G1PASS.
Utilisez les identifiants de votre compte GChange si vous en disposez déjà"; } else { // elem.innerHTML = timeLeft + " s"; timeLeft--;