Skip to content

Releases: pabloromeo/clusterplex

v1.4.5

06 Jul 05:53
1e3d85b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.4...v1.4.5

v1.4.4

28 May 23:51
d5019b2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.3...v1.4.4

Live TV support and dependency updates

12 Apr 14:18
b60763f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.2...v1.4.3

Dependency updates

24 Nov 03:20
009d547
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.4.2

v1.4.1

13 Oct 16:44
13aee97
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

Local Relay, Config validations, documentation and Kubernetes examples

18 Sep 00:58
fe55a7d
Compare
Choose a tag to compare

This is one very important Release! For several reasons :)
It includes a brand new functionality called Local Relay (more info below), Configuration Settings are validated during startup and more details provided in the logs, the README documentation has been reorganized and separated into parts, and Kubernetes examples have been added.

And last but definitely not least, I'd like to dedicate this release to our new-born daughter, Sofia!! 👶🍼

Local Relay

It's basically a small NGINX forward-proxy that gets installed on the Plex Container, and forwards transcode updates back to Plex. The purpose being, that Workers now communicate with that Local Relay, and the Relay replays that same call, as if it were a local one.
Benefits:

  • You no longer need to configure the IPs, Ranges, or subnets of Workers to have access to plex without Auth. So no more custom Network config is necessary :)
  • You can now configure the setting PMS_SERVICE instead of PMS_IP, meaning you can use the actual Service name to refer back to Plex
  • You no longer have to worry about the FORCE_HTTPS setting if using Secure Connections = Required in Plex. It works out of the box without any additional configuration (and it will probably soon be deprecated).

What's Changed

Full Changelog: v1.3.17...v1.4.0

EAE (EasyAudioEncoder) Support, arm64 images and bugfixes

03 Sep 22:08
f429f29
Compare
Choose a tag to compare

We finally have EAE (EasyAudioEncoder) support!! #125
The feature can be turned off, in case of issues, by setting the Worker environment variable EAE_SUPPORT to "false".

Also solves #155 around permission denied errors on the /codecs directory when not mounting it from a volume.

Multi-arch images now target ARM64 as well

What's Changed

Full Changelog: v1.3.16...v1.3.17

Plex Update

19 Aug 15:19
25cec49
Compare
Choose a tag to compare
Merge pull request #161 from Seji64/master

Create extra build action for ClusterPlex Images

Added support for "Secure Connections" set to "Required"

23 Jul 23:23
2e77b7c
Compare
Choose a tag to compare

In order to be able to set Plex's Secure Connections to Required, make use of the new FORCE_HTTPS environment variable by setting it to "1".
See README.md for more details.

Support for ARM64

06 Jul 23:55
0c370d6
Compare
Choose a tag to compare
Merge pull request #154 from pabloromeo/dev

Updating dependencies and adding support for ARM64