adjust config for regindexer some for testing
This commit is contained in:
parent
2229869408
commit
45184ad096
2 changed files with 13 additions and 9 deletions
|
@ -36,7 +36,7 @@ SSLOptions +FakeBasicAuth
|
|||
</Limit>
|
||||
</Location>
|
||||
|
||||
Alias "/stable/index/" "/srv/web/registry-index/index/"
|
||||
Alias "/index/" "/srv/web/registry-index/index/"
|
||||
Alias "/app-icons/" "/srv/web/registry-index/icons/"
|
||||
|
||||
<Directory “/srv/web/registry-index/index/">
|
||||
|
|
|
@ -3,30 +3,34 @@ icons_uri: /app-icons/
|
|||
indexes:
|
||||
flatpak:
|
||||
output: /var/lib/regindexer/index/flatpak.json
|
||||
registry: http://registry{{ env_suffix }}.fedoraproject.org
|
||||
registry_public: /
|
||||
registry: https://registry.fedoraproject.org
|
||||
# registry: https://registry{{ env_suffix }}.fedoraproject.org
|
||||
# registry_public: /
|
||||
tags: ['latest']
|
||||
required_annotations: ['org.flatpak.ref']
|
||||
extract_icons: True
|
||||
flatpak_testing:
|
||||
output: /var/lib/regindexer/index/flatpak-testing.json
|
||||
registry: https://registry{{ env_suffix }}.fedoraproject.org
|
||||
registry_public: /
|
||||
registry: https://registry.fedoraproject.org
|
||||
# registry: https://registry{{ env_suffix }}.fedoraproject.org
|
||||
# registry_public: /
|
||||
tags: ['testing']
|
||||
required_annotations: ['org.flatpak.ref']
|
||||
extract_icons: True
|
||||
flatpak_amd64:
|
||||
output: /var/lib/regindexer/index/flatpak-amd64.json
|
||||
registry: https://registry{{ env_suffix }}.fedoraproject.org
|
||||
registry_public: /
|
||||
registry: https://registry.fedoraproject.org
|
||||
# registry: https://registry{{ env_suffix }}.fedoraproject.org
|
||||
# registry_public: /
|
||||
tags: [‘latest’]
|
||||
required_annotations: ['org.flatpak.ref']
|
||||
architectures: ['amd64']
|
||||
extract_icons: True
|
||||
flatpak_testing_amd64:
|
||||
output: /var/lib/regindexer/index/flatpak-testing-amd64.json
|
||||
registry: https://registry{{ env_suffix }}.fedoraproject.org
|
||||
registry_public: /
|
||||
registry: https://registry.fedoraproject.org
|
||||
# registry: https://registry{{ env_suffix }}.fedoraproject.org
|
||||
# registry_public: /
|
||||
tags: [‘testing’]
|
||||
required_annotations: ['org.flatpak.ref']
|
||||
architectures: ['amd64']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue