Merge branch 'doc_repo_web_base_url' into 'master'

Document repo_web_base_url

See merge request fdroid/fdroidserver!1178
This commit is contained in:
Jochen Sprickerhof 2024-04-11 17:17:31 +00:00
commit 428b4e0485
1 changed files with 4 additions and 0 deletions

View File

@ -51,6 +51,9 @@
# Canonical URL of the repositoy, needs to end in /repo. Is is used to identity
# the repo in the client, as well.
# repo_url: https://MyFirstFDroidRepo.org/fdroid/repo
# base url for package website. I.e. https://f-droid.org/packages/<appid>
# should be accessible with a browser.
# repo_web_base_url: https://f-droid.org/packages/
# repo_name: My First F-Droid Repo Demo
# repo_description: >-
# This is a repository of apps to be used with F-Droid. Applications
@ -62,6 +65,7 @@
# As above, but for the archive repo.
#
# archive_url: https://f-droid.org/archive
# archive_web_base_url:
# archive_name: My First F-Droid Archive Demo
# archive_description: >-
# The repository of older versions of packages from the main demo repository.