From 65a1d6a710451d33559ec80155b091d7996ab24b Mon Sep 17 00:00:00 2001 From: kogeletey Date: Sun, 9 Apr 2023 10:47:52 +0300 Subject: [PATCH 1/2] feat(ipfs): write links of ipfs --- src/ipfs.md | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 src/ipfs.md diff --git a/src/ipfs.md b/src/ipfs.md new file mode 100644 index 0000000..efda82a --- /dev/null +++ b/src/ipfs.md @@ -0,0 +1,60 @@ +# IPFS + +это межпланетная файловая система, которая является альтернативой торрентов и cdn. +От первых ее отличает высокая скорость, и не изменяемость данных,а от вторых - то что она свободно распространяемая и не зависит от конкретного поставшика услуг + +Подробнее о ней можно почитать по ссылкам ниже + +- [IPFS Powers the Distributed Web](https://ipfs.tech/) +- [IPFS Documentation | IPFS Docs](https://docs.ipfs.tech/) +- [GitHub - ipfs/kubo: An IPFS implementation in Go](https://github.com/ipfs/kubo) + - programming lang: go + - licenses: MIT, Apache-2.0 +- [rs-ipfs/rust-ipfs: The InterPlanetary File System (IPFS), implemented in Rust.](https://github.com/rs-ipfs/rust-ipfs) + - programming lang: rust + - licenses: MIT, Apache-2.0 + - status: archived +- [GitHub - n0-computer/iroh: IPFS reimagined.](https://github.com/n0-computer/iroh) + - programming lang: rust + - licenses: MIT, Apache-2.0 + +- [IPFS Cluster - Pinset orchestration for IPFS](https://ipfscluster.io/) + - [GitHub - ipfs-cluster/ipfs-cluster: Pinset orchestration for IPFS](https://github.com/ipfs-cluster/ipfs-cluster) + - programming lang: go + - licenses: MIT, Apache-2.0 +- [GitHub - ipdr/ipdr: 🐋 IPFS-backed Docker Registry](https://github.com/ipdr/ipdr) + - programming lang: go + - license: MIT +- [Ipfs public gateway status](https://ipfs.fooock.com/) + - [GitHub - fooock/ipfs-gateway-checker: IPFS public gateway checker https://ipfs.fooock.com/](https://github.com/fooock/ipfs-gateway-checker) + - programming lang: Java,TypeScript + - licenses: GPL-3.0 + +## Сервисы на нем +- [Web3 Storage - Simple file storage with IPFS & Filecoin](https://web3.storage/) + - description: Бесплатное 5GB хранилище на ipfs, не рекомендуем пользоваться - bullshit + - [web3-storage/web3.storage: ⁂ The simple file storage service for IPFS & Filecoin](https://github.com/web3-storage/web3.storage) + - programming lang: javascript + - licenses: MIT, Apache-2 +- [Estuary](https://estuary.tech/) + - [GitHub - application-research/estuary: A custom IPFS/Filecoin node that makes it easy to pin IPFS content and make Filecoin deals.](https://github.com/application-research/estuary) + - programming lang: go + - licenses: Apache-2.0 or MIT +- [Textile](https://textile.notion.site) + - [GitHub - textileio/powergate: Multitiered file storage API built on Filecoin and IPFS](https://github.com/textileio/powergate) + - programming lang: go + - licenses: Apache-2.0 or MIT + +## Интересные видеоматериалы +- [IPFS - межпланетная файловая система и как ее готовить | Леченко Антон (Live Stream) - Invidious](https://redirect.invidious.io/watch?v=YXQvGidv0u4) +- [Compute + IPFS - @evgenyponomarev - Building Apps on IPFS - Invidious](https://redirect.invidious.io/watch?v=RsG70fkYrSE) +- [IPFS þing 2022 - Invidious](https://redirect.invidious.io/playlist?list=PLuhRWgmPaHtQhyXIhu2P6e-8WlYOf8wyH) + +## Кое что сохраненное на ipfs +| Название | Хеш | +| - | - | +| История Appimage Flatpak и Snap,Aleksey Samoilov | [QmZStX2HiLLoH3cVGY1gx6FEotbiL5nuZysFh6RtDqvqSj](https://ipfs.io/ipfs/QmZStX2HiLLoH3cVGY1gx6FEotbiL5nuZysFh6RtDqvqSj) +| История оболочки GNOME Aleksey Samoilov | [QmVoUjdVtd9Squ7hm7k3m6qrCZkfnbUxNyme7yu3honW8S](https://ipfs.io/ipfs/QmVoUjdVtd9Squ7hm7k3m6qrCZkfnbUxNyme7yu3honW8S) + +## Другие списки +- [ipfs/awesome-ipfs: Useful resources for using IPFS and building things on top of it](https://github.com/ipfs/awesome-ipfs) From e1d5661308f4c3823d57b278d87b5e91e8c461e6 Mon Sep 17 00:00:00 2001 From: kogeletey Date: Sun, 9 Apr 2023 11:03:36 +0300 Subject: [PATCH 2/2] fix(ipfs): link to textileio --- src/ipfs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ipfs.md b/src/ipfs.md index efda82a..1f72b2a 100644 --- a/src/ipfs.md +++ b/src/ipfs.md @@ -40,7 +40,7 @@ - [GitHub - application-research/estuary: A custom IPFS/Filecoin node that makes it easy to pin IPFS content and make Filecoin deals.](https://github.com/application-research/estuary) - programming lang: go - licenses: Apache-2.0 or MIT -- [Textile](https://textile.notion.site) +- [textileio: Our mission is to accelerate the exchange of information across society.](https://textile.notion.site/Our-mission-is-to-accelerate-the-exchange-of-information-across-society-f49e389e12e14473a3475e755a8d9cd6) - [GitHub - textileio/powergate: Multitiered file storage API built on Filecoin and IPFS](https://github.com/textileio/powergate) - programming lang: go - licenses: Apache-2.0 or MIT