F-Droid Server
Install the fdroidserver
package and use the tooling to initialize the repository that you can serve with nginx
.
mkdir fdroid
cd fdroid/
fdroid init
fdroid update --create-metadata
---
services:
fdroid:
image: nginx
container_name: fdroid
restart: unless-stopped
ports:
- 80:80
volumes:
- ${DATA-FDROID}:/usr/share/nginx/www