diff --git a/zen/new_file_in_astroport.sh b/zen/new_file_in_astroport.sh index bf84b14..c6736ed 100755 --- a/zen/new_file_in_astroport.sh +++ b/zen/new_file_in_astroport.sh @@ -286,40 +286,10 @@ rm /tmp/.ipfsid ######################################################################## ## IPNS access to index.html ## Level 1 (not crypted) -> Redirect to ipfs streaming link -## Modified by "./zen/ipns_TAG_refresh.sh" (add crypto/contracts there) -echo " - - - $TITLE in Astroport - - - - - - -
-
- Lancez la lecture depuis Astroport/KODI de $TITLE ! -
-
- ASTROPORT/KODI × DEMO -
-
-
-

$TITLE

-
Lancement du streaming video dans 10 secondes ...
-

Vous essayez astrXbian BETA Live TEstNET Astroport

-
-
-

Service Video Club / Datacenter P2P Libre et Légal.
-
Les dons au portefeuille du Media (${mediakey}) rapportent à son Auteur, et payent son hébergement. -
-
- -" > ~/.zen/ipfs/.${IPFSNODEID}/KEY/${MEDIAKEY}/${G1PUB}/index.html -# echo "" > ~/.zen/ipfs/.${IPFSNODEID}/KEY/${MEDIAKEY}/${G1PUB}/index.html IPNSLINK=$(ipfs key list -l | grep ${MEDIAKEY} | cut -d ' ' -f 1) +## FIRST REDIRECT PAGE ${MEDIAKEY}/index.html +# https://tube.copylaradio.com/ipns/$IPNSLINK echo " @@ -348,7 +318,42 @@ echo " " > ~/.zen/ipfs/.${IPFSNODEID}/KEY/${MEDIAKEY}/index.html - +## SECOND REDIRECT PAGE ${MEDIAKEY}/${G1PUB}/index.html +# https://tube.copylaradio.com/ipns/$IPNSLINK/${G1PUB}/ +echo " + + + $TITLE in Astroport + + + + + + +
+
+ Lien direct depuis sa Station Astroport/KODI! +
+
+ ASTROPORT/KODI × DEMO +
+
+
+

$TITLE

+
Lancement du streaming video dans 10 secondes ...
+

Vous essayez astrXbian BETA Live TEstNET Astroport

+
+
+

Service Video Club / Datacenter P2P Libre et Légal.
+
Les dons au portefeuille du Media (${mediakey}) rapportent à son Auteur, et payent son hébergement. +
+
+ +" > ~/.zen/ipfs/.${IPFSNODEID}/KEY/${MEDIAKEY}/${G1PUB}/index.html +# echo "" > ~/.zen/ipfs/.${IPFSNODEID}/KEY/${MEDIAKEY}/${G1PUB}/index.html +######################################################################## +## MODIFY INTO "./zen/ipns_TAG_refresh.sh" (add crypto/contracts there) +######################################################################## ## COPY LOCALHOST IPFS URL TO CLIPBOARD [[ $(which xclip) ]] && echo "http://127.0.0.1:8181/ipfs/$IPFSREPFILEID/$URLENCODE_FILE_NAME" | xclip -selection c