Browse Source

deploy: de3161f4e7

live_develop
GilbN 3 years ago
parent
commit
6baedfde37
  1. 2
      css/addons/unraid/login-page/custom_login.sh

2
css/addons/unraid/login-page/custom_login.sh

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
TYPE="retro-terminal" TYPE="retro-terminal"
THEME="green.css" THEME="green.css"
DOMAIN="theme-park.dev" # If you update the domain after the script has been run, You must disable and re enable JS or the whole theme. 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.
SCHEME="https" SCHEME="https"
ADD_JS="true" ADD_JS="true"
JS="custom_text_header.js" JS="custom_text_header.js"

Loading…
Cancel
Save