Skip to content
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

Bogus Avatar not working #601

Open
laithalshabi opened this issue Mar 17, 2025 · 1 comment
Open

Bogus Avatar not working #601

laithalshabi opened this issue Mar 17, 2025 · 1 comment

Comments

@laithalshabi
Copy link

cloudflare canceled their ipfs site so is there any fix

@bchavez
Copy link
Owner

bchavez commented Apr 5, 2025

Looks like Cloudflare killed their IPFS gateway:

Looks like we can use ipfs.io and dweb.link:

Ohter public IPFS gateways:

In otherwords,

Faker f = new Faker();
	
var avatarUrl =  f.Internet.Avatar();
	
avatarUrl.Dump();
	
avatarUrl.Replace("https://cloudflare-ipfs.com", "https://ipfs.io").Dump();

// https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/42.jpg
// https://ipfs.io/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/42.jpg

https://cloudflare-ipfs.com becomes -> https://ipfs.io

And it looks like the Avatar IPFS content folder is still working:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants