From 98cfcd88cc6c8447ffd34973fe72d3548d209378 Mon Sep 17 00:00:00 2001 From: GilbN Date: Sat, 30 Jul 2022 11:07:16 +0200 Subject: [PATCH] docs: :memo: unraid login: Adds some help text in the script --- css/addons/unraid/login-page/custom_login.sh | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/css/addons/unraid/login-page/custom_login.sh b/css/addons/unraid/login-page/custom_login.sh index b70c4a2a..19abdce1 100644 --- a/css/addons/unraid/login-page/custom_login.sh +++ b/css/addons/unraid/login-page/custom_login.sh @@ -1,12 +1,21 @@ #!/bin/bash TYPE="retro-terminal" THEME="green.css" -DOMAIN="theme-park.dev" # If you update the domain after the script has been run, You must disable and re the whole theme with the DISABLE_THEME env. +DOMAIN="theme-park.dev" SCHEME="https" ADD_JS="true" JS="custom_text_header.js" DISABLE_THEME="false" +## FAQ + + # If you update the DOMAIN variable after the script has been run, + # you must disable the whole theme with the DISABLE_THEME="true" env first and re-run it again after with "false". + + # Your domain can be your custom domain or a github pages (user.github.io) etc. Don't add the whole URL with scheme, you only need to add the domain. + + # If your custom domain uses a subfolder you must escape the forward slash. (custom.com\/subfolder) + echo -e "Variables set:\\n\ TYPE = ${TYPE}\\n\ THEME = ${THEME}\\n\