gitextract_evhxaady/ ├── .editorconfig ├── .github/ │ ├── FUNDING.yml │ ├── ISSUE_TEMPLATE/ │ │ ├── feature_request.md │ │ ├── new_product_suggestion.md │ │ └── report_incorrect_details.md │ ├── config.yml │ ├── copilot-instructions.md │ ├── dependabot.yml │ └── workflows/ │ ├── auto-merge-release-updates.yml │ ├── check-links.yml │ └── lint.yml ├── .gitignore ├── .gitmodules ├── .markdownlint.yaml ├── .prettierignore ├── .prettierrc ├── .ruby-version ├── .vacuumignore.yml ├── 404.html ├── CHANGELOG_API.md ├── CODE-OF-CONDUCT.md ├── CONTRIBUTING.md ├── Gemfile ├── HACKING.md ├── LICENSE ├── README.md ├── _config.yml ├── _headers ├── _includes/ │ ├── css/ │ │ └── activation.scss.liquid │ ├── custom-column-td.html │ ├── custom-column-th.html │ ├── head_custom.html │ ├── identifiers.html │ ├── lunr/ │ │ ├── custom-data.json │ │ └── custom-index.js │ ├── nav_footer_custom.html │ ├── product-icon.html │ ├── table.html │ └── variables.html ├── _layouts/ │ ├── json.json │ ├── new-products-feed.atom │ ├── page.html │ ├── product-feed.atom │ ├── product-list.html │ ├── product-tags.html │ ├── product.html │ ├── schema.html │ └── swagger-ui.html ├── _plugins/ │ ├── create-icalendar-files.rb │ ├── end-of-life-filters.rb │ ├── end-of-life.rb │ ├── generate-api-v0.rb │ ├── generate-api-v1.rb │ ├── generate-product-feeds.rb │ ├── generate-tag-pages.rb │ ├── identifier-to-url.rb │ ├── product-data-enricher.rb │ └── product-data-validator.rb ├── _redirects ├── _sass/ │ └── custom/ │ └── custom.scss ├── api_v1/ │ ├── openapi.yml │ └── swagger-ui.md ├── assets/ │ ├── main.scss │ ├── openapi.yml │ └── register-show-hidden-releases-handler.js ├── bin/ │ ├── deploy.sh │ ├── lint-product.sh │ └── update_added_at.sh ├── bot.md ├── browserconfig.xml ├── humans.txt ├── index.md ├── manifest.json ├── netlify.toml ├── package.json ├── pages/ │ └── help/ │ └── identifiers-needed.md ├── product-schema.json ├── products/ │ ├── adonisjs.md │ ├── akeneo-pim.md │ ├── alibaba-ack.md │ ├── alibaba-dragonwell.md │ ├── almalinux.md │ ├── alpine-linux.md │ ├── amazon-aurora-postgresql.md │ ├── amazon-cdk.md │ ├── amazon-corretto.md │ ├── amazon-documentdb.md │ ├── amazon-eks.md │ ├── amazon-elasticache-redis.md │ ├── amazon-glue.md │ ├── amazon-linux.md │ ├── amazon-msk.md │ ├── amazon-neptune.md │ ├── amazon-opensearch.md │ ├── amazon-rds-mariadb.md │ ├── amazon-rds-mysql.md │ ├── amazon-rds-postgresql.md │ ├── android.md │ ├── angular.md │ ├── angularjs.md │ ├── ansible-core.md │ ├── ansible.md │ ├── anthropic-claude.md │ ├── antix-linux.md │ ├── apache-activemq-artemis.md │ ├── apache-activemq.md │ ├── apache-airflow.md │ ├── apache-ant.md │ ├── apache-apisix.md │ ├── apache-camel.md │ ├── apache-cassandra.md │ ├── apache-couchdb.md │ ├── apache-flink.md │ ├── apache-groovy.md │ ├── apache-hadoop.md │ ├── apache-hop.md │ ├── apache-http-server.md │ ├── apache-kafka.md │ ├── apache-lucene.md │ ├── apache-maven.md │ ├── apache-nifi.md │ ├── apache-pulsar.md │ ├── apache-spark.md │ ├── apache-struts.md │ ├── apache-subversion.md │ ├── api-platform.md │ ├── apple-tvos.md │ ├── apple-watch.md │ ├── arangodb.md │ ├── argo-cd.md │ ├── argo-workflows.md │ ├── artifactory.md │ ├── authentik.md │ ├── aws-lambda.md │ ├── azul-zulu.md │ ├── azure-devops-server.md │ ├── azure-kubernetes-service.md │ ├── backdrop.md │ ├── bamboo.md │ ├── bazel.md │ ├── beats.md │ ├── behat.md │ ├── bellsoft-liberica.md │ ├── big-ip.md │ ├── bigbluebutton.md │ ├── bitbucket.md │ ├── bitcoin-core.md │ ├── blender.md │ ├── bootstrap.md │ ├── boundary.md │ ├── bun.md │ ├── cachet.md │ ├── caddy.md │ ├── cakephp.md │ ├── calico.md │ ├── centos-stream.md │ ├── centos.md │ ├── centreon.md │ ├── cert-manager.md │ ├── cfengine.md │ ├── chef-infra-client.md │ ├── chef-infra-server.md │ ├── chef-inspec.md │ ├── chef-supermarket.md │ ├── chef-workstation.md │ ├── chrome.md │ ├── cilium.md │ ├── cisco-ios-xe.md │ ├── citrix-vad.md │ ├── ckeditor.md │ ├── clamav.md │ ├── clearlinux.md │ ├── cloud-sql-auth-proxy.md │ ├── cnspec.md │ ├── cockroachdb.md │ ├── coder.md │ ├── coldfusion.md │ ├── commvault.md │ ├── composer.md │ ├── concrete-cms.md │ ├── confluence.md │ ├── consul.md │ ├── containerd.md │ ├── contao.md │ ├── contour.md │ ├── controlm.md │ ├── cos.md │ ├── couchbase-server.md │ ├── craft-cms.md │ ├── dbt-core.md │ ├── dce.md │ ├── debian.md │ ├── deno.md │ ├── dependency-track.md │ ├── devuan.md │ ├── discourse.md │ ├── django.md │ ├── docker-engine.md │ ├── dotnet.md │ ├── dotnetfx.md │ ├── dovecot.md │ ├── drupal.md │ ├── drush.md │ ├── duckdb.md │ ├── eclipse-jetty.md │ ├── eclipse-temurin.md │ ├── elasticsearch.md │ ├── electron.md │ ├── elixir.md │ ├── emberjs.md │ ├── envoy.md │ ├── erlang.md │ ├── eslint.md │ ├── etcd.md │ ├── eurolinux.md │ ├── exim.md │ ├── express.md │ ├── fairphone.md │ ├── fedora.md │ ├── ffmpeg.md │ ├── filemaker.md │ ├── firefox.md │ ├── fluent-bit.md │ ├── flux.md │ ├── font-awesome.md │ ├── foreman.md │ ├── forgejo.md │ ├── fortios.md │ ├── freebsd.md │ ├── freedesktop-sdk.md │ ├── gatekeeper.md │ ├── gerrit.md │ ├── ghc.md │ ├── gitlab.md │ ├── gleam.md │ ├── go.md │ ├── goaccess.md │ ├── godot.md │ ├── google-kubernetes-engine.md │ ├── google-nexus.md │ ├── gorilla.md │ ├── graalvm-ce.md │ ├── gradle.md │ ├── grafana-loki.md │ ├── grafana.md │ ├── grails.md │ ├── graylog.md │ ├── greenlight.md │ ├── grumphp.md │ ├── grunt.md │ ├── gstreamer.md │ ├── guzzle.md │ ├── haproxy.md │ ├── harbor.md │ ├── hashicorp-packer.md │ ├── hashicorp-vault.md │ ├── hbase.md │ ├── hibernate-orm.md │ ├── ibm-aix.md │ ├── ibm-db2.md │ ├── ibm-i.md │ ├── ibm-mq.md │ ├── ibm-semeru.md │ ├── icinga-web.md │ ├── icinga.md │ ├── idl.md │ ├── influxdb.md │ ├── intel-processors.md │ ├── internet-explorer.md │ ├── ionic.md │ ├── ios.md │ ├── ipad.md │ ├── ipados.md │ ├── iphone.md │ ├── isc-dhcp.md │ ├── istio.md │ ├── jaeger.md │ ├── jekyll.md │ ├── jenkins.md │ ├── jhipster.md │ ├── jira-software.md │ ├── joomla.md │ ├── jquery-ui.md │ ├── jquery.md │ ├── jreleaser.md │ ├── julia.md │ ├── karpenter.md │ ├── kde-plasma.md │ ├── keda.md │ ├── keycloak.md │ ├── kibana.md │ ├── kindle.md │ ├── kirby.md │ ├── knative.md │ ├── kong-gateway.md │ ├── kotlin.md │ ├── kubernetes-csi-node-driver-registrar.md │ ├── kubernetes-node-feature-discovery.md │ ├── kubernetes.md │ ├── kuma.md │ ├── kyverno.md │ ├── laravel.md │ ├── ldap-account-manager.md │ ├── libreoffice.md │ ├── lineageos.md │ ├── linux-kernel.md │ ├── linuxmint.md │ ├── liquibase.md │ ├── log4j.md │ ├── logstash.md │ ├── longhorn.md │ ├── looker.md │ ├── lua.md │ ├── macos.md │ ├── mageia.md │ ├── magento.md │ ├── mandrel.md │ ├── mariadb.md │ ├── mastodon.md │ ├── matomo.md │ ├── mattermost.md │ ├── mautic.md │ ├── mediawiki.md │ ├── meilisearch.md │ ├── memcached.md │ ├── micronaut.md │ ├── microsoft-build-of-openjdk.md │ ├── mongodb.md │ ├── moodle.md │ ├── motorola-mobility.md │ ├── msexchange.md │ ├── mssqlserver.md │ ├── mule-runtime.md │ ├── mxlinux.md │ ├── mysql.md │ ├── neo4j.md │ ├── neos.md │ ├── netapp-ontap.md │ ├── netbackup-appliance-os.md │ ├── netbsd.md │ ├── nextcloud.md │ ├── nextjs.md │ ├── nexus.md │ ├── nginx.md │ ├── nix.md │ ├── nixos.md │ ├── nodejs.md │ ├── nokia.md │ ├── nomad.md │ ├── notepad-plus-plus.md │ ├── numpy.md │ ├── nutanix-aos.md │ ├── nutanix-files.md │ ├── nutanix-prism.md │ ├── nuxt.md │ ├── nvidia-driver.md │ ├── nvidia-gpu.md │ ├── nvm.md │ ├── office.md │ ├── omnissa-horizon.md │ ├── oneplus.md │ ├── openbao.md │ ├── openbsd.md │ ├── openjdk-builds-from-oracle.md │ ├── opensearch.md │ ├── openssl.md │ ├── opensuse.md │ ├── opentofu.md │ ├── openvpn.md │ ├── openwrt.md │ ├── openzfs.md │ ├── opnsense.md │ ├── oracle-apex.md │ ├── oracle-database.md │ ├── oracle-graalvm.md │ ├── oracle-jdk.md │ ├── oracle-linux.md │ ├── oracle-solaris.md │ ├── otobo.md │ ├── ovirt.md │ ├── pan-cortex-xdr.md │ ├── pan-gp.md │ ├── pan-os.md │ ├── pci-dss.md │ ├── perl.md │ ├── phoenix-framework.md │ ├── php.md │ ├── phpbb.md │ ├── phpmyadmin.md │ ├── pigeonhole.md │ ├── pixel-watch.md │ ├── pixel.md │ ├── plesk.md │ ├── plone.md │ ├── pnpm.md │ ├── podman.md │ ├── pop-os.md │ ├── postfix.md │ ├── postgresql.md │ ├── postmarketos.md │ ├── powershell.md │ ├── privatebin.md │ ├── proftpd.md │ ├── prometheus.md │ ├── protractor.md │ ├── proxmox-ve.md │ ├── puppet.md │ ├── python.md │ ├── qt.md │ ├── quarkus-framework.md │ ├── quasar.md │ ├── rabbitmq.md │ ├── rancher.md │ ├── raspberry-pi.md │ ├── react-native.md │ ├── react.md │ ├── red-hat-ansible-automation-platform.md │ ├── red-hat-build-of-openjdk.md │ ├── red-hat-jboss-eap.md │ ├── red-hat-openshift.md │ ├── red-hat-satellite.md │ ├── redis.md │ ├── redmine.md │ ├── renovate.md │ ├── rhel.md │ ├── robo.md │ ├── rocket-chat.md │ ├── rocky-linux.md │ ├── ros-2.md │ ├── ros.md │ ├── roundcube.md │ ├── routeros.md │ ├── rtpengine.md │ ├── ruby-on-rails.md │ ├── ruby.md │ ├── rust.md │ ├── salt.md │ ├── samsung-galaxy-tab.md │ ├── samsung-galaxy-watch.md │ ├── samsung-mobile.md │ ├── sapmachine.md │ ├── scala.md │ ├── sharepoint.md │ ├── shopware.md │ ├── silverstripe.md │ ├── slackware.md │ ├── sles.md │ ├── sns-firmware.md │ ├── sns-hardware.md │ ├── sns-smc.md │ ├── solr.md │ ├── sonarqube-community.md │ ├── sonarqube-server.md │ ├── sony-xperia.md │ ├── sourcegraph.md │ ├── splunk.md │ ├── spring-boot.md │ ├── spring-framework.md │ ├── sqlite.md │ ├── squid.md │ ├── statamic.md │ ├── steamos.md │ ├── surface.md │ ├── suse-linux-micro.md │ ├── suse-manager.md │ ├── svelte.md │ ├── symfony.md │ ├── tails.md │ ├── tailwind-css.md │ ├── tarantool.md │ ├── tarteaucitron.md │ ├── telegraf.md │ ├── teleport.md │ ├── terraform.md │ ├── thumbor.md │ ├── tls.md │ ├── tomcat.md │ ├── traefik.md │ ├── twig.md │ ├── typo3.md │ ├── ubuntu.md │ ├── umbraco.md │ ├── unity.md │ ├── unrealircd.md │ ├── valkey.md │ ├── varnish.md │ ├── veeam-backup-and-replication.md │ ├── veeam-backup-for-microsoft-365.md │ ├── veeam-one.md │ ├── virtualbox.md │ ├── visionos.md │ ├── visual-cobol.md │ ├── visual-studio.md │ ├── vitess.md │ ├── vmware-cloud-foundation.md │ ├── vmware-esxi.md │ ├── vmware-harbor-registry.md │ ├── vmware-photon.md │ ├── vmware-srm.md │ ├── vmware-vcenter.md │ ├── vue.md │ ├── vuetify.md │ ├── wagtail.md │ ├── watchos.md │ ├── weakforced.md │ ├── weechat.md │ ├── windows-embedded.md │ ├── windows-nano-server.md │ ├── windows-powershell.md │ ├── windows-server-core.md │ ├── windows-server.md │ ├── windows.md │ ├── wireshark.md │ ├── wordpress.md │ ├── xcp-ng.md │ ├── yarn.md │ ├── yocto.md │ ├── youtrack.md │ ├── zabbix.md │ ├── zentyal.md │ ├── zerto.md │ └── zookeeper.md ├── recommendations.md ├── robots.txt ├── runtime.txt ├── schema.html └── sitemap.xml