+ de détails

This commit is contained in:
qo-op 2021-01-12 18:35:22 +01:00
parent baf362d746
commit abc958ab08
2 changed files with 7 additions and 1 deletions

View File

@ -51,3 +51,5 @@ Chaque noeud synchronise la publication IPNS de tous les membres de son "ipfs sw
ipfs get --output=/home/$YOU/.zen/ipfs_swarm/ /ipns/$ipfsnodeid
```
Plus de détails sur https://pad.p2p.legal/s/astrXbian-inside

View File

@ -8,6 +8,10 @@ MY_PATH="`dirname \"$0\"`" # relative
MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized
ME="${0##*/}"
# Retrieve Gchange profil data
# Sends "ipfstryme" messages to liked linking_me NODES
# If NODE is from "A_boostrap_nodes.txt" then auto-linking
########################################################################
# ENVIRONEMENT DETECTION + IPFS ~/.zen/ipfs/.$IPFSNODEID/G1SSB/_info
########################################################################
@ -130,7 +134,7 @@ if [[ $g1node != "" ]]; then
fi
done
# RESTORE Vstream astroport.py source
# RESTORE Vstream astroport.py source (in case Vstream plugin was updated)
if [[ -f ~/.zen/astroport.py ]]; then
cp -f ~/.zen/astroport.py ~/.kodi/addons/plugin.video.vstream/resources/sites/
fi