Gabe Cook
Gabe Cook
I saw similar issues with sponsorblockcast, so I wrote my own version in Go! It's much lighter since it can run all of the go-chromecast watchers in a single process....
@Jiriteach Every VueTorrent release causes this repo to automatically build a new version, but since this is integrated into the qBittorrent container, I don't think Watchtower will be able to...
@davin900 I believe both of our mods will behave similarly. Restarting the qBittorrent container should fetch the latest version, but unfortunately neither will be updated live 🙁
Sorry for the very delayed response. I signed the CLA!
@Cogitri I believe this will be doable soon. The library chart that I use will be releasing an update soon which will add support for multiple controllers. This isn't live...
Sorry, upgrading to v2 of the [common chart](https://github.com/bjw-s/helm-charts) has been a pretty slow process since `values.yaml` has a lot of breaking changes 🙁 At this point I'm sort of glad...
This is supported by the upstream common library. Here's how you could set your example env: ```yaml env: CODER_OIDC_CLIENT_SECRET: valueFrom: secretKeyRef: name: secretname key: oidc_secret ```
@waza-ari You're welcome! That definitely wouldn't hurt. Feel free to make a PR if you'd like. Otherwise, I can add an example next time I work on the paperless-ngx chart.
@jimkoen Secrets are fully supported! See https://github.com/gabe565/charts/issues/573#issuecomment-2026546288 for an example.
@RikuXan I suspect this is related to the recent Redis Helm chart update. I'm working on a fix!