diff --git a/DOCKER/docker-compose.ipfs.yml b/DOCKER/docker-compose.ipfs.yml new file mode 100644 index 00000000..8e1a460a --- /dev/null +++ b/DOCKER/docker-compose.ipfs.yml @@ -0,0 +1,15 @@ +version: '3' +services: + ipfs_node_1: + image: ipfs/go-ipfs:latest + container_name: ipfs_node_1 + environment: + IPFS_SWARM_KEY_FILE: _SWARM_KEY_FILE_ + volumes: + - _IPFSDATA_:/export + - _IPFSDATA_:/data/ipfs + ports: + - "64001:4001" + - "64001:4001/udp" + - "127.0.0.1:68080:8080" + - "127.0.0.1:65001:5001" diff --git a/adventure/BLOCKCHAIN/anatole.thien@ynov.com/7404.jpg b/adventure/BLOCKCHAIN/anatole.thien@ynov.com/7404.jpg new file mode 100644 index 00000000..9b68db5c Binary files /dev/null and b/adventure/BLOCKCHAIN/anatole.thien@ynov.com/7404.jpg differ diff --git a/adventure/BLOCKCHAIN/antoine.marsille@ynov.com/7524.jpg b/adventure/BLOCKCHAIN/antoine.marsille@ynov.com/7524.jpg new file mode 100644 index 00000000..8e28141a Binary files /dev/null and b/adventure/BLOCKCHAIN/antoine.marsille@ynov.com/7524.jpg differ diff --git a/adventure/BLOCKCHAIN/fabien.vidor@ynov.com/2589.jpg b/adventure/BLOCKCHAIN/fabien.vidor@ynov.com/2589.jpg new file mode 100644 index 00000000..68cc2c1d Binary files /dev/null and b/adventure/BLOCKCHAIN/fabien.vidor@ynov.com/2589.jpg differ diff --git a/adventure/BLOCKCHAIN/gabriel.cancel@ynov.com/6022.jpg b/adventure/BLOCKCHAIN/gabriel.cancel@ynov.com/6022.jpg new file mode 100644 index 00000000..aa2dae3e Binary files /dev/null and b/adventure/BLOCKCHAIN/gabriel.cancel@ynov.com/6022.jpg differ diff --git a/adventure/BLOCKCHAIN/gaetan.corin@ynov.com/2808.jpg b/adventure/BLOCKCHAIN/gaetan.corin@ynov.com/2808.jpg new file mode 100644 index 00000000..79e47689 Binary files /dev/null and b/adventure/BLOCKCHAIN/gaetan.corin@ynov.com/2808.jpg differ diff --git a/adventure/BLOCKCHAIN/lou.doussiet@ynov.com/1184.jpg b/adventure/BLOCKCHAIN/lou.doussiet@ynov.com/1184.jpg new file mode 100644 index 00000000..1efbc69b Binary files /dev/null and b/adventure/BLOCKCHAIN/lou.doussiet@ynov.com/1184.jpg differ diff --git a/adventure/BLOCKCHAIN/maxence.choulet@ynov.com/6865.jpg b/adventure/BLOCKCHAIN/maxence.choulet@ynov.com/6865.jpg new file mode 100644 index 00000000..a646619f Binary files /dev/null and b/adventure/BLOCKCHAIN/maxence.choulet@ynov.com/6865.jpg differ diff --git a/adventure/BLOCKCHAIN/nathan.piazzi@ynov.com/5341.jpg b/adventure/BLOCKCHAIN/nathan.piazzi@ynov.com/5341.jpg new file mode 100644 index 00000000..c4aea095 Binary files /dev/null and b/adventure/BLOCKCHAIN/nathan.piazzi@ynov.com/5341.jpg differ diff --git a/adventure/BLOCKCHAIN/william.dubois@ynov.com/4616.jpg b/adventure/BLOCKCHAIN/william.dubois@ynov.com/4616.jpg new file mode 100644 index 00000000..3792afcc Binary files /dev/null and b/adventure/BLOCKCHAIN/william.dubois@ynov.com/4616.jpg differ diff --git a/command.sh b/command.sh index 7c6ba12f..cb2e0a76 100755 --- a/command.sh +++ b/command.sh @@ -74,19 +74,19 @@ select fav in "${players[@]}"; do echo "'Secret 1'" read PPASS [[ ${PPASS} == "" ]] \ - && PPASS=$(${MY_PATH}/tools/diceware.sh $(${MY_PATH}/tools/getcoins_from_gratitude_box.sh) | xargs) + && PPASS=$(${MY_PATH}/tools/diceware.sh $(( $(${MY_PATH}/tools/getcoins_from_gratitude_box.sh) + 1 )) | xargs) echo "'Secret 2'" read NPASS [[ ${NPASS} == "" ]] \ - && NPASS=$(${MY_PATH}/tools/diceware.sh $(${MY_PATH}/tools/getcoins_from_gratitude_box.sh) | xargs) + && NPASS=$(${MY_PATH}/tools/diceware.sh $(( $(${MY_PATH}/tools/getcoins_from_gratitude_box.sh) + 1 )) | xargs) echo "'Latitude ?'" read LAT [[ ${LAT} == "" ]] && LAT="0.00" echo "'Longitude ?'" read LON [[ ${LON} == "" ]] && LON="0.00" - echo "${MY_PATH}/RUNTIME/VISA.new.sh" "${PPASS}" "${NPASS}" "${EMAIL}" "UPlanet" "_URL_" "${LAT}" "${LON}" - ${MY_PATH}/RUNTIME/VISA.new.sh "${PPASS}" "${NPASS}" "${EMAIL}" "UPlanet" "_URL_" "${LAT}" "${LON}" + echo "${MY_PATH}/RUNTIME/VISA.new.sh" "${PPASS}" "${NPASS}" "${EMAIL}" "UPlanet" "fr" "${LAT}" "${LON}" + ${MY_PATH}/RUNTIME/VISA.new.sh "${PPASS}" "${NPASS}" "${EMAIL}" "UPlanet" "fr" "${LAT}" "${LON}" fav=$(cat ~/.zen/tmp/PSEUDO 2>/dev/null) && rm ~/.zen/tmp/PSEUDO echo "Astronaute $fav bienvenue sur UPlanet..." exit