An open API service indexing awesome lists of open source software.

https://github.com/killshot13/ipfs-lite-ks13.fork

My personal fork of @remmerw's ipfs-lite Android IPFS application
https://github.com/killshot13/ipfs-lite-ks13.fork

Last synced: about 1 month ago
JSON representation

My personal fork of @remmerw's ipfs-lite Android IPFS application

Awesome Lists containing this project

README

        

# IPFS Lite

IPFS Lite is an application to support the standard use cases of IPFS

> This is my personal fork of @remmerw's Android IPFS application.

## General

The basic characteristics of the app are decentralized, respect of personal data,
open source, free of charge, transparent, free of advertising and legally impeccable.

## Documentation

**IPFS Lite** is a decentralized file-sharing application which based on
the following core technologies.
- IPFS (https://ipfs.io/)

The IPFS technology is used to support the decentralized file sharing use-cases of this application.

### **IPFS Lite** versus **IPFS**

This section describes the differences between an **IPFS Lite** node and a regular **IPFS** node.

In general an **IPFS Lite** has the same functionality like an regular node.
There are some small differences which are described here. The reasons are outlined in brackets.
- **No** Gateway Support

An IPFS gateway is not supported (Performance,Security,Android 10)
- **No** CLI and HTTP API Support

No public API is supported, the application itself based on the internal IPFS Core API (Android 10)
- **No** WebUI Support

The WebUI feature is not supported (Performance,Security,Android 10)

## Privacy Policy

### Data Protection

As an application provider, the protection of all personal data is taken very seriously.
All personal information is treated confidentially and in accordance with the legal requirements,
regulations, as explained in this privacy policy.


This app is designed so that the user do not have to enter any personal data. Never will data
collected by us, and especially not passed to third parties. The users behaviour is also not
analyzed by this application.


The user is responsible what kind of data is added or retrieved from the IPFS network.
This kind of information is also not tracked by this application.

### Android Permissions

This section describes briefly why specific Android permissions are required.




  • Camera


    The camera permission is required to read QR codes, which contains
    information about peer ID's (PIDs) or content data (URLs).




  • Foreground Service


    The foreground service permission is required to run the IPFS node over a
    longer period of time.