Use a Raspberry Pi as a gateway

Hi!
I’m discovering IPFS and I wanted to use my Raspberry Pi as a gateway. I installed go-ipfs on it, uploaded a file from my laptop (through go-ipfs from my Ubuntu WSL). Now I would like to play the music from my browser but using my Raspberry as the gateway instead of the default ipfs.io/ipfs. I tried browsing at 192.168.1.48:5001/ipfs/hash (my R Pi’s IP address) but I’m either having issues with my internet box, or missing something ? :thinking:

Hi, :5001 is the API port that lets you control your node.
For fetching data you want to use Gateway port instead (the default is :8080, so try http://192.168.1.48:8080/ipfs/hash)