Casual browsing of the I2P, IPFS and Tor networks revisions

Go back to topic: Casual browsing of the I2P, IPFS and Tor networks

  1. v3 anchor; v3 full version
  2. v2 anchor; v2 full version

Revision #3

Edited on
2025-01-14
Edited by user
gasull
browsing sys-i2p allow browsing sys-ipfs allow browsing sys-tor allow browsing proxy-i2p allow browsing proxy-ipfs allow browsing proxy-tor allow
[Install Kubo for IPFS](https://docs.ipfs.tech/install/command-line/#install-official-binary-distributions). Place the executable somewhere in the template that will be available in VMs based on it. I placed it in `/software/system-owned/ipfs-kubo/` (but I'm looking forward to organize my applications that aren't in repos using [`nix-shell`](https://nyxos.org) some day). [Install Kubo for IPFS](https://docs.ipfs.tech/install/command-line/#install-official-binary-distributions). Place the executable somewhere in the template that will be available in VMs based on it. I placed it in `/software/system-owned/ipfs-kubo/` (but I'm looking forward to organize my applications that aren't in repos using `nix-shell` from NyxOS some day).
**Configuration for the new sys- VMs** **Configuration for the new proxy- VMs**
`/rw/config/rc.local` of sys-tor: `/rw/config/rc.local` of proxy-tor:
qvm-connect-tcp 4444:sys-i2p:4444 qvm-connect-tcp 4444:proxy-i2p:4444
#qvm-connect-tcp 5001:sys-ipfs:5001 # Better control Kubo from sys-ipfs browser qvm-connect-tcp 8080:sys-ipfs:8080 #qvm-connect-tcp 5001:proxy-ipfs:5001 # Better control Kubo from sys-ipfs browser qvm-connect-tcp 8080:proxy-ipfs:8080
qvm-connect-tcp 9050:sys-tor:9050 qvm-connect-tcp 9050:proxy-tor:9050

Revision #2

Edited on
2025-01-14
Edited by user
gasull
**In dom0** ```bash sudo vim /etc/qubes-rpc/policy/qubes.ConnectTCP ``` Add these lines, assuming your browsing VM is called 'browsing": ``` browsing sys-i2p allow browsing sys-ipfs allow browsing sys-tor allow ```