themepark-dev / theme.park

A collection of themes/skins for 50 selfhosted apps!
https://theme-park.dev
MIT License
2.43k stars 796 forks source link

Improve documentation for services without any standard install method #651

Closed tj-smith47 closed 1 month ago

tj-smith47 commented 1 month ago

On the site, there are quite a few themes without any of the logos / emojis - not even the ❌ deprecated logo. There is no information provided for how to install these. Many of these do in fact support docker mods, but it is not available. I'm wondering why services that have css in this repository would be omitted from being published to ghcr.io if they support using docker mods.

My request is that either documentation is improved regarding which installation method to use for these services - as the link just goes to the top of the setup page - or that you can explain the blocker to publishing themes to ghcr.io for services you have provided CSS for. Specifically, I'm trying to add the Dracula theme to a lscr.io/linuxserver/overseerr image running in docker. I use Traefik v3.1 for my reverse proxy.

GilbN commented 1 month ago

Thanks, I've update the setup docs page.

As for the overseerr image, it does not support docker mods as there are no HTML files to edit. This is a limitation of how the app is built, and not something I can change.