1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-07-15 00:57:32 +02:00

docs: 📝 Unraid custom login: Add note on using your own github pages domain.

This commit is contained in:
GilbN 2023-02-11 23:05:40 +01:00
parent 106069b131
commit d173c9e787

View File

@ -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)