All Projects → ipfspics → Ipfspics Server

ipfspics / Ipfspics Server

Licence: agpl-3.0
Content-addressable, peer-to-peer method of storing and sharing images on the internet.

Projects that are alternatives of or similar to Ipfspics Server

orbit-db-cli
CLI for orbit-db
Stars: ✭ 60 (-94.4%)
Mutual labels:  peer-to-peer, ipfs
field-manual
The Offical User's Guide to OrbitDB
Stars: ✭ 178 (-83.38%)
Mutual labels:  peer-to-peer, ipfs
ipfs-chat
Real-time P2P messenger using go-ipfs pubsub. TUI. End-to-end encrypted texting & file-sharing. NAT traversal.
Stars: ✭ 84 (-92.16%)
Mutual labels:  peer-to-peer, ipfs
Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (-83.19%)
Mutual labels:  ipfs, peer-to-peer
Orbit Db
Peer-to-Peer Databases for the Decentralized Web
Stars: ✭ 6,381 (+495.8%)
Mutual labels:  ipfs, peer-to-peer
trystero
🤝 Serverless WebRTC matchmaking for painless P2P — Make any site multiplayer in a few lines — Use BitTorrent, IPFS, or Firebase
Stars: ✭ 512 (-52.19%)
Mutual labels:  peer-to-peer, ipfs
pop
Run a point-of-presence within Myel, the community powered content delivery network.
Stars: ✭ 28 (-97.39%)
Mutual labels:  peer-to-peer, ipfs
Ipfd
An imageboard, but images are stored in a peer-to-peer network
Stars: ✭ 77 (-92.81%)
Mutual labels:  ipfs, peer-to-peer
Js Ipfs
IPFS implementation in JavaScript
Stars: ✭ 6,129 (+472.27%)
Mutual labels:  ipfs, peer-to-peer
Arbore
Friend-to-friend filesharing app to save the world from dystopia
Stars: ✭ 270 (-74.79%)
Mutual labels:  ipfs, peer-to-peer
Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (-84.59%)
Mutual labels:  ipfs, peer-to-peer
Rust Ipfs
The InterPlanetary File System (IPFS), implemented in Rust.
Stars: ✭ 739 (-31%)
Mutual labels:  ipfs, peer-to-peer
Partyshare
A free, open source file sharing application, built on the peer-to-peer hypermedia protocol IPFS.
Stars: ✭ 131 (-87.77%)
Mutual labels:  ipfs, peer-to-peer
geesome-node
🦈 Your self-hosted decentralized Messenger, Social network, Media file storage on top of IPFS! Freely communicate in encrypted chat groups, share images, video, text or any data without a risk of censorship or blocking.
Stars: ✭ 90 (-91.6%)
Mutual labels:  peer-to-peer, ipfs
Js Dag Service
Library for storing and replicating hash-linked data over the IPFS network.
Stars: ✭ 81 (-92.44%)
Mutual labels:  ipfs, peer-to-peer
js-ipfs-mfs
[ARCHIVED] now part of the https://github.com/ipfs/js-ipfs repo
Stars: ✭ 27 (-97.48%)
Mutual labels:  peer-to-peer, ipfs
pacman.store
Pacman Mirror via IPFS for ArchLinux, Endeavouros and Manjaro
Stars: ✭ 65 (-93.93%)
Mutual labels:  peer-to-peer, ipfs
Pcp
📦 Command line peer-to-peer data transfer tool based on libp2p.
Stars: ✭ 687 (-35.85%)
Mutual labels:  ipfs, peer-to-peer
Peergos
A p2p, secure file storage, social network and application protocol
Stars: ✭ 895 (-16.43%)
Mutual labels:  ipfs, peer-to-peer
Notes
ideas and planning on how to use IPFS together with Nix/OS
Stars: ✭ 15 (-98.6%)
Mutual labels:  ipfs

ipfs.pics

(Notice January 2020) ipfs.pics is currently unmaintained. Nowadays, you can use the ipfs companion to share pictures with the world. It's just as easy to use, it is more decentralized, and it even works with any types of files!

ipfs.pics is a open-source and distributed image hosting website. It aims to be an alternative to non-libre image hosting websites such as imgur, flickr and others.

It is based on IPFS - the InterPlanetary File System. The whole application runs on the concept of peer to peer connections, which means that instead of hosting the information in a single location, our servers, the data is stored by everyone who wants to. When a picture is put on IPFS, it is given a hash, a 46 characters long digital fingerprint. No other file will have it and if the same file is added twice then their hashes will be exactly the same, which means the picture can still be found on the network simply by knowing the hash, even if our website is down. You can find the hash at the end of a picture URL, just like below.

https://ipfs.pics/QmX7mna7G3BLx2UCdAHviaDastbnvLiVmM2pQ5azBa1H7D

https://ipfs.io/ipfs/QmX7mna7G3BLx2UCdAHviaDastbnvLiVmM2pQ5azBa1H7D

We saw potential in that application for an image hosting website, where you can know for sure your pictures will be available forever.

Hacker News post about this.

FAQ

You can open an issue if you have a question not listed here.

Can I install ipfs.pics on my own server?

Yes you can! You can do whatever you want with the code, as long as you give a link to your code to your users. See the licence for more details. You only need to do two easy steps to start hacking on this project:

  1. Install docker compose

  2. Run docker-compose up and everything ipfs.pics needs will be started

You're done! ipfs.pics is running on http://localhost:5000

What stops people from adding a bunch of junk on ipfs until the network is full?

IPFS does not work like that. Each computer is responsible for what it chooses to make available to the rest of the network, and you can't force a computer to store something it doesn't want to store. We make sure that everything you upload to the official ipfs.pics instance is distributed on multiple computers. We have also heard of a few people who redirect to their own instance to make sure the content they care about stays alive.

If it's still unclear, you can learn more about IPFS here.

Licence

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

The program also contains the following libraries:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].