You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ipfs): expose kubo swarm port so nodes are browser-dialable
Stop overriding kubo's Swarm addresses (was pinning to ephemeral /tcp/0)
and forward port 4001 (TCP + UDP) in all compose files. Without this, no
fixed reachable swarm port means AutoTLS cannot mint a libp2p.direct cert,
and browser pure-p2p clients only get relayed limited connections that
libp2p refuses for identify/gossipsub/bitswap.
Existing installs are NOT auto-migrated -- operators need to delete or
hand-edit <data>/.bitsocial-cli.ipfs/config Swarm entries and restart.
Refs #44
0 commit comments