dmzoneill / lidarr-youtube-downloader

Lidar youtube downloader
Apache License 2.0
44 stars 10 forks source link

Truenas, Kubernetes, Lidarr and LYD #7

Open famewolf opened 1 year ago

famewolf commented 1 year ago

I'm currently running the truecharts app version of lidarr. It's a preconfigured docker container running on kubernetes. The problem is the lidarr database is not publicly accessible. Should I give up on using LYD? I could setup my own docker container for lidarr and change things but then I have to change all the apps that call lidarr. I'm curious why the db needs to be accessible if you have the url and api key? The scripts that use deezer don't need direct access to the db.

In any case, thanks for providing this to the public to use. Next time I do a overhaul of the apps I'll see about giving it a go.

dmzoneill commented 1 year ago

@famewolf sorry for not seeing this earlier. The fronted uses REACT and is a stateful view. The complexity to automating the view is not worth the effort. I reached out to the developers who gave less than stellar feedback.

So the quickest and easiest way to approach this was to go straight after the DB. I'm sure you can use a multitude of different ways to work around the issue.

Pull requests are welcome