Co-host websites
See original GitHub issueDuring this week’s weekly call, we went over the co-hosting feature of IPFS Desktop. I decided to remove it for now and move that code to another branch so we can test it better.
So, we should introduce a section in Settings to add and remove websites from the co-hosting list. It can even be coordinated with IPFS Companion! What if:
- On Web UI we can manage the websites that get co-hosted.
- On Companion we can add and remove websites through the toggler.
- The websites list gets stored to the MFS root file
/.cohosting
or something like that.
Or… another idea could be:
Instead of pinning, .cohosting
could be a directory inside MFS where we would copy the latest hash of some website to.
Both Desktop and Companion could run scripts from time to time to check if the websites were up to date.
@lidel I’d love to hear your opinions on this. It’d be really cool if this got coordinated with IPFS Companion so we’d use the same structure for saving the co-hosting list.
Notice that this would be a list per repository and not per installation. That’s the only way I can think about now to create this sync’ed feature between Desktop & Companion!
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:6 (6 by maintainers)
Top GitHub Comments
@hacdias I took a stab at writing a spec for this, let’s continue in https://github.com/ipfs-shipyard/cohosting/pull/2
Completely agreed!