use example.com as default repo domain name, closes admin#300

This commit is contained in:
Hans-Christoph Steiner 2025-09-24 16:44:00 +02:00 committed by Michael Pöhn
parent 40fbbd2e48
commit 4cf3727db7
9 changed files with 23 additions and 23 deletions

View file

@ -50,13 +50,13 @@
# 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
# repo_url: https://example.com/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_web_base_url: https://example.com/packages/
#
# repo_name: My First F-Droid Repo Demo
# repo_description: >-
@ -68,7 +68,7 @@
# As above, but for the archive repo.
#
# archive_url: https://f-droid.org/archive
# archive_url: https://example.com/fdroid/archive
# archive_web_base_url:
# archive_name: My First F-Droid Archive Demo
# archive_description: >-