GilbN

Community Developer
  • Posts

    272
  • Joined

  • Last visited

4 Followers

Converted

  • URL
    https://technicalramblings.com/
  • Personal Text
    https://technicalramblings.com/

Recent Profile Visitors

5037 profile views

GilbN's Achievements

Contributor

Contributor (5/14)

67

Reputation

  1. Try and set DISABLE_THEME="true", run it then DISABLE_THEME="false" and run again
  2. Hm, yeah its missing /theme.park after https://grantnnz.github.io
  3. Look into the 404 error. See what url it's trying
  4. You can just update the repo through github btw. And yeah that works.
  5. Pretty sure your forked repo is out of date using the script. You are 440 commits behind.
  6. check your browser console for any errors
  7. or change this part to reflect your name change # Use correct domain style case ${DOMAIN} in *"github.io"*) echo "Switching to github.io URL style" DOMAIN="${DOMAIN}\/theme.park" ;; esac
  8. @jawattus you renamed the repo. the name must be "theme.park" when using a github.io domain. Assuming this is your repo https://github.com/thijselblaso/theme.park.edit
  9. What does it output when you just run the script. (Not in background) @jawattus
  10. When you run the script does it say "Switching to github.io URL style"?
  11. Thanks @Didstopia, I've updated my script and added a check that switches the path automatically. https://github.com/GilbN/theme.park/blob/develop/css/addons/unraid/login-page/custom_login.sh
  12. The tag you are using there doesn't exist. Organizr doesn't have a docker mod because linuxserver doesn't have an organizr image.
  13. This was the reason: https://github.com/GilbN/theme.park/releases/tag/1.6.9 You can fix it with using the latest version of the script: https://github.com/GilbN/theme.park/blob/master/css/addons/unraid/login-page/custom_login.sh