Open boldt opened 6 years ago
The same problem. As a workaround enter the container and remove/rename /var/www/html/app-mode.json
From the readme file:
NOTE For now ENV_MODE_BROWSE_ONLY will be overwritten to true.
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.
why "For now ENV_MODE_BROWSE_ONLY will be overwritten to true"?
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>
Is this app still being actively developed on? It seems really nice but just wondering.
The flag
ENV_MODE_BROWSE_ONLY=false
seems to be ignored.