You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,15 @@ Valid settings for VERSION are:-
77
77
+**`public`**: will update plexpass users to the latest public version, useful for plexpass users that don't want to be on the bleeding edge but still want the latest public updates.
78
78
+**`<specific-version>`**: will select a specific version (eg 0.9.12.4.1192-9a47d21) of plex to install, note you cannot use this to access plexpass versions if you do not have plexpass.
79
79
80
+
## Read-Only Operation
81
+
82
+
This image can be run with a read-only container filesystem. For details please [read the docs](https://docs.linuxserver.io/misc/read-only/).
83
+
84
+
### Caveats
85
+
86
+
* Runtime update of Plex (and thus Plexpass builds) is not supported.
87
+
* Transcode directory must be mounted to a host path or tmpfs.
88
+
80
89
### Hardware Acceleration
81
90
82
91
Many desktop applications need access to a GPU to function properly and even some Desktop Environments have compositor effects that will not function without a GPU. However this is not a hard requirement and all base images will function without a video device mounted into the container.
@@ -161,6 +170,7 @@ Containers are configured using parameters passed at runtime (such as those abov
161
170
|`-v /config`| Plex library location. *This can grow very large, 50gb+ is likely for a large collection.*|
162
171
|`-v /tv`| Media goes here. Add as many as needed e.g. `/movies`, `/tv`, etc. |
163
172
|`-v /movies`| Media goes here. Add as many as needed e.g. `/movies`, `/tv`, etc. |
173
+
|`--read-only=true`| Run container with a read-only filesystem. Please [read the docs](https://docs.linuxserver.io/misc/read-only/). |
164
174
165
175
## Environment variables from files (Docker secrets)
Copy file name to clipboardExpand all lines: readme-vars.yml
+6
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,12 @@ app_setup_block: |
72
72
+ **`<specific-version>`**: will select a specific version (eg 0.9.12.4.1192-9a47d21) of plex to install, note you cannot use this to access plexpass versions if you do not have plexpass.
73
73
74
74
readme_hwaccel: true
75
+
76
+
readonly_supported: true
77
+
readonly_message: |
78
+
* Runtime update of Plex (and thus Plexpass builds) is not supported.
79
+
* Transcode directory must be mounted to a host path or tmpfs.
80
+
75
81
# changelog
76
82
changelogs:
77
83
- {date: "18.07.24:", desc: "Rebase to Ubuntu Noble."}
0 commit comments