From 7fe1a8177aa59cdf966acdc9a03b5f3da89591a1 Mon Sep 17 00:00:00 2001 From: dkadioglu <1633773+dkadioglu@users.noreply.github.com> Date: Wed, 19 Oct 2022 21:25:00 +0200 Subject: [PATCH] Add documentation for the parameter TITLE (#69) 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. --- readme-vars.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/readme-vars.yml b/readme-vars.yml index 6ea5f5c3..797e4d0b 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -58,6 +58,7 @@ opt_param_usage_include_env: true opt_param_env_vars: - { env_var: "SUBFOLDER", env_value: "/", desc: "Specify a subfolder to use with reverse proxies, IE `/subfolder/`"} - { env_var: "KEYBOARD", env_value: "en-us-qwerty", desc: "See the keyboard layouts section for more information and options."} + - { env_var: "TITLE", env_value: "Webtop", desc: "String which will be used as page/tab title in the web browser." } opt_param_usage_include_vols: true opt_param_volumes: - { vol_path: "/var/run/docker.sock", vol_host_path: "/var/run/docker.sock", desc: "Docker Socket on the system, if you want to use Docker in the container" }