clusterplex
clusterplex copied to clipboard
ClusterPlex is an extended version of Plex, which supports distributed Workers across a cluster to handle transcoding requests.
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. Release notes Sourced from docker/build-push-action's releases. v5.0.0 Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @crazy-max in docker/build-push-action#954 Bump @actions/core...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5. Release notes Sourced from docker/metadata-action's releases. v5.0.0 Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @crazy-max in docker/metadata-action#328 Bump @actions/core...
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. Release notes Sourced from docker/login-action's releases. v3.0.0 Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @crazy-max in docker/login-action#593 Bump @actions/core...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3. Release notes Sourced from docker/setup-qemu-action's releases. v3.0.0 Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @crazy-max in docker/setup-qemu-action#102 Bump @actions/core...
Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.0 to 9.0.1. Changelog Sourced from uuid's changelog. 9.0.1 (2023-09-12) build Fix CI to work with Node.js 20.x Commits b3f142f chore(release): 9.0.1 fc5d643 chore: add node@12 back...
Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.0 to 9.0.1. Changelog Sourced from uuid's changelog. 9.0.1 (2023-09-12) build Fix CI to work with Node.js 20.x Commits b3f142f chore(release): 9.0.1 fc5d643 chore: add node@12 back...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
Bumps [actions/stale](https://github.com/actions/stale) from 8 to 9. Release notes Sourced from actions/stale's releases. v9.0.0 Breaking Changes Action is now stateful: If the action ends because of operations-per-run then the next run...
Wanted to post my working helm values file, since others who seem to get it working don't. My config: 4x Dell 5060/7060 boxes with either i5-8600 or i7-8700 processors running...
In the values file, claim token is expected as `PlexClaimToken: 1234abcd5678..." This is not ideal. Instead, allow for use of a secret, such as: ``` plexClaimToken: existingSecret: plex-token-secret existingSecretTokenKey: token...