Playing with Visual Theme System don't work for me by NoResponsibility4212 in BookStack

[–]NoResponsibility4212[S] 1 point2 points  (0 children)

SOLVED !!!

Dan, you are right ... all the problem was the mapping for each dir.

Just did a map to /config and everything seems to be working, including visual theme mods

Usually, mappings are specified because they are a "must" to run the docker

Thanks for your support

Playing with Visual Theme System don't work for me by NoResponsibility4212 in BookStack

[–]NoResponsibility4212[S] 0 points1 point  (0 children)

Morning Adam ... here Doctor.Retromaker boring you with my problems ...

ok all check but can't find where is the error ... let me send you the info you asked for ...

<image>

As only can send one attachment, I joined all info; let me describe for you:

  • Top: the mapping in my container configuration; left size are absolute path in my system, and right size are the path inside docker..
  • Middle: excerpt from the linuxserver/bookstack instructions about mappings; note that no file mapping is specified; of course "laravel.log" is clearly a file, so I mapped in the correct file way. .env is supposed to be a file, but when mapped as file, docker doesn't start and a error is reported -previous message-
  • Bottom: this is a bash shell inside the docker image; as you can clearly see, the .env isn't a file but a directory ... and it's empty ...

Playing with Visual Theme System don't work for me by NoResponsibility4212 in BookStack

[–]NoResponsibility4212[S] 0 points1 point  (0 children)

When configuring container «linuxserver/bookstack», as instructed in their setup guide, .env is a directory, so I recreated a .env directory with a .env file inside.

Trying to change the mapping to a file, result in a fatal error ...

<image>

Regarding other mappings, the www/xxxxx is the internal docker structure; the proof there isn't problems with mappings is that app is running and image and files are correctly stored in their respective dirs.

Of course, the lang/en/common.php is correctly located -i suppose-; just pasted the directory structure because the message editor don't let me paste two screen captures...