69666839f7
Update platform-25 to r03 Update platform-26 to r02 Add build-tools_r26.0.1 sha256 signatures locally computed after verifying the sha1 signature provided by the repository2-1.xml file. All these will be downloaded and installed in the buildserver through provision-android-sdk anyway but this adds them to the cache. |
||
---|---|---|
buildserver | ||
completion | ||
docker | ||
examples | ||
fdroidserver | ||
hooks | ||
locale | ||
tests | ||
.gitignore | ||
.gitlab-ci.yml | ||
.pylint-rcfile | ||
.travis.yml | ||
fd-commit | ||
fdroid | ||
jenkins-build | ||
jenkins-build-makebuildserver | ||
LICENSE | ||
makebuildserver | ||
MANIFEST.in | ||
README.md | ||
setup.cfg | ||
setup.py |
F-Droid Server
Server for F-Droid, the Free Software repository system for Android.
The F-Droid server tools provide various scripts and tools that are used to maintain the main F-Droid application repository. You can use these same tools to create your own additional or alternative repository for publishing, or to assist in creating, testing and submitting metadata to the main repository.
For documentation, please see https://f-droid.org/docs/, or you can find the source for the documentation in fdroid/fdroid-website.
What is F-Droid?
F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. The client makes it easy to browse, install, and keep track of updates on your device.
Installing
There are many was to install fdroidserver, they are documented on the website: https://f-droid.org/docs/Installing_the_Server_and_Repo_Tools
All sorts of other documentation lives there as well.
Drozer Scanner
There is a new feature under development that can scan any APK in a repo, or any build, using Drozer. Drozer is a dynamic exploit scanner, it runs an app in the emulator and runs known exploits on it.
This setup requires specific versions of two Python modules: docker-py 1.9.0 and requests older than 2.11. Other versions might cause the docker-py connection to break with the containers. Newer versions of docker-py might have this fixed already.
For Debian based distributions:
apt-get install libffi-dev libssl-dev python-docker