F-droid Repos URL Domains.
Domain URL Repos for F-droid packages
F-Droid packages can be found in various repositories (repos). You can add a new repository to your F-Droid client by following these steps:
- Open F-Droid app on your Android device.
- Go to the settings menu.
- Select "Repositories".
- Tap the "+" button on the top right corner.
- Paste the repository URL and tap "Add".
If you want to create your own F-Droid repository, you can follow the steps below:
- Install
fdroidserver
on your server. - Create a directory for your repository, such as
/srv/fdroid/repo
. - Initialize the repository by running
fdroid init
inside the repository directory. - Copy your APK files into the
repo
directory. - Run
fdroid update
to generate the metadata.
Here's an example repository URL:
1https://yourserver.com/srv/fdroid/repo/
Note that the URL should end with /fdroid/repo/
so that F-Droid can detect it as a repository.
You can also create a configuration file named config.yml
to customize your repository. You can specify the repository name, icon, and description in this file. Here's an example:
yaml1repo_url = "https://yourserver.com/srv/fdroid/repo" 2repo_name = "My F-Droid Repo" 3repo_icon = "icon.png" 4repo_description = "This is my custom F-Droid repository."
Once you have created your repository, you can add it to your F-Droid client as mentioned earlier.
Is this conversation helpful so far?
What Repos are available
Here are some repositories for F-Droid packages:
- F-Droid: https://f-droid.org/repo
- F-Droid Archive: https://f-droid.org/archive
- Guardian Project: https://guardianproject.info/fdroid/repo
- Guardian Project Archive: https://guardianproject.info/fdroid/archive
- IzzyOnDroid: https://apt.izzysoft.de/fdroid/repo
- microG: https://microg.org/fdroid/repo
- Netsyms: https://repo.netsyms.com/fdroid/repo
- Bromite: https://fdroid.bromite.org/fdroid/repo
- Molly FOSS: https://molly.im/fdroid/foss/fdroid/repo
- NewPipe: https://archive.newpipe.net/fdroid/repo
- Collabora Office: https://www.collaboraoffice.com/downloads/fdroid/repo
- LibRetro: https://fdroid.libretro.com/repo
- KDE Android: https://cdn.kde.org/android/stable-releases/fdroid/repo
- KDE Android Nightly: https://cdn.kde.org/android/fdroid/repo
- Unofficial Firefox Repo: https://rfc2822.gitlab.io/fdroid-firefox/fdroid/repo
- Calyx Institute (testing): https://calyxos.gitlab.io/calyx-fdroid-repo/fdroid/repo
- Fedilab: https://fdroid.fedilab.app/repo
- Kali NetHunter: https://store.nethunter.com/repo
- Umbrella: https://secfirst.org/fdroid/repo
- Patched Applications: https://thecapslock.gitlab.io/fdroid-patched-apps/fdroid/repo
- Bitwarden: https://mobileapp.bitwarden.com/fdroid/repo
- Briar Project: https://briarproject.org/fdroid/repo
- Wind Offline: https://guardianproject-wind.s3.amazonaws.com/fdroid/repo
- Nanolx: https://nanolx.org/fdroid/repo
- Metatrans Apps: https://fdroid.metatransapps.com/fdroid/repo
Comments
Post a Comment