k8s-mediaserver-operator
k8s-mediaserver-operator copied to clipboard
Repository for k8s Mediaserver Operator project
**Is your feature request related to a problem? Please describe.** unrar capabilities of Transmission to allow sonarr/radarr to auto move torrents that are multi packaged rar files. **Describe the solution...
**Is your feature request related to a problem? Please describe.** When using the current setup, all the tools are configured directly with the same persistent volume, where the media, configs...
**Is your feature request related to a problem? Please describe.** Transmission rpc-password is shown as plain text in config-map. **Describe the solution you'd like** rpc-password to be base64d and added...
[prowlarr](https://github.com/Prowlarr/Prowlarr) is a better alternative compared with jackett. https://hub.docker.com/r/linuxserver/prowlarr have already identical configuration container image.
**Describe the bug** The subpath URL doesn't work with the default settings. **To Reproduce** spec: general: ingress_host: media.labs.rvsharma.com ``` radarr: enabled: true container: nodeSelector: {} port: 7878 service: type: ClusterIP...
**Describe the bug** LoadBalancerIP: "static ip" cannot be applied on services The loadbalancer assignes different ip Steps to reproduce the behavior: set loadbalancerIp on all services on k8s-mediaserver.yml file. type:...
Fixes #26 If the volumes are not specified, the default is to put everything on the current storage (where the media is). Each tool can create a persistentVolumeClaim if it's...
**Describe the bug** Plex wont let me connect in any form **To Reproduce** Steps to reproduce the behavior: - Download the helm charts - Create an application on ArgoCD **Expected...
This adds a sidecar container that will route the traffic from transmission out through a VPN. The side container is [Gluetun](https://github.com/qdm12/gluetun-wiki) and supports most of the VPN's, and the setup...
Breaks the helm charts out into individual charts with a superchart pattern. generally by pulling this branch down it can be used in the same manner it always was via:...