24 lines
567 B
Markdown
24 lines
567 B
Markdown
# 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 build
|
|
docker compose down
|
|
docker compose up -d
|
|
```
|
|
|
|
## Guide followed to create this Container
|
|
|
|
https://f-droid.org/en/docs/Setup_an_F-Droid_App_Repo/
|
|
|
|
## App Metadata
|
|
|
|
TBD
|