Create untested configuration for hosting an F-Droid repository.

This commit is contained in:
2025-11-01 04:28:27 -07:00
parent 221a446996
commit 1bcf5f3e7b
4 changed files with 146 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# F-Droid Repo
Simple container to create a 3rd party repository to be imported into F-Droid.
Downloads all the APKs during the build process and loads them automatically,
does not need any interaction other than modifying the `.env` with the URLs
of the apps you would like to be present.
If any apps get updated, rebuilding the container should pull any changes.
``` shell
docker compose down
docker compose build
docker compose up -d
```