A simple service that tries to find a product on
endoflife.date
based on the provided component name(s).
Usage: http://eol301.grasky.net/[component[/component[/...]]]
The service checks each component (separated by "/")
from left to right. The first match found will trigger a redirect to the
corresponding EOL page. Otherwise a 404 is returned.
The service can be used for Docker images, as these often contain the product name as part of the image path.
Example: If you have a Docker image named myorg/postgresql
and you want to check its EOL date, you would navigate to:
http://eol301.grasky.net/myorg/postgresql.
The service will first try to find a match for myorg.
If no match is found, it will then check the next part postgresql,
redirecting you to the first matching EOL page.
Which in this case (most likely) would be:
https://endoflife.date/postgresql.