diff --git a/.github/SUPPORT.md b/.github/SUPPORT.md index 6efe5dbc5b0..7f83183601f 100644 --- a/.github/SUPPORT.md +++ b/.github/SUPPORT.md @@ -15,11 +15,11 @@ We also document which versions of TrueNAS will receive TrueCharts updates and f ### Supported Versions | TrueNAS version | Branch | Supported with updates | Accepting Support tickets | Accepting Bug Reports | Notes | -| ---------------- | -------- | ---------------------- | ------------------------- | --------------------- | -------------------------------------------------------------------------------------------------------------- | --- | -| 22.02.4 or prior | `master` | :x: | :x: | :x: | Advised to update to 22.12.2 release of [TrueNAS SCALE](https://www.truenas.com/docs/scale/scalereleasenotes/) | | -| 22.12.0 | `master` | :white_check_mark: | :white_check_mark: | :white_check_mark: | Stable Release as of 2022-12-13 | -| 22.12.1 | `master` | :white_check_mark: | :white_check_mark: | :white_check_mark: | Stable Release as of 2023-02-21 | -| 22.12.2 | `master` | :white_check_mark: | :white_check_mark: | :white_check_mark: | Stable Release as of 2023-04-11 | +| ---------------- | -------- | ---------------------- | ------------------------- | --------------------- | -------------------------------------------------------------------------------------------------------------- | +| 22.02.4 or prior | `master` | :x: | :x: | :x: | Advised to update to 22.12.2 release of [TrueNAS SCALE](https://www.truenas.com/docs/scale/scalereleasenotes/) | +| 22.12.0 | `master` | :white_check_mark: | :white_check_mark: | :white_check_mark: | Stable Release as of 2022-12-13 | +| 22.12.1 | `master` | :white_check_mark: | :white_check_mark: | :white_check_mark: | Stable Release as of 2023-02-21 | +| 22.12.2 | `master` | :white_check_mark: | :white_check_mark: | :white_check_mark: | Stable Release as of 2023-04-11 | | Nightly | `master` | :white_check_mark: | :x: | :white_check_mark: | Please only submit bug reports during codefreeze | :::warning Support Guidelines diff --git a/charts/stable/plex/docs/img/Plex-App-Config.png b/charts/stable/plex/docs/img/Plex-App-Config.png new file mode 100644 index 00000000000..7ff19d71aaa Binary files /dev/null and b/charts/stable/plex/docs/img/Plex-App-Config.png differ diff --git a/charts/stable/plex/docs/img/plex-disk-transcode.png b/charts/stable/plex/docs/img/plex-disk-transcode.png new file mode 100644 index 00000000000..07d9d85f4fa Binary files /dev/null and b/charts/stable/plex/docs/img/plex-disk-transcode.png differ diff --git a/charts/stable/plex/docs/img/plex-memory-transcode.png b/charts/stable/plex/docs/img/plex-memory-transcode.png new file mode 100644 index 00000000000..958e85bc6f3 Binary files /dev/null and b/charts/stable/plex/docs/img/plex-memory-transcode.png differ diff --git a/charts/stable/plex/docs/img/plex-remote-access.png b/charts/stable/plex/docs/img/plex-remote-access.png new file mode 100644 index 00000000000..9b414020ba8 Binary files /dev/null and b/charts/stable/plex/docs/img/plex-remote-access.png differ diff --git a/charts/stable/plex/docs/installation_notes.md b/charts/stable/plex/docs/installation_notes.md new file mode 100644 index 00000000000..3dee3f0ddc0 --- /dev/null +++ b/charts/stable/plex/docs/installation_notes.md @@ -0,0 +1,33 @@ +# Plex Installation Notes + +## Transcode Folder + +- By default the Plex transcode folder is not configured. The recommend setup is emptyDir. + +:::danger Memory Requirements + +Please be aware of memory requirements if you memory for emptyDir. +Plex transcode storage requirement is size of file being transcoded + 100MB per simultaneous stream. + +Keep in mind that emptyDir's memory counts against the resources defined. + +::: + +1. Under Additional App Storage click add. +2. Setup either a Disk Transcode or Memory Transcode as shown below. + +### Disk Transcode + +![disk-transcode](./img/plex-disk-transcode.png) + +### Memory Transcode + +![memory-transcode](./img/plex-memory-transcode.png) + +## Require HTTPS + +![Plex App Config](img/Plex-App-Config.png) + +- This option cannot be enabled until initial plex setup is complete and remote access is enabled and functioning as shown below. + +![remote access](./img/plex-remote-access.png)