From 58b0f4116d49ba5f0b470e97ccbf65e8f47e204e Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 3 Jul 2026 14:42:23 -0700 Subject: [PATCH] Also still need to copy the contents of repo/ to the webroot for the index files to work properly. --- Config/F-DroidRepo/Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Config/F-DroidRepo/Dockerfile b/Config/F-DroidRepo/Dockerfile index 62336ad..90e0df3 100644 --- a/Config/F-DroidRepo/Dockerfile +++ b/Config/F-DroidRepo/Dockerfile @@ -116,3 +116,8 @@ RUN fdroid update -c # Publish Repo Contents to Web Root # RUN cp -r "$FDROID" "$WEBROOT/" + +# The index files are in repo. +# TODO: Can NGINX be configured to serve this as root while still +# having the URL be fdroid/repo/? How do others handle this? +RUN cp -r "$REPO"/* "$WEBROOT/"