Vvveb / docker

Docker Image packaging for Vvveb CMS
https://hub.docker.com/r/vvveb/vvvebcms
MIT License
0 stars 0 forks source link

Unable to access plugin on docker container #1

Open kenhon93 opened 1 month ago

kenhon93 commented 1 month ago

Using the latest image of vvveb/vvvebcms:php8.3-fpm-alpine

image

image

Seems the config variable on dockerfile with an extra /

ENV DIR_VVVEB='/var/www/vvveb/'

givanz commented 1 month ago

Thanks for the bug report, there was a permission issue with /public/plugins folder.

I fixed the permission and rebuilt the image.

kenhon93 commented 1 month ago

Thanks for the bug report, there was a permission issue with /public/plugins folder.

I fixed the permission and rebuilt the image.

Thanks for the prompt fixed. The plugin issue is gone.

kenhon93 commented 1 month ago

image

  1. The permission issue is on system error log too. Can't access the log.

  2. If secure admin path is used (i.e. /vadmin-abcde), clicking the logo on the top left corner of admin dashboard will redirect to /admin which will cause nginx not found error.

givanz commented 1 month ago

Thanks for the bug reports, they are fixed in the last build.