Commit graph

128 commits

Author SHA1 Message Date
Konrad Kleine 4654b89d42 Merged PullRequest #15 2015-02-04 13:39:48 +01:00
Konrad Kleine 9b9c9b6320 Fix issue with browse mode variable
The value for browseOnly must not be a string; otherwise "false" will be
inteptreted as true which is clearly not intended.
2015-02-04 13:37:22 +01:00
Konrad Kleine 619017d2a4 Don't cache app mode 2015-02-04 13:36:59 +01:00
Konrad Kleine 0f0f71c02c Fix typo: Delete tag -> Delete repository 2015-02-04 13:36:58 +01:00
Konrad Kleine 72e060c622 Preselect repo (if any) when creating tag 2015-02-04 13:36:58 +01:00
Konrad Kleine 8b24662608 Group repositories by username
The repository list now groups all repositories by username.

Due to the grouping sorting becomes an issue and that's why I've removed the
sort button.
2015-02-04 13:36:58 +01:00
rinrinne 1333b1054c Check boolean value for ENV_MODE_BROWSE_ONLY 2015-02-04 13:36:58 +01:00
rinrinne 7c780977fb Add browse mode
This patch adds browse mode to hide any administration feature e.g.
delete repository/tag, create tag.
If you run container with "-e ENV_BROWSE_MODE=true", this feature will
be enabled.
2015-02-04 13:36:29 +01:00
Konrad Kleine a59a4d3fab Supress KRB5 questions on libapache2-mod-auth-kerb
Kerberos somehow started to ask questions during the installation which we cannot tolerate if we want automated builds. Therefore I've disabled the questions. The Docker Hub builds should built again now.
2015-02-04 13:26:50 +01:00
Konrad Kleine 4c8f0daf6a Fixed highlighting in README 2015-02-04 13:26:50 +01:00
Stuart Warren a20c4e80c7 override host/port for docker pull advice 2015-02-04 13:26:50 +01:00
Stuart Warren ff22766194 allow build behind firewall blocking ssh 2015-02-04 13:26:50 +01:00
Konrad Kleine 405ff4a695 Removing obsolete "create tag" view. 2015-02-04 13:26:50 +01:00
Konrad Kleine f630d41e7c Fix issue with browse mode variable
The value for browseOnly must not be a string; otherwise "false" will be
inteptreted as true which is clearly not intended.
2015-02-04 13:10:29 +01:00
Konrad Kleine 13e23e796f Don't cache app mode 2015-02-04 12:00:32 +01:00
Konrad Kleine 03988213f4 Fix typo: Delete tag -> Delete repository 2015-02-04 11:48:57 +01:00
Konrad Kleine 7afb9d397c Preselect repo (if any) when creating tag 2015-02-04 10:52:09 +01:00
Konrad Kleine f740662ffb Group repositories by username
The repository list now groups all repositories by username.

Due to the grouping sorting becomes an issue and that's why I've removed the
sort button.
2015-02-04 10:25:31 +01:00
Konrad Kleine ab7a9cb5d9 Add missing contoller parameters to controllers used in views. 2015-02-03 12:58:54 +01:00
rinrinne fc24df142a Fix attribute name in script 2015-02-03 12:58:54 +01:00
rinrinne fc0e65ef20 Fix mode name 2015-02-03 12:58:54 +01:00
rinrinne 6fdcf59b3d Add documentation for browse mode 2015-02-03 12:58:53 +01:00
rinrinne b5717cdb59 Apply browseOnly for create-tag/delete-tag/delete-repository views 2015-02-03 12:58:53 +01:00
rinrinne 6b248e66fd Check boolean value for ENV_MODE_BROWSE_ONLY 2015-02-03 12:58:53 +01:00
rinrinne f4dc19b3a9 Rename "ENV_BROWSE_MODE" to "ENV_MODE_BROWSE_ONLY" 2015-02-03 12:58:53 +01:00
rinrinne f206109003 Change attribute name from "browse" to "browseOnly" 2015-02-03 12:58:53 +01:00
rinrinne dbf022534f Adjust documentation and remove unnecessary code 2015-02-03 12:58:53 +01:00
rinrinne fc45482c0f Add browse mode
This patch adds browse mode to hide any administration feature e.g.
delete repository/tag, create tag.
If you run container with "-e ENV_BROWSE_MODE=true", this feature will
be enabled.
2015-02-03 12:58:53 +01:00
Konrad Kleine 685f8baa11 Supress KRB5 questions on libapache2-mod-auth-kerb
Kerberos somehow started to ask questions during the installation which we cannot tolerate if we want automated builds. Therefore I've disabled the questions. The Docker Hub builds should built again now.
2015-01-06 15:11:09 +01:00
Konrad Kleine 6d5fbd6247 Fixed highlighting in README 2015-01-05 13:41:20 +01:00
Konrad Kleine 09fe359b88 Merge pull request #18 from stuart-warren/proxyport
override host/port for docker pull advice

The docker pull advice on the tag detail page can be incorrect if you are proxying to localhost.
This allows you to override the values but takes the previous settings as default.
Also doesn't display port 443 as that is Dockers default registry port before falling back to port 80.
2015-01-05 13:29:19 +01:00
Konrad Kleine 92fc3efd44 Merge pull request #17 from stuart-warren/buildbehindfirewall
allow build behind firewall blocking ssh
2015-01-05 13:22:31 +01:00
Stuart Warren dca48a3977 override host/port for docker pull advice 2015-01-02 10:16:44 +00:00
Stuart Warren c8fd237570 allow build behind firewall blocking ssh 2015-01-02 10:10:16 +00:00
rinrinne 81a1f75b1c Fix missing argument 2014-12-18 22:38:04 +09:00
rinrinne 8a78b19377 Fix attribute name in script 2014-12-16 20:53:47 +09:00
rinrinne fdd1bc15dc Fix mode name 2014-12-16 20:43:40 +09:00
rinrinne 6b647f96a1 Add documentation for browse mode 2014-12-16 20:33:44 +09:00
rinrinne 1e40baf78b Apply browseOnly for create-tag/delete-tag/delete-repository views 2014-12-16 20:19:38 +09:00
rinrinne 2704765dfb Check boolean value for ENV_MODE_BROWSE_ONLY 2014-12-16 19:55:10 +09:00
Konrad Kleine d7220e1d70 Removing obsolete "create tag" view. 2014-12-16 11:21:17 +01:00
rinrinne 78189db245 Rename "ENV_BROWSE_MODE" to "ENV_MODE_BROWSE_ONLY" 2014-12-15 20:38:52 +09:00
rinrinne 7d2e74160a Change attribute name from "browse" to "browseOnly" 2014-12-15 20:21:53 +09:00
rinrinne b4877284d1 Adjust documentation and remove unnecessary code 2014-12-15 20:13:12 +09:00
rinrinne 35a748d67a Add browse mode
This patch adds browse mode to hide any administration feature e.g.
delete repository/tag, create tag.
If you run container with "-e ENV_BROWSE_MODE=true", this feature will
be enabled.
2014-12-11 19:15:25 +09:00
Konrad Kleine b32b704fef Update README.md 2014-11-28 13:56:43 +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
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