mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-14 19:10:11 +01:00
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:
commit
1e919a6e19
@ -51,6 +51,13 @@
|
|||||||
# Canonical URL of the repositoy, needs to end in /repo. Is is used to identity
|
# Canonical URL of the repositoy, needs to end in /repo. Is is used to identity
|
||||||
# the repo in the client, as well.
|
# the repo in the client, as well.
|
||||||
# repo_url: https://MyFirstFDroidRepo.org/fdroid/repo
|
# repo_url: https://MyFirstFDroidRepo.org/fdroid/repo
|
||||||
|
#
|
||||||
|
# Base URL for per-package pages on the website of this repo,
|
||||||
|
# i.e. https://f-droid.org/packages/<appid>/ This should be accessible
|
||||||
|
# with a browser. Setting it to null or not setting this disables the
|
||||||
|
# feature.
|
||||||
|
# repo_web_base_url: https://MyFirstFDroidRepo.org/packages/
|
||||||
|
#
|
||||||
# repo_name: My First F-Droid Repo Demo
|
# repo_name: My First F-Droid Repo Demo
|
||||||
# repo_description: >-
|
# repo_description: >-
|
||||||
# This is a repository of apps to be used with F-Droid. Applications
|
# This is a repository of apps to be used with F-Droid. Applications
|
||||||
@ -62,6 +69,7 @@
|
|||||||
# As above, but for the archive repo.
|
# As above, but for the archive repo.
|
||||||
#
|
#
|
||||||
# archive_url: https://f-droid.org/archive
|
# archive_url: https://f-droid.org/archive
|
||||||
|
# archive_web_base_url:
|
||||||
# archive_name: My First F-Droid Archive Demo
|
# archive_name: My First F-Droid Archive Demo
|
||||||
# archive_description: >-
|
# archive_description: >-
|
||||||
# The repository of older versions of packages from the main demo repository.
|
# The repository of older versions of packages from the main demo repository.
|
||||||
|
Loading…
Reference in New Issue
Block a user