From 8cf3945f1cf222988cb9753fb413b97e19504b9e Mon Sep 17 00:00:00 2001 From: julian Date: Mon, 22 Jun 2026 06:41:10 +0000 Subject: [PATCH] Update Readme.md --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 127410482..1c3aa40b8 100644 --- a/Readme.md +++ b/Readme.md @@ -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.