good first issuehelp wantedkind/enhancementstatus/ready
Repository metrics
- Stars
- (1,992 stars)
- PR merge metrics
- (Avg merge 53d 3h) (1 merged PR in 30d)
Description
I am often running other services than IPFS on port 8080, at the moment Syncthing, but I have previously ran HTTP caching proxies and IRC bot web interfaces there. The result is that when I try to access IPFS resource, Syncthing gives me a 404 error and I spend a moment investigating why this happens before remembering that my IPFS is actually on port 8082.
I think more useful behaviour would be IPFS companion attempting to check that http://127.0.0.1:8080/ actualy works and if it returns 404 or something else unexpected, it would prompt me and ask have I configured it correctly.