Commit graph

82 commits

Author SHA1 Message Date
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
Konrad Kleine 33de94ecf0 Fix documentation 2014-11-28 13:37:30 +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 0af771af98 Update README.md 2014-11-07 10:17:53 +01:00
Konrad Kleine f2870a1e7c Update README.md 2014-11-07 10:16:14 +01:00
Konrad Kleine d9ef280c08 See #5 Sorting based on image time 2014-10-23 16:19:42 +02:00
Konrad Kleine 0861441c37 Added version information to bottom of screen
At the bottom of the screen the docker-registry-frontend will now render the
commit upon the running version is built. The commit is linked to the github
commit page.
2014-10-23 09:54:13 +02:00
Konrad Kleine 6c05b4ff7f Change briefcase symbol to book in create-tag-view 2014-10-22 11:48:50 +02:00
Konrad Kleine 89759290c5 Fix #4 Time Since Image Created 2014-10-22 10:57:29 +02:00
Konrad Kleine 0b13138eb4 Remove additional comma 2014-10-22 09:46:16 +02:00
Konrad Kleine 001afbeb6d Additional cleanups in Dockerfile according to tip from here: http://jonathan.bergknoff.com/journal/building-good-docker-images 2014-10-22 09:31:36 +02:00
Konrad Kleine 12a69c7371 Fix #3 Show total size of all layers for an image 2014-10-22 09:29:50 +02:00
Konrad Kleine 8ec6295636 Human readable image size 2014-10-21 16:29:57 +02:00
Konrad Kleine 6661a2594f Speedup DPKG and don't use cache for packages 2014-10-14 10:24:33 +02:00
Konrad Kleine d5430d475f Allow /v1/_ping run unauthenticated 2014-10-10 13:51:41 +02:00
Konrad Kleine 48f74695ce Order repositories by name in "create tag" drop-down selection button 2014-10-10 10:00:50 +02:00
Konrad Kleine 90f73d7d5a Cleanup overall HTML and make footer less wide 2014-10-09 10:13:53 +02:00
Konrad Kleine a8d057728d Cleanup build process
Removed yo from the NPM dependencies. Install grunt-cli using "npm install"
command.
2014-10-07 15:45:42 +02:00
Konrad Kleine 2e50bd58b4 Add sort capability for repositories and tags.
Also improved the rendering of the filtered and total amount of repositories and
tags
2014-10-07 14:40:25 +02:00
Konrad Kleine 26c41a7839 Transform "Fork me" button to less dominant link
Resolves #2
2014-10-02 09:03:02 +02:00
Konrad Kleine f869293cdd Update README.md 2014-09-30 17:13:55 +02:00
Konrad Kleine e5bb25540a Update README.md 2014-09-30 17:13:27 +02:00
Konrad Kleine 0982c795c7 Added screenshots 2014-09-30 16:58:31 +02:00
Konrad Kleine 0af8cc158c Removed travis build image
I've removed the travis build image because it makes no sense show if a travis build is failing, when the travis build hasn't been configured yet.
2014-09-30 16:32:39 +02:00
Konrad Kleine 3b3cc459ad Added Travis status to README.md 2014-09-30 16:25:41 +02:00
Konrad Kleine c880a7ff21 This should resolve #1 2014-09-30 16:04:40 +02:00
Konrad Kleine 8bbcb599cb Removed old nginx config 2014-09-30 14:34:38 +02:00
Konrad Kleine 5e161340bf Switched to debian:jessie to make the image smaller 2014-09-30 14:30:20 +02:00
Konrad Kleine eb36da1526 Better HTML title rendering
Previously the HTML title would render and showed the actual angular expression
for a while.

Thanks to Ralf.
2014-09-30 12:31:19 +02:00
Konrad Kleine e7bbc9db72 Update README.md 2014-09-29 14:18:06 +02:00
Konrad Kleine c2275ac4d9 Updated README.md to feature SSL and Kerberos 2014-09-29 14:13:58 +02:00
Konrad Kleine ac23633e19 Replaced NGINX with Apache for Kerberos auth. SSL is working. 2014-09-29 14:05:02 +02:00
Konrad Kleine 26b714e9c6 Add angular-bootstrap for tabset directive. Add loading bar for all XHR requests. 2014-09-29 12:28:07 +02:00
Konrad Kleine c5185d6f18 Fix "created" column in image details. 2014-09-22 12:21:10 +02:00
Konrad Kleine 3d6505f233 Fix pull note for a tag. Previously the tag wasn't separated with a colon but a slash. 2014-09-22 12:16:57 +02:00
Konrad Kleine 600f614ace Improve Dockerfile. Separate update from the rest + uninstall yo 2014-09-22 12:00:29 +02:00
Konrad Kleine f98598e4bd Using book as repo symbol 2014-09-18 16:36:58 +02:00
Konrad Kleine d70c0a90cc Better rendering of tags as clickable list items, just like repos 2014-09-18 15:27:51 +02:00
Konrad Kleine 603bacc977 Update README.md 2014-09-18 14:57:33 +02:00
Konrad Kleine d2b34b79c6 Don't strip trailing slashes from the resource URL by escaping the slash.
This change required an update to AngularJS ~1.3.0 which currently resolves 1.3.0-rc.2.

This is the thing we needed: https://github.com/angular/angular.js/pull/5560

The feature is documented in the AngularJS API reference: https://docs.angularjs.org/api/ngResource/service/$resource
2014-09-18 14:46:45 +02:00
Konrad Kleine 600457ac85 bower uninstall angular-bootstrap --save 2014-09-18 14:23:22 +02:00
Konrad Kleine b855bca5a3 Removed default params from resource actions. Added trailing slash to Repository.delete resource URL 2014-09-18 14:10:51 +02:00
Konrad Kleine 6e11a9705e Clean after deinstallation of build tools 2014-09-18 14:08:44 +02:00
Konrad Kleine 58fb85483f Improve order of commands in Dockerfile to speed up compilation when adjusting config files at the end of the file. 2014-09-18 10:53:21 +02:00
Konrad Kleine 64b104c54b Fixed typo in repository deletion toastr message. 2014-09-18 10:25:51 +02:00
Konrad Kleine 65b1024d76 Update README.md 2014-09-17 17:52:43 +02:00
Konrad Kleine 94ef95d4fb Cleanup Docker image build process to consume less space. SSL might not be working right now. 2014-09-17 17:39:47 +02:00
Konrad Kleine f75046e08c Enable SSL serving 2014-09-17 16:59:58 +02:00
Konrad Kleine 2b7b221689 Remove verbose switch (-x) in start script for the container 2014-09-17 15:51:54 +02:00