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
+43-1Lines changed: 43 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,49 @@ app_setup_block: |
32
32
Access the webui at `<your-ip>:5000`. Follow the setup wizard on initial install.
33
33
34
34
The docker cli and compose yml samples provided list a single `/data` folder for the media, however, you can set up multiple mount points if you wish. For instance, you can set up 3 separate mountpoints named `/manga`, `/comics` and `/books`, each mapped to separate folders on host.
35
-
35
+
# init diagram
36
+
init_diagram: |
37
+
"kavita:latest": {
38
+
docker-mods
39
+
base {
40
+
fix-attr +\nlegacy cont-init
41
+
}
42
+
docker-mods -> base
43
+
legacy-services
44
+
custom services
45
+
init-services -> legacy-services
46
+
init-services -> custom services
47
+
custom services -> legacy-services
48
+
legacy-services -> ci-service-check
49
+
init-migrations -> init-adduser
50
+
init-os-end -> init-config
51
+
init-config -> init-config-end
52
+
init-kavita-config -> init-config-end
53
+
init-os-end -> init-crontab-config
54
+
init-mods-end -> init-custom-files
55
+
base -> init-envfile
56
+
init-config -> init-kavita-config
57
+
base -> init-migrations
58
+
base -> init-mods
59
+
init-config-end -> init-mods
60
+
init-mods -> init-mods-end
61
+
init-mods-package-install -> init-mods-end
62
+
init-mods -> init-mods-package-install
63
+
base -> init-os-end
64
+
init-adduser -> init-os-end
65
+
init-envfile -> init-os-end
66
+
init-migrations -> init-os-end
67
+
init-custom-files -> init-services
68
+
init-mods-end -> init-services
69
+
init-services -> svc-cron
70
+
svc-cron -> legacy-services
71
+
init-services -> svc-kavita
72
+
svc-kavita -> legacy-services
73
+
}
74
+
Base Images: {
75
+
"baseimage-ubuntu:noble"
76
+
}
77
+
"kavita:latest" <- Base Images
36
78
# changelog
37
79
changelogs:
38
80
- {date: "10.07.24:", desc: "Rebase to Ubuntu Noble."}
0 commit comments