saltyorg / Saltbox

Ansible-based solution for rapidly deploying a Docker containerized cloud media server.
https://docs.saltbox.dev
GNU General Public License v3.0
573 stars 65 forks source link

Themepark themes not working #44

Closed brainwalker closed 2 years ago

brainwalker commented 2 years ago

The theme park themes doesn't load the script for Hotio. Changing this code fixed it for me.

https://github.com/saltyorg/Saltbox/blob/5974b775600ae9c305ccf042edad7074b3b867e5/roles/radarr/defaults/main.yml#L121

- "{{ radarr_paths_location }}/98-themepark.sh:/etc/cont-init.d/99-themepark"

Same issue with all the other roles that can use themepark (Sonarr / Readarr / nzbget / etc...)

Ref: https://docs.theme-park.dev/setup/#hotio-containers

saltydk commented 2 years ago

That rename does nothing as far as I can tell. Radarr install loads the theme-park just fine in the fresh install I just did.

saltydk commented 2 years ago

Did you actually enable it?

brainwalker commented 2 years ago

You are correct. Just enabling the theme without renaming fixed it. Sorry for the confusion.

radarr_themepark_enabled: true

saltydk commented 2 years ago

No worries :)