This is a followup to the following question asked in May: Can I `name publish` multiple objects under different human readable names?
Essentially, I would like to ‘name publish’ different apps to subdirectories under the same peer ID.
The end result would be that I can publish and access two different apps under the same ipns peer ID.
Example:
ipfs.io/ipns/{peerID}/app1
ipfs.io/ipns/{peerID}/app1.json
I tried to follow Kubuxu’s solution from the linked thread, which does make intuitive sense, but I was unable to get it to work. Would appreciate if someone could help me implement this!
Thanks