mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
config: set repo_name: globally until localized support works
Localized repo name support works for index-v2, but not for index-v1.json or index.xml. The website and most third party clients still use v1. fdroidserver#1143
This commit is contained in:
parent
32279fa13d
commit
eb1a413627
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,9 @@ repo_url: "https://f-droid.org/repo"
|
|||
repo_maxage: 14
|
||||
repo_web_base_url: "https://f-droid.org/packages"
|
||||
|
||||
# needed until this is fixed: https://gitlab.com/fdroid/fdroidserver/-/issues/1143
|
||||
repo_name: "F-Droid"
|
||||
|
||||
archive_older: 3
|
||||
|
||||
repo_keyalias: ciarang
|
||||
|
|
|
|||
Loading…
Reference in a new issue