Create untested configuration for hosting an F-Droid repository.
This commit is contained in:
15
Config/F-DroidRepo/README.md
Normal file
15
Config/F-DroidRepo/README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user