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
- Host: GitHub
- URL: https://github.com/killshot13/ipfs-lite-ks13.fork
- Owner: killshot13
- License: apache-2.0
- Created: 2021-09-02T23:31:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-19T08:49:35.000Z (over 3 years ago)
- Last Synced: 2025-02-07T12:47:22.448Z (3 months ago)
- Language: Java
- Homepage:
- Size: 2.06 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.