docker-registry-frontend icon indicating copy to clipboard operation
docker-registry-frontend copied to clipboard

change to frontpage to be /repositories

Open goern opened this issue 10 years ago • 2 comments

It seems like there is one additional click all the time.. from / to /registry or is this configurable by now?

goern avatar Apr 30 '15 17:04 goern

No, this is not configurable (yet) but don't hesitate to code something and create a PR. We can discus it then. The correct suffix is #/repositories not /registry. This hashtag style URLs sucks with SEO and is something I would love to get rid of. This might be a starting point https://www.google.com/search?q=angular+hashtag+url

kwk avatar Apr 30 '15 20:04 kwk

I've solved this issue by adding a 'RewriteRule ^/?$ /repositories/ [L,R]' to /etc/apache2/sites-enabled/docker-site.conf

It's a workaround, of course, but easy to implement.

HadesArchitect avatar Apr 11 '16 07:04 HadesArchitect