This commit is contained in:
fred 2022-10-25 14:52:50 +02:00
parent 3eb4f11de0
commit 567fb06c81
2 changed files with 4 additions and 4 deletions

View File

@ -162,7 +162,7 @@ cat ~/.zen/tmp/123/${MOATS}.messaging.json >> ~/.zen/tmp/123/${MOATS}.index.redi
# AM I MANAGING TW
[[ $OLDIP != $myIP ]] && TWIP=$OLDIP
else
echo "TRY OFFICIAL : http://$myIP:1234/?salt=$SALT&pepper=$PEPPER&official=on"
echo "***** TRY OFFICIAL ***** http://$myIP:1234/?salt=$SALT&pepper=$PEPPER&official=on"
fi
sed "s~_TWLINK_~http://$TWIP:8080/ipns/$GNS~g" ~/.zen/Astroport.ONE/templates/index.redirect > ~/.zen/tmp/123/${MOATS}.index.redirect
fi

View File

@ -42,9 +42,9 @@
<br>
Phrase Une (identifiant) : <input name=salt value=''></br>
Phrase Deux (mot de passe) : <input name=pepper value=''></br>
Astronaute ? <input type="checkbox" id="official" name="official">
</br>
Pas encore inscrit? Cochez cette case <input type="checkbox" id="g1pub" name="g1pub"></br>
Déjà Astronaute ? Cochez cette case : <input type="checkbox" id="official" name="official">
</br></br></br>
Pas encore inscrit? Cochez cette case : <input type="checkbox" id="g1pub" name="g1pub"></br>
Et indiquez un Email où expédier vos clefs : <input name=email value=''></br></br>
<input type='submit' value='CONNEXION ASTRONAUTE'>
</form>