Commit graph

12 commits

Author SHA1 Message Date
Arthur De Kimpe d5dd87d1c9 Add image details support with API v2 (#84)
Revert changes on default projet file

Add detailed information for tag listing

Removed useless comments, divs, etc -> refactoring

Prevent bugs from future changes of API

Add digest attribute to Manifest query response

Add basic pagination support to tag listing

Add environment variable for tags per page

Fix bug of image history without config + disabled parent id

Fix tags pagination system - Fetch infos for all pages

add missing comma

 Fetch infos for all pages -> simpler fix

Disable apache directory listing feature

Update tag pagination system to make it feel more like repository pagination system
2016-04-11 09:46:40 +02:00
cubfan20 71bc8736b7 Setting ProxyPreserveHost to its default value: Off 2016-01-18 16:48:12 -06:00
Konrad Wilhelm Kleine 83669c97cb Output Apache errors to stdout as well 2015-11-18 11:20:11 +01:00
Konrad Kleine 81325dcf30 Fix #24 redirect apache logs to docker stdout/stderr 2015-11-17 09:52:46 +01:00
Konrad Kleine d447896d5a Apache config should handle v2 rather than v2 2015-09-16 10:37:48 +02:00
Konrad Kleine 224d5d82ee Fix reload issue with HTML5 mode URLs 2015-06-08 15:11:48 +02:00
Konrad Kleine 1b26f26e16 Limit allowed requests to GET method in browse only mode
With this change, no destructive requests (e.g. PUT, POST, DELETE) are allowed
on the frontend site which proxies through to the actual registry. This should
make the browse only mode more safe.

See PR #15
2015-02-13 11:34:33 +01:00
Konrad Kleine 6a9dc4e3ac Add missing piece to Support SSL connection to Docker registry #8
These two options needed to be turned off in my case (see the pull request #8
for more information).

http://httpd.apache.org/docs/trunk/mod/mod_ssl.html#sslproxycheckpeername
http://httpd.apache.org/docs/trunk/mod/mod_ssl.html#sslproxycheckpeercn
2014-11-28 13:39:45 +01:00
Khoa Tran 9c14f96a24 Add SSLProxyEngine instruction to apache config file. 2014-11-14 17:04:56 -08:00
Khoa Tran b23b59e3d6 Support SSL-enabled docker registry. Users need to set ENV_DOCKER_REGISTRY_USE_SSL
enable secure connection to Docker registry.
2014-11-14 11:27:19 -08:00
Konrad Kleine d5430d475f Allow /v1/_ping run unauthenticated 2014-10-10 13:51:41 +02:00
Konrad Kleine ac23633e19 Replaced NGINX with Apache for Kerberos auth. SSL is working. 2014-09-29 14:05:02 +02:00