Pablo Romeo

Results 47 comments of Pablo Romeo

Unfortunately that did not work, and still got the same error. I had to fork the repo, and using dockerhub hooks and a custom Dockerfile for ARM build it specifically...

Well, I didn't do that because it's not really an issue in the code itself. It's more related to how the build pipelines and architectures are set up. That's why...

That would be awesome!! I don't have a k8s cluster at hand at the moment to create working deployment examples or a Helm Chart and test it out. It would...

FYI, I finally got around to setting up a k3s cluster, so I'll soon be sharing example k8s manifests for setting it all up.

@brandan-schmitz oh, help with the creation of a helm chart would be amazing! I've mostly just used Helm as end user, never attempted to create something elaborate or highly configurable...

FYI the new v1.4.0 release just added some very interesting stuff I think. The new local relay means there is no longer a need for setting up the subnet or...

Thanks! :) yeah, it also simplified the config in general, around secure connections, https, and auth. Beware that it's a new env variable to use in place of PMS_IP. A...

Any chance you could describe a bit more how it is that you are running each component as well as the architecture used? For example, if you have a compose...

BTW, codecs themselves don't necessarily need to be shared across workers. It's just convenient in order to avoid each worker downloading independent copies of them, but it should work fine...

@brandan-schmitz do you happen to have logs around that permission issue on /codecs ? Were you running the clusterplex docker image or the official linuxserver one with the clusterplex dockermod...