-
https://docs.theme-park.dev - Videos on how to use with dockers?
https://docs.theme-park.dev/setup/#docker-mods
-
Custom login page themes
Try and set DISABLE_THEME="true", run it then DISABLE_THEME="false" and run again
-
Custom login page themes
Hm, yeah its missing /theme.park after https://grantnnz.github.io
-
Custom login page themes
Look into the 404 error. See what url it's trying
-
Custom login page themes
You can just update the repo through github btw. And yeah that works.
-
Custom login page themes
Pretty sure your forked repo is out of date using the script. You are 440 commits behind.
-
Custom login page themes
check your browser console for any errors
-
Custom login page themes
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
-
Custom login page themes
@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
-
Custom login page themes
What does it output when you just run the script. (Not in background) @jawattus
-
Custom login page themes
When you run the script does it say "Switching to github.io URL style"?
-
Custom login page themes
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
-
GilbN started following https://docs.theme-park.dev - Videos on how to use with dockers?
-
https://docs.theme-park.dev - Videos on how to use with dockers?
The tag you are using there doesn't exist. Organizr doesn't have a docker mod because linuxserver doesn't have an organizr image.
-
Custom login page themes
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
-
Custom login page themes
Thanks Fixed the URLs 👍