linuxserver / docker-calibre

GNU General Public License v3.0
338 stars 62 forks source link

Add documentation for the parameter TITLE #109

Closed dkadioglu closed 1 year ago

dkadioglu commented 1 year ago

The string, which is used as html page title and usually shown as window or tab title in the browser can be modified with the environment variable TITLE. As this is so far undocumented, this commit adds the relevant sections.

linuxserver.io



Description:

The string, which is used as html page title and usually shown as window or tab title in the browser can be modified with the environment variable TITLE. As this is so far undocumented, this commit adds the relevant sections.

Benefits of this PR and context:

The window or tab title can be adapted.

How Has This Been Tested?

I simply added the environment variable to the docker-compose.yml file I was already using and recreated the container. The successful change of the window/tab title could be seen right away.

Roxedus commented 1 year ago

Please read the contributing document

LinuxServer-CI commented 1 year ago

I am a bot, here are the test results for this PR: https://ci-tests.linuxserver.io/lspipepr/calibre/v6.7.1-pkg-5aa858db-pr-109/index.html https://ci-tests.linuxserver.io/lspipepr/calibre/v6.7.1-pkg-5aa858db-pr-109/shellcheck-result.xml

dkadioglu commented 1 year ago

Sorry for overlooking the readme-vars.yml!