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

Upload temporary files to an IPFS server instead of a CCN #120

Open
hoh opened this issue Nov 23, 2022 · 1 comment
Open

Upload temporary files to an IPFS server instead of a CCN #120

hoh opened this issue Nov 23, 2022 · 1 comment

Comments

@hoh
Copy link
Member

hoh commented Nov 23, 2022

Using client = aioipfs.AsyncIPFS(maddr='/ip4/10.0.1.4/tcp/5001/https') and using /api/v0/add from https://docs.ipfs.tech/reference/kubo/rpc/#api-v0-add

@MHHukiewitz
Copy link
Member

Some explanation:

  • Storage on CCNs is pretty limited
  • If we upload Docker images (0.5 GB), we spam the storage and it doesn't get garbage collected
  • Pinning this data to IPFS saves us this hassle

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