Joshua Reed

Results 36 comments of Joshua Reed

@kubealex been on hold for the Jellyfin PR https://github.com/kubealex/k8s-mediaserver-operator/pull/72 for a month now. Want me to just toss this all together? Think with quick PR reviews I could get this...

Got a few minutes not buried under kiddos. Had to modify my current fork slightly, but back into business with Jellyfin. Will try to clean this up further, and prove...

I will begin cleanup on this branch. Hopefully I'll have a non-draft PR within the next week. : )

@NigelVanHattum I'll try to get back to this sometime soon. Unfortunately, it will need quite a bit still as the upstream changes will need incorporating and my PR was still...

> @sonamkshenoy If you would do the signoff for your commits we would be one step further towards getting this cool feature into prod. If you might have problems with...

For anyone else coming here, I currently have no troubles with Torguard and Wireguard port forwarding. I occasionally see the following message, but it seems harmless enough, and only last...

One issue I ran into is that `FIREWALL_VPN_INPUT_PORTS` != `FIREWALL_INPUT_PORTS`. Otherwise, just the Torguard UI is rather fiddly too, so double triple check that setup too.

I have been helping a little towards this end. @kubealex seems enthusiastic about moving in the direction you are suggesting. https://github.com/kubealex/k8s-mediaserver-operator/issues/87 I know for now you can clone the repo,...

@kubealex I actually did deploy this about a week ago now. I used ArgoCD and directly targeted your chart dirextory. I also used the Jellyfin PR fork to get Jellyfin...

@RyuunosukeDS3 Here's a snippet from my ArgoCD Application where I point to the repo path. ``` yaml ... ... project: default destination: server: 'https://kubernetes.default.svc' namespace: media syncPolicy: automated: prune: true...