Skip to content

Commit 6e0e734

Browse files
Bot Updating Templated Files
1 parent f8f8275 commit 6e0e734

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

readme-vars.yml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,47 @@ app_setup_block: |
3131
The web app and the server are both accessible at `http://SERVERIP:8088`.
3232
3333
Note: It is recommended to use `http` as the external proto with a reverse proxy due to `https` not working with external plex clients.
34+
# init diagram
35+
init_diagram: |
36+
"synclounge:latest": {
37+
docker-mods
38+
base {
39+
fix-attr +\nlegacy cont-init
40+
}
41+
docker-mods -> base
42+
legacy-services
43+
custom services
44+
init-services -> legacy-services
45+
init-services -> custom services
46+
custom services -> legacy-services
47+
legacy-services -> ci-service-check
48+
init-migrations -> init-adduser
49+
init-os-end -> init-config
50+
init-config -> init-config-end
51+
init-os-end -> init-crontab-config
52+
init-mods-end -> init-custom-files
53+
base -> init-envfile
54+
base -> init-migrations
55+
base -> init-mods
56+
init-config-end -> init-mods
57+
init-mods -> init-mods-end
58+
init-mods-package-install -> init-mods-end
59+
init-mods -> init-mods-package-install
60+
base -> init-os-end
61+
init-adduser -> init-os-end
62+
init-envfile -> init-os-end
63+
init-migrations -> init-os-end
64+
init-custom-files -> init-services
65+
init-mods-end -> init-services
66+
init-services -> svc-cron
67+
svc-cron -> legacy-services
68+
init-services -> svc-synclounge
69+
svc-synclounge -> legacy-services
70+
}
71+
Base Images: {
72+
"baseimage-alpine:3.20"
73+
}
74+
"synclounge:latest" <- Base Images
3475
# changelog
3576
changelogs:
3677
- {date: "04.06.24:", desc: "Rebase to Alpine 3.20."}

0 commit comments

Comments
 (0)