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-vars.yml
+46-3Lines changed: 46 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -70,14 +70,57 @@ app_setup_block: |
70
70
+ **`latest`**: will update plex to the latest version available that you are entitled to.
71
71
+ **`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.
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
-
74
73
readme_hwaccel: true
75
-
76
74
readonly_supported: true
77
75
readonly_message: |
78
76
* Runtime update of Plex (and thus Plexpass builds) is not supported.
79
77
* Transcode directory must be mounted to a host path or tmpfs.
80
-
78
+
# init diagram
79
+
init_diagram: |
80
+
"plex:latest": {
81
+
docker-mods
82
+
base {
83
+
fix-attr +\nlegacy cont-init
84
+
}
85
+
docker-mods -> base
86
+
legacy-services
87
+
custom services
88
+
init-services -> legacy-services
89
+
init-services -> custom services
90
+
custom services -> legacy-services
91
+
legacy-services -> ci-service-check
92
+
init-migrations -> init-adduser
93
+
init-os-end -> init-config
94
+
init-config -> init-config-end
95
+
init-plex-update -> init-config-end
96
+
init-os-end -> init-crontab-config
97
+
init-mods-end -> init-custom-files
98
+
base -> init-envfile
99
+
base -> init-migrations
100
+
base -> init-mods
101
+
init-config-end -> init-mods
102
+
init-mods -> init-mods-end
103
+
init-mods-package-install -> init-mods-end
104
+
init-mods -> init-mods-package-install
105
+
base -> init-os-end
106
+
init-adduser -> init-os-end
107
+
init-envfile -> init-os-end
108
+
init-migrations -> init-os-end
109
+
init-config -> init-plex-chown
110
+
init-plex-chown -> init-plex-claim
111
+
init-plex-claim -> init-plex-gid-video
112
+
init-plex-gid-video -> init-plex-update
113
+
init-custom-files -> init-services
114
+
init-mods-end -> init-services
115
+
init-services -> svc-cron
116
+
svc-cron -> legacy-services
117
+
init-services -> svc-plex
118
+
svc-plex -> legacy-services
119
+
}
120
+
Base Images: {
121
+
"baseimage-ubuntu:noble"
122
+
}
123
+
"plex:latest" <- Base Images
81
124
# changelog
82
125
changelogs:
83
126
- {date: "04.11.24:", desc: "Add Nvidia capability needed for h265"}
0 commit comments