Update Readme.md

This commit is contained in:
2026-06-22 06:41:10 +00:00
parent e7f70de19a
commit 8cf3945f1c
+2 -2
View File
@@ -27,7 +27,7 @@ deploy
## Container configuration
### Environment variables
- **SOPS_AGE_KEY**
- *SOPS_AGE_KEY*
The files `fdroid/config.yml` and `fdroid/keystore.p12` are encrypted with `sops`.
The update script automatically decrypts them on the first start of the container.
@@ -35,7 +35,7 @@ For this to work the environment variable `SOPS_AGE_KEY` must be set to the age
This key can be generated by running `age-keygen -o key.txt`.
### External volumes
- **/apks**
- */apks*
The update script downloads new apk versions into the `/apks` directory.
The apks in there are synced on each update run to the `/src/code/fdroid/repo` directory, where they are served from.