adjust config for regindexer some for testing

This commit is contained in:
Kevin Fenzi 2018-08-30 18:27:57 +00:00
parent 2229869408
commit 45184ad096
2 changed files with 13 additions and 9 deletions

View file

@ -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/">

View file

@ -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']