From 931ec12b82996c6173a75d9927e602db91576331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=B6hn?= Date: Tue, 26 Jun 2018 11:31:52 +0200 Subject: [PATCH] add extra explanation/warning to nonstandardwebroot in examples/config.py --- examples/config.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/config.py b/examples/config.py index dab12df1..76a9a9f9 100644 --- a/examples/config.py +++ b/examples/config.py @@ -231,7 +231,10 @@ The repository of older versions of applications from the main demo repository. # awssecretkey = 'yourverysecretkeywordpassphraserighthere' -# If you want to force 'fdroid server' to use a non-standard serverwebroot +# If you want to force 'fdroid server' to use a non-standard serverwebroot. +# This will allow you to have 'serverwebroot' entries which do not end in +# '/fdroid'. (Please note that some client features expect repository URLs +# to end in '/fdroid/repo'.) # # nonstandardwebroot = False