Outils pour utilisateurs

Outils du site


tech:note_ipfs

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
tech:note_ipfs [2025/05/03 08:28] Jean-Baptistetech:note_ipfs [2025/05/14 12:23] (Version actuelle) Jean-Baptiste
Ligne 1: Ligne 1:
 <!DOCTYPE markdown> <!DOCTYPE markdown>
 +{{tag>P2P Web3}}
  
 # Notes IPFS # Notes IPFS
Ligne 8: Ligne 9:
   * https://www.run2web3.com/blog/blockchain/comment-creer-un-site-web-decentralise-avec-ipfs-et-ethereum/   * https://www.run2web3.com/blog/blockchain/comment-creer-un-site-web-decentralise-avec-ipfs-et-ethereum/
   * https://www.youtube.com/watch?v=7MGMkGq60VU   * https://www.youtube.com/watch?v=7MGMkGq60VU
 +  * https://www.reddit.com/r/ipfs/comments/thpgt1/a_mostly_complete_guide_to_hosting_a_public_ipfs/
 +  * 
  
 Voir aussi : Voir aussi :
 * SecureScuttleButt (SSB) * SecureScuttleButt (SSB)
 +* meshtastic
 +* https://dat-ecosystem.org/
 +
 +
 +[IPFS] [Hyphanet]
 +HTTP over: [Tor] [I2P] [Yggdrasil]
 +[Gemini over Tor]
  
 Interface d'admin Interface d'admin
Ligne 17: Ligne 27:
 passerelle  passerelle 
 http://127.0.0.1:8080 http://127.0.0.1:8080
 +
 +
 +## Install
 +
 +''/etc/systemd/system/ipfs.service''
 +~~~ini
 +[Unit]
 +Description=IPFS Daemon
 +After=syslog.target network.target remote-fs.target nss-lookup.target
 +
 +[Service]
 +Type=simple
 +ExecStart=/home/ipfs/go/bin/ipfs daemon --init --migrate
 +User=jibe
 +
 +[Install]
 +WantedBy=multi-user.target
 +~~~
 +
 +Pour IPFessay
 +''ipfs daemon --writable''
 +
 +## Utilisation
  
 ~~~ ~~~
Ligne 67: Ligne 100:
 http://127.0.0.1:5001/webui http://127.0.0.1:5001/webui
 et non pas http://127.0.0.1:5001 et non pas http://127.0.0.1:5001
 +
 +
 +### failed to sufficiently increase receive buffer size 
 +
 +
 +~~~
 +# systemctl status ipfs
 +failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 7168 kiB, got: 416 kiB).
 +~~~
 +
 +Solution
 +~~~bash
 +sysctl -w net.core.rmem_max=2500000
 +~~~
  
  
tech/note_ipfs.1746253731.txt.gz · Dernière modification : de Jean-Baptiste

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki