diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.registry-generic.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.registry-generic.conf index fc9f9f2f62..a736b39367 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.registry-generic.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.registry-generic.conf @@ -36,7 +36,7 @@ SSLOptions +FakeBasicAuth -Alias "/stable/index/" "/srv/web/registry-index/index/" +Alias "/index/" "/srv/web/registry-index/index/" Alias "/app-icons/" "/srv/web/registry-index/icons/" diff --git a/roles/regindexer/build/templates/config.yaml b/roles/regindexer/build/templates/config.yaml index cc998ed37e..5ff7dd9ab9 100644 --- a/roles/regindexer/build/templates/config.yaml +++ b/roles/regindexer/build/templates/config.yaml @@ -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']