This commit is contained in:
Yann Autissier 2022-12-26 18:46:42 +00:00
parent 05f1a9b4c0
commit ca63d71af3
4 changed files with 4 additions and 14 deletions

View File

@ -0,0 +1 @@
alias lsd='docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock lazyteam/lazydocker'

View File

@ -14,11 +14,8 @@ services:
- SERVICE_1234_CHECK_HTTP=/test - SERVICE_1234_CHECK_HTTP=/test
- SERVICE_1234_NAME=${COMPOSE_SERVICE_NAME}-astroport-1234 - SERVICE_1234_NAME=${COMPOSE_SERVICE_NAME}-astroport-1234
- SERVICE_1234_TAGS=${HOST_ASTROPORT_SERVICE_1234_TAGS:-} - SERVICE_1234_TAGS=${HOST_ASTROPORT_SERVICE_1234_TAGS:-}
volumes:
- dns:/dns
volumes: volumes:
dns:
ipfs: ipfs:
external: true external: true
name: ${COMPOSE_SERVICE_NAME}_ipfs name: ${COMPOSE_SERVICE_NAME}_ipfs

View File

@ -91,14 +91,11 @@ header {
<div class="row justify-center"> <div class="row justify-center">
<p><h3>Devenez INTERNET - Installez IPFS - Activez >>> <a href="https://git.p2p.legal/qo-op/Astroport.ONE" target="code"><b>Astroport.ONE</b></a> <<< </h3> <p><h3>Devenez INTERNET - Installez IPFS - Activez >>> <a href="https://git.p2p.legal/qo-op/Astroport.ONE" target="code"><b>Astroport.ONE</b></a> <<< </h3>
<ul> <ul>
<li>Installez 'go-ipfs' <a href="https://docs.ipfs.tech/install/command-line/#official-distributions" target="code">KUBO</a> sur votre système</li> <li>Ajoutez <a href="http://127.0.0.1:8080/ipns/docs.ipfs.tech/install/ipfs-companion/" target="code"><b>ipfs-companion</b></a> à votre navigateur</li>
<li>Ajoutez <a href="https://docs.ipfs.tech/install/ipfs-companion/" target="code"><b>ipfs-companion</b></a> à votre navigateur</li>
</ul> </ul>
</p> </p>
</div> </div>
</article> </article>
BECOME ASTROŊAUTE BECOME ASTROŊAUTE
explore explore
Astroport Ŋ1 Swarm#0 Astroport Ŋ1 Swarm#0
@ -118,14 +115,9 @@ Copy, store, share, broadcast your multimedia and json channels in IPFS, between
Take possession of your TW. Make freedom of expression uncensurable, unstoppable. Take possession of your TW. Make freedom of expression uncensurable, unstoppable.
>>> Let's reboot the INTERNET - Install IPFS - Activate Astroport.ONE <<< >>> Let's reboot the INTERNET - Install IPFS - Activate Astroport.ONE <<<
Install 'go-ipfs' KUBO on your system
Add ipfs-companion to your browser
<center> <center>
<h6> <h6>
<a href="http://madeinzion.org">Made In Zion funded project _\/_ </a> powered by <a href="http://astroport.com"><span>"</span>Astroport<span>"</span></a> <a href="https://madeinzion.org">Made In Zion funded project _\/_ </a> powered by <a href="https://astroport.com"><span>"</span>Astroport<span>"</span></a>
</h6> </h6>
</center> </center>
</main> </main>

View File

@ -8,7 +8,7 @@ ipfsNodeId() {
isLan() { isLan() {
isLan=$(ip route |awk '$1 == "default" {print $3}' | grep -E "/(^127\.)|(^192\.168\.)|(^10\.)|(^172\.1[6-9]\.)|(^172\.2[0-9]\.)|(^172\.3[0-1]\.)|(^::1$)|(^[fF][cCdD])/" \ isLan=$(ip route |awk '$1 == "default" {print $3}' | grep -E "/(^127\.)|(^192\.168\.)|(^10\.)|(^172\.1[6-9]\.)|(^172\.2[0-9]\.)|(^172\.3[0-1]\.)|(^::1$)|(^[fF][cCdD])/" \
|| route -n |awk '$1 == "0.0.0.0" {print $2}' | grep -E "/(^127\.)|(^192\.168\.)|(^10\.)|(^172\.1[6-9]\.)|(^172\.2[0-9]\.)|(^172\.3[0-1]\.)|(^::1$)|(^[fF][cCdD])/") || route -n |awk '$1 == "0.0.0.0" {print $2}' | grep -E "/(^127\.)|(^192\.168\.)|(^10\.)|(^172\.1[6-9]\.)|(^172\.2[0-9]\.)|(^172\.3[0-1]\.)|(^::1$)|(^[fF][cCdD])/")
[ -n "$isLan" && echo "$isLan" [ -n "$isLan" ] && echo "$isLan"
} 2>/dev/null } 2>/dev/null
myDomainName() { myDomainName() {