-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change ipfs gateway to ipfs.app.mesg.com #868
Conversation
@krhubert can you make it work? ipfs seems to not run on the server |
@krhubert any news? |
2baa4c4
to
cc09ce1
Compare
ipfs is up && running - should be fine now.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's better to enable https
we discussed enabling https and it's unnecessary for now (ipfs node is public and everyone can download the full content of it so https, in that case, doesn't give anything (expected waisted time on setting SSL) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we know the reason why the node ipfs was down.
We need to make sure the server is reliable
Yes, not enough memory, I've already increased it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer using https
anyway because it makes your interaction private with IPFS, even if the uploaded content is public to anyone. We should enable it at some point.
No description provided.