1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00
Tools for managing builds, indexes, updates, and deployments for F-Droid repositories.
Go to file
Marcus Hoffmann f9444386e6 makebuildserver: change mem default 2 GB
1 GB is not enough for a modern android toolchain, so we change it to
something actually usable.
2017-10-25 14:13:35 +02:00
buildserver makebuildserver: add Gradle 4.2.1 2017-10-08 21:12:37 +03:00
completion bash_completion: add update --create-key option 2017-09-14 02:15:57 +02:00
docker dscanner - Drozer based post-build dynamic vulnerability scanner command 2016-12-06 14:00:44 +01:00
examples makebuildserver: change mem default 2 GB 2017-10-25 14:13:35 +02:00
fdroidserver better error message in publish when repo_key is not set 2017-10-17 22:10:39 +02:00
hooks remove TeX manual, it moved to https://gitlab.com/fdroid/fdroid-website 2017-02-24 14:01:31 +01:00
locale make update to update all translation files from source code 2017-10-17 21:13:08 +02:00
tests better error message in publish when repo_key is not set 2017-10-17 22:10:39 +02:00
.gitignore implement gettext localization 2017-09-15 11:39:00 +02:00
.gitlab-ci.yml gitlab-ci: ensure release tag is present for metadata_v0 tests 2017-09-15 11:35:30 +02:00
.pylint-rcfile update outdated pylint setup 2017-05-23 22:34:16 +02:00
.travis.yml travis-ci: quiet output for pip/sdkmanager installs 2017-09-25 16:35:18 +02:00
fd-commit Apparently Python cannot handle Unicode 2016-01-14 23:15:05 +01:00
fdroid English source string corrections 2017-09-16 13:19:38 +02:00
jenkins-build jenkins-build: point to new dir named after the script 2017-06-15 17:21:35 +02:00
jenkins-build-makebuildserver jenkins-build-makebuildserver: use current version for test build 2017-10-17 16:24:21 +02:00
LICENSE Rename COPYING to LICENSE 2015-08-24 10:54:20 -07:00
makebuildserver makebuildserver: change mem default 2 GB 2017-10-25 14:13:35 +02:00
MANIFEST.in update MANIFEST.in 2017-09-25 16:35:18 +02:00
README.md update README to point to https://f-droid.org/docs 2017-07-25 22:19:48 -07:00
setup.cfg use pandoc to convert README.md to PyPI's reST format 2017-09-25 16:35:18 +02:00
setup.py use pandoc to convert README.md to PyPI's reST format 2017-09-25 16:35:18 +02:00

F-Droid Server

build status

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