https://github.com/redsolver/skydroid-fdroid-bridge
This bridge makes F-Droid apps available in the SkyDroid App.
https://github.com/redsolver/skydroid-fdroid-bridge
Last synced: 11 months ago
JSON representation
This bridge makes F-Droid apps available in the SkyDroid App.
- Host: GitHub
- URL: https://github.com/redsolver/skydroid-fdroid-bridge
- Owner: redsolver
- License: mit
- Created: 2020-08-12T10:09:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-01T16:26:32.000Z (about 5 years ago)
- Last Synced: 2025-03-28T00:05:55.945Z (12 months ago)
- Language: Dart
- Homepage:
- Size: 11.7 KB
- Stars: 21
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SkyDroid F-Droid bridge
This bridge makes [F-Droid](https://f-droid.org/) apps available in the [SkyDroid App](https://github.com/redsolver/skydroid).
This bridge checks for updates in the main F-Droid Repo, downloads them, converts the metadata files into the SkyDroid format, uploads the metadata files to Skynet and sets DNS Records for the apps and collection via the [Namebase API](https://github.com/namebasehq/api-documentation).
It is part of my submission to the [‘Own The Internet’ Hackathon](https://gitcoin.co/hackathon/own-the-internet)
## How to use with SkyDroid
Add the `fdroid-app`-collection in the SkyDroid App.
## How to run this bridge
1. Copy `.env.example` to `.env` and change the values
2. Get the [Dart SDK](https://dart.dev/get-dart)
3. Run `dart bin/main.dart`