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

ENV_MODE_BROWSE_ONLY ignored

Open boldt opened this issue 7 years ago • 6 comments

The flag ENV_MODE_BROWSE_ONLY=false seems to be ignored.

boldt avatar Aug 22 '18 11:08 boldt

The same problem. As a workaround enter the container and remove/rename /var/www/html/app-mode.json

izonder avatar Aug 28 '18 15:08 izonder

From the readme file:

NOTE For now ENV_MODE_BROWSE_ONLY will be overwritten to true.

mgrundkoetter avatar Aug 29 '18 20:08 mgrundkoetter

The same problem. As a workaround enter the container and remove/rename /var/www/html/app-mode.json

i tried it,but it didnt work. After remove the app-mode.json,i can see the delete button on the page,but the button didnt work.I feel so upset.

greedyL avatar Nov 20 '18 03:11 greedyL

why "For now ENV_MODE_BROWSE_ONLY will be overwritten to true"?

gatement avatar Apr 04 '19 00:04 gatement

My workaround: I copied the docker-site.conf from the container and I commented the following:

#  <IfDefine FRONTEND_BROWSE_ONLY_MODE>
#    <Location />
#      <LimitExcept GET>
#        Order Allow,Deny
#        Deny From All
#      </LimitExcept>
#    </Location>
#  </IfDefine>

boldt avatar Apr 19 '19 11:04 boldt

Is this app still being actively developed on? It seems really nice but just wondering.

entmike avatar Jun 21 '19 21:06 entmike