dsavell / docker-grav

Docker Container for GRAV CMS
MIT License
40 stars 18 forks source link

Should permissions be fresh install task only? #26

Closed dsavell closed 3 years ago

dsavell commented 3 years ago

The permissions section in init-core / init-admin should be fresh only depends on the scenario?

  1. building pages outside the container
  2. building pages inside container / GRAV CMS
Miroka96 commented 3 years ago

Hi dsavell,

until now I have always used Grav's admin panel for creating pages. (That's why I also didn't think about Linux specialities with spaces in folder names ;) ). However, as I wouldn't want to limit myself to always use the admin panel, I would prefer to have the permissions fixed every time the container starts (or at least the container is created). Just to prevent strange errors...

Anyway, with the latest fix I am already quite happy :) Thank you!

Best regards, Miroka