From d173c9e787de7dfdf48938ed61b270b43291cac4 Mon Sep 17 00:00:00 2001 From: GilbN Date: Sat, 11 Feb 2023 23:05:40 +0100 Subject: [PATCH] docs: :memo: Unraid custom login: Add note on using your own github pages domain. --- css/addons/unraid/login-page/custom_login.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/css/addons/unraid/login-page/custom_login.sh b/css/addons/unraid/login-page/custom_login.sh index a6dbbee2..558521b1 100644 --- a/css/addons/unraid/login-page/custom_login.sh +++ b/css/addons/unraid/login-page/custom_login.sh @@ -13,6 +13,7 @@ DISABLE_THEME="false" # 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 you are using your own github.io domain you must prepend /theme.park on all @imports/URLs in the css files. e.g. @import url(/theme.park/css/addons/unraid/login-page/retro-terminal/retro-terminal-base.css); # If your custom domain uses a subfolder you must escape the forward slash. (custom.com\/subfolder)