16 lines
445 B
Markdown
16 lines
445 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 down
|
|
docker compose build
|
|
docker compose up -d
|
|
```
|