NathanVaughn / webtrees-docker

Up-to-date Docker image for webtrees with all the bells and whistles.
https://hub.docker.com/r/nathanvaughn/webtrees
MIT License
60 stars 15 forks source link

Clarify usage of themes folder #43

Closed BayerSe closed 3 years ago

BayerSe commented 3 years ago

Hey Nathan,

thank you very much for your work! I'm currently testing webtrees via your docker image and it looks really solid.

I wanted to install a custom theme and to do so I unzipped it into the volume that is mounted to /var/www/webtrees/themes/. Upon that, nothing happens. After reading the documentation of webtrees it seems as if themes belong in modules_v4. When moving the theme folder into that directory, it appears inside webtrees.

Could you please clarify the intended usage of - app_themes:/var/www/webtrees/themes/ - did I overlook something?

Thank you Sebastian

BayerSe commented 3 years ago

I just realized that this is probably a relic from v1.7.

NathanVaughn commented 3 years ago

Hey Sebastian,

Thanks for the well-written issue. You are completely correct, that's a relic from pre v2.0. I dog-food myself with this image, but totally forgot to update that documentation. I just updated the README on GitHub and on Docker Hub which should cover it better now.