Skip to content

Commit 74f6631

Browse files
Bot Updating Templated Files
1 parent 49fe720 commit 74f6631

File tree

1 file changed

+46
-3
lines changed

1 file changed

+46
-3
lines changed

readme-vars.yml

Lines changed: 46 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,57 @@ app_setup_block: |
7070
+ **`latest`**: will update plex to the latest version available that you are entitled to.
7171
+ **`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.
7272
+ **`<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-
7473
readme_hwaccel: true
75-
7674
readonly_supported: true
7775
readonly_message: |
7876
* Runtime update of Plex (and thus Plexpass builds) is not supported.
7977
* 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
81124
# changelog
82125
changelogs:
83126
- {date: "04.11.24:", desc: "Add Nvidia capability needed for h265"}

0 commit comments

Comments
 (0)