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
+43Lines changed: 43 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,49 @@ app_setup_block: |
28
28
mStream v5 no longer accepts cli arguments for setting the user and password and requires the use of `config.json`. Therefore, the environment variables `USER`, `PASSWORD` and `USE_JSON` are deprecated.
29
29
30
30
v4's `config.json` is not compatible with v5. Existing `config.json` will be renamed to `config.json.v4-bak` for your reference and a new default `config.json` will be created upon upgrade from v4 to v5.
31
+
# init diagram
32
+
init_diagram: |
33
+
"mstream:latest": {
34
+
docker-mods
35
+
base {
36
+
fix-attr +\nlegacy cont-init
37
+
}
38
+
docker-mods -> base
39
+
legacy-services
40
+
custom services
41
+
init-services -> legacy-services
42
+
init-services -> custom services
43
+
custom services -> legacy-services
44
+
legacy-services -> ci-service-check
45
+
init-migrations -> init-adduser
46
+
init-os-end -> init-config
47
+
init-config -> init-config-end
48
+
init-mstream-config -> init-config-end
49
+
init-os-end -> init-crontab-config
50
+
init-mods-end -> init-custom-files
51
+
base -> init-envfile
52
+
base -> init-migrations
53
+
base -> init-mods
54
+
init-config-end -> init-mods
55
+
init-mods -> init-mods-end
56
+
init-mods-package-install -> init-mods-end
57
+
init-mods -> init-mods-package-install
58
+
init-config -> init-mstream-config
59
+
base -> init-os-end
60
+
init-adduser -> init-os-end
61
+
init-envfile -> init-os-end
62
+
init-migrations -> init-os-end
63
+
init-custom-files -> init-services
64
+
init-mods-end -> init-services
65
+
init-services -> svc-cron
66
+
svc-cron -> legacy-services
67
+
init-services -> svc-mstream
68
+
svc-mstream -> legacy-services
69
+
}
70
+
Base Images: {
71
+
"baseimage-alpine:3.20"
72
+
}
73
+
"mstream:latest" <- Base Images
31
74
# changelog
32
75
changelogs:
33
76
- {date: "27.06.24:", desc: "Rebase to Alpine 3.20."}
0 commit comments