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
|